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

Attributes

identifier
Identifier
Identifier
Identifikator
Identifikator
Identifier
Identifier
Identifikator
Identifikator
The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
subPropertyOf accountId
subPropertyOf callSign
subPropertyOf confirmationNumber
subPropertyOf duns
subPropertyOf editEIDR
subPropertyOf flightNumber
subPropertyOf globalLocationNumber
subPropertyOf gtin12
subPropertyOf gtin
subPropertyOf gtin13
subPropertyOf gtin14
subPropertyOf gtin8
subPropertyOf isbn
subPropertyOf issn
subPropertyOf legislationIdentifier
subPropertyOf leiCode
subPropertyOf nsn
subPropertyOf orderNumber
subPropertyOf productID
subPropertyOf sku
subPropertyOf taxID
subPropertyOf titleEIDR
subPropertyOf serialNumber
path genid-6d242673ec62434dacb05da83d613444-80D9AFF733D45EDD815604AF8AEAE25F
path genid-a97cd1c99ea24c0db317b7ee8eb65408-480542758E973F1B0330C26C52C1F7C4
subPropertyOf asin
subPropertyOf usNPI
path genid-af16815766ae4794bd8c7657a4b58654-11A08D7984EA73BE82E6874911497C76E
subPropertyOf hasGS1DigitalLink
path Uco7iNJSBUntBxGb2_genid2d4cc7ef56790a4ecaba357cbfa16f38042d0b12519
path anon-genid-9404591a6f594a07aee272f969abfdaf-6
onProperty anon-genid-ed3988fa55324eaaa0458d7d09048e34-11
onProperty anon-genid-ed3988fa55324eaaa0458d7d09048e34-15
path Bba618158d0fa4473eb123de2d1bc5387
onProperty anon-genid-9ea315afb0c44846a912fc4cc7063624-1
onProperty anon-genid-9ea315afb0c44846a912fc4cc7063624-5
onProperty anon-genid-405661b3587d4a3f9ab563f588f56508-1
onProperty anon-genid-405661b3587d4a3f9ab563f588f56508-5
onProperty anon-genid-40dc42a89727455f8968b3c4c37bb57b-1
onProperty anon-genid-40dc42a89727455f8968b3c4c37bb57b-5
onProperty anon-genid-7549c440663b41f9a599c3b154a4af47-1
onProperty anon-genid-7549c440663b41f9a599c3b154a4af47-5
onProperty anon-genid-a5b3cf55bdb841c79bfc2f67375178d3-1
onProperty anon-genid-a5b3cf55bdb841c79bfc2f67375178d3-5
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.