|
|
The source file for the webpage contains json-ld encoded data:
{
"@context": {
"brick": "[url=https://brickschema.org/schema/Brick" rel="noopener,nofollow]https://brickschema.org/schema/Brick[/url]#",
"csvw": "[url=http://www.w3.org/ns/csvw" rel="noopener,nofollow]http://www.w3.org/ns/csvw[/url]#",
"dc": "[url=http://purl.org/dc/elements/1.1/" rel="noopener,nofollow]http://purl.org/dc/elements/1.1/[/url]",
"dcam": "[url=http://purl.org/dc/dcam/" rel="noopener,nofollow]http://purl.org/dc/dcam/[/url]",
"dcat": "[url=http://www.w3.org/ns/dcat" rel="noopener,nofollow]http://www.w3.org/ns/dcat[/url]#",
"dcmitype": "[url=http://purl.org/dc/dcmitype/" rel="noopener,nofollow]http://purl.org/dc/dcmitype/[/url]",
"dcterms": "[url=http://purl.org/dc/terms/" rel="noopener,nofollow]http://purl.org/dc/terms/[/url]",
"doap": "[url=http://usefulinc.com/ns/doap" rel="noopener,nofollow]http://usefulinc.com/ns/doap[/url]#",
"foaf": "[url=http://xmlns.com/foaf/0.1/" rel="noopener,nofollow]http://xmlns.com/foaf/0.1/[/url]",
"odrl": "[url=http://www.w3.org/ns/odrl/2/" rel="noopener,nofollow]http://www.w3.org/ns/odrl/2/[/url]",
"org": "[url=http://www.w3.org/ns/org" rel="noopener,nofollow]http://www.w3.org/ns/org[/url]#",
"owl": "[url=http://www.w3.org/2002/07/owl" rel="noopener,nofollow]http://www.w3.org/2002/07/owl[/url]#",
"prof": "[url=http://www.w3.org/ns/dx/prof/" rel="noopener,nofollow]http://www.w3.org/ns/dx/prof/[/url]",
"prov": "[url=http://www.w3.org/ns/prov" rel="noopener,nofollow]http://www.w3.org/ns/prov[/url]#",
"qb": "[url=http://purl.org/linked-data/cube" rel="noopener,nofollow]http://purl.org/linked-data/cube[/url]#",
"rdf": "[url=http://www.w3.org/1999/02/22-rdf-syntax-ns" rel="noopener,nofollow]http://www.w3.org/1999/02/22-rdf-syntax-ns[/url]#",
"rdfs": "[url=http://www.w3.org/2000/01/rdf-schema" rel="noopener,nofollow]http://www.w3.org/2000/01/rdf-schema[/url]#",
"schema": "[url=https://schema.org/" rel="noopener,nofollow]https://schema.org/[/url]",
"sh": "[url=http://www.w3.org/ns/shacl" rel="noopener,nofollow]http://www.w3.org/ns/shacl[/url]#",
"skos": "[url=http://www.w3.org/2004/02/skos/core" rel="noopener,nofollow]http://www.w3.org/2004/02/skos/core[/url]#",
"sosa": "[url=http://www.w3.org/ns/sosa/" rel="noopener,nofollow]http://www.w3.org/ns/sosa/[/url]",
"ssn": "[url=http://www.w3.org/ns/ssn/" rel="noopener,nofollow]http://www.w3.org/ns/ssn/[/url]",
"time": "[url=http://www.w3.org/2006/time" rel="noopener,nofollow]http://www.w3.org/2006/time[/url]#",
"vann": "[url=http://purl.org/vocab/vann/" rel="noopener,nofollow]http://purl.org/vocab/vann/[/url]",
"void": "[url=http://rdfs.org/ns/void" rel="noopener,nofollow]http://rdfs.org/ns/void[/url]#",
"xsd": "[url=http://www.w3.org/2001/XMLSchema" rel="noopener,nofollow]http://www.w3.org/2001/XMLSchema[/url]#"
},
"@graph": [
{
"@id": "schema:name",
"@type": "rdf:Property",
"owl:equivalentProperty": {
"@id": "dcterms:title"
},
"rdfs:comment": "The name of the item.",
"rdfs:label": "name",
"rdfs:subPropertyOf": {
"@id": "rdfs:label"
},
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "schema:description",
"@type": "rdf:Property",
"owl:equivalentProperty": {
"@id": "dcterms:description"
},
"rdfs:comment": "A description of the item.",
"rdfs:label": "description",
"schema:domainIncludes": {
"@id": "schema:Thing"
},
"schema:rangeIncludes": [
{
"@id": "schema:Text"
},
{
"@id": "schema:TextObject"
}
]
},
{
"@id": "schema:hasOfferCatalog",
"@type": "rdf:Property",
"rdfs:comment": "Indicates an OfferCatalog listing for this Organization, Person, or Service.",
"rdfs:label": "hasOfferCatalog",
"schema:domainIncludes": [
{
"@id": "schema:Service"
},
{
"@id": "schema:Organization"
},
{
"@id": "schema:Person"
}
],
"schema:rangeIncludes": {
"@id": "schema:OfferCatalog"
}
}
}
|
|
|
@graph": [
{
"@id": "schema:Thing",
"@type": "rdfs:Class",
"rdfs:comment": "The most generic type of item.",
"rdfs:label": "Thing"
},
{
"@id": "schema:Person",
"@type": "rdfs:Class",
"owl:equivalentClass": {
"@id": "foaf:Person"
},
"rdfs:comment": "A person (alive, dead, undead, or fictional).",
"rdfs:label": "Person",
"rdfs:subClassOf": {
"@id": "schema:Thing"
},
"schema:contributor": {
"@id": "[url=https://schema.org/docs/collab/rNews" rel="noopener,nofollow]https://schema.org/docs/collab/rNews[/url]"
}
},
{
"@id": "schema:nationality",
"@type": "rdf:Property",
"rdfs:comment": "Nationality of the person.",
"rdfs:label": "nationality",
"schema:domainIncludes": {
"@id": "schema:Person"
},
"schema:rangeIncludes": {
"@id": "schema:Country"
}
},
Thing -> Person.Nationality |