diff --git a/schema.ttl b/schema.ttl new file mode 100644 index 00000000..91e1a394 --- /dev/null +++ b/schema.ttl @@ -0,0 +1,32 @@ +@prefix ns1: . +@prefix rdf: . +@prefix rdfs: . +@prefix schema: . +@prefix skos: . + +schema:subjectOf rdfs:label "subject of" . +skos:definition rdfs:label "definition" . + +rdf:type rdfs:label "type" . + +schema:DigitalDocument rdfs:label "digital document" . +schema:Organization rdfs:label "organization" . +schema:PublicationEvent rdfs:label "publication event" . + +schema:copyrightNotice rdfs:label "copyright notice" . +schema:copyrightHolder rdfs:label "copyright holder" . +schema:copyrightYear rdfs:label "copyright year" . +schema:license rdfs:label "license" . +schema:publication rdfs:label "publication" . +schema:startDate rdfs:label "start date" . +schema:endDate rdfs:label "end date" . +schema:publishedBy rdfs:label "published by" . +schema:datePublished rdfs:label "date published" . +schema:publication rdfs:label "publication" . +schema:datePublished rdfs:label "date published" . +schema:url rdfs:label "url" . +schema:identifier rdfs:label "identifier" . +schema:keywords rdfs:label "keyword" . + +skos:definition rdfs:label "definition" . +