SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

UpdateAction
The act of managing by changing/editing the state of the object.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
domainIncludes collection
domainIncludes targetCollection
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000

Instances of this Class

instance description
rvov/deleteIdentity.sparql Remove vl:Identity instances
rvov/replaceIRI.sparql Replace IRI for departments and offices
rvov/replaceParent.sparql Replace parent IRI for departments and offices
rvov/insertIdentity.sparql Derive and store vl:Identity instances
reappearing/findDuplicates.sparql Flag redundant successors
reappearing/skipDuplicates.sparql Skip redundant successors
reappearing/removeDuplicates.sparql Remove redundant successors
20024384/delete.sparql Remove 20024384 and descendants
ouOffices/delete.sparql Remove offices before RVOV
additionalData/additionalData.sh add additional data from LDAP
fcParent/delete.sparql delete parent of FC
sap/import.sh Import SAP Data
sap/createSucc.sparql Link versions
sap/findDuplicates.sparql Link equivalent versions
additionalData/additionalData2.sh add additional address data from LDAP
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Superclasses of this Class

superclass description
Action An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also [blog post](https://blog.schema.org/2014/04/16/announcing-schema-org-actions/) and [Actions overview document](http://schema.org/docs/actions.html).
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000

Subclasses of this Class

subclass description
ReplaceAction The act of editing a recipient by replacing an old object with a new object.
AddAction The act of editing by adding an object to a collection.
DeleteAction The act of editing a recipient by removing one of its objects.