-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3355249
commit a4ebfec
Showing
5 changed files
with
205 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
PREFIX mrr: <https://prez.dev/ManifestResourceRoles/> | ||
PREFIX prez: <https://prez.dev/> | ||
PREFIX prof: <http://www.w3.org/ns/dx/prof/> | ||
PREFIX schema: <https://schema.org/> | ||
|
||
[] | ||
a prez:Manifest ; | ||
prof:hasResource | ||
[ | ||
prof:hasArtifact "catalogue.ttl" ; | ||
prof:hasRole mrr:CatalogueData ; | ||
schema:description "The definition of, and medata for, the container which here is a dcat:Catalog object" ; | ||
schema:name "Catalogue Definition" | ||
] , | ||
[ | ||
prof:hasArtifact "vocabs/*.ttl" ; | ||
# prof:hasRole mrr:ResourceData ; | ||
schema:description "skos:ConceptsScheme objects in RDF (Turtle) files in the vocabs/ folder" ; | ||
schema:name "Content Data" | ||
] , | ||
[ | ||
prof:hasArtifact "https://github.com/RDFLib/prez/blob/main/prez/reference_data/profiles/ogc_records_profile.ttl" ; | ||
prof:hasRole mrr:CatalogueAndResourceModel ; | ||
schema:description "The default Prez profile for Records API" ; | ||
schema:name "Profile Definition" | ||
] , | ||
[ | ||
prof:hasArtifact "_background/labels.ttl" ; | ||
prof:hasRole mrr:CompleteCatalogueAndResourceLabels ; | ||
schema:description "An RDF file containing all the labels for the container content" ; | ||
schema:name "Labels" ; | ||
] ; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
PREFIX mrr: <https://prez.dev/ManifestResourceRoles/> | ||
PREFIX prez: <https://prez.dev/> | ||
PREFIX prof: <http://www.w3.org/ns/dx/prof/> | ||
PREFIX schema: <https://schema.org/> | ||
|
||
[] | ||
a prez:Manifest ; | ||
prof:hasResource | ||
[ | ||
prof:hasArtifact "catalogue.ttl" ; | ||
prof:hasRole mrr:CatalogueData ; | ||
schema:description "The definition of, and medata for, the container which here is a dcat:Catalog object" ; | ||
schema:name "Catalogue Definition" | ||
] , | ||
[ | ||
prof:hasArtifact "vocabs/*.ttl" ; | ||
prof:hasRole mrr:ResourceData ; | ||
schema:description "skos:ConceptsScheme objects in RDF (Turtle) files in the vocabs/ folder" ; | ||
schema:name "Content Data" | ||
] , | ||
[ | ||
prof:hasArtifact "https://github.com/RDFLib/prez/blob/main/prez/reference_data/profiles/ogc_records_profile.ttlx" ; | ||
prof:hasRole mrr:CatalogueAndResourceModel ; | ||
schema:description "The default Prez profile for Records API" ; | ||
schema:name "Profile Definition" | ||
] , | ||
[ | ||
prof:hasArtifact "_background/labels.ttl" ; | ||
prof:hasRole mrr:CompleteCatalogueAndResourceLabels ; | ||
schema:description "An RDF file containing all the labels for the container content" ; | ||
schema:name "Labels" ; | ||
] ; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
PREFIX mrr: <https://prez.dev/ManifestResourceRoles/> | ||
PREFIX prez: <https://prez.dev/> | ||
PREFIX prof: <http://www.w3.org/ns/dx/prof/> | ||
PREFIX schema: <https://schema.org/> | ||
|
||
[] | ||
a prez:Manifest ; | ||
prof:hasResource | ||
[ | ||
prof:hasArtifact "catalogue.ttl" ; | ||
prof:hasRole mrr:CatalogueData ; | ||
schema:description "The definition of, and medata for, the container which here is a dcat:Catalog object" ; | ||
schema:name "Catalogue Definition" | ||
] , | ||
[ | ||
prof:hasArtifact "vocabs/*.ttl" ; | ||
prof:hasRole mrr:ResourceData ; | ||
schema:description "skos:ConceptsScheme objects in RDF (Turtle) files in the vocabs/ folder" ; | ||
schema:name "Resource Data" | ||
] , | ||
[ | ||
prof:hasArtifact "https://github.com/RDFLib/prez/blob/main/prez/reference_data/profiles/ogc_records_profile.ttl" ; | ||
prof:hasRole mrr:CatalogueAndResourceModel ; | ||
schema:description "The default Prez profile for Records API" ; | ||
schema:name "Profile Definition" | ||
] , | ||
[ | ||
prof:hasArtifact "_background/labels.ttl" ; | ||
prof:hasRole mrr:CompleteCatalogueAndResourceLabels ; | ||
schema:description "An RDF file containing all the labels for the container content" ; | ||
schema:name "Labels" ; | ||
] ; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
PREFIX cs: <https://prez.dev/ManifestResourceRoles> | ||
PREFIX : <https://prez.dev/ManifestResourceRoles/> | ||
PREFIX owl: <http://www.w3.org/2002/07/owl#> | ||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | ||
PREFIX schema: <https://schema.org/> | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
|
||
|
||
:CompleteCatalogueAndResourceLabels | ||
a skos:Concept ; | ||
skos:definition "All the labels - possibly indluding names, descriptions & seeAlso links - for the Catalogue and Resource objects" ; | ||
skos:inScheme cs: ; | ||
skos:prefLabel "Complete Catalogue and Resource Labels" ; | ||
. | ||
|
||
:CatalogueAndResourceModel | ||
a skos:Concept ; | ||
skos:definition "The default model for the container and the content. Must be a set of SAHCL Shapes" ; | ||
skos:inScheme cs: ; | ||
skos:prefLabel "Catalogue & Resource Model" ; | ||
. | ||
|
||
:CatalogueData | ||
a skos:Concept ; | ||
skos:definition "Data for the container, usually a Catalogue, including the identity of it and each item fo content" ; | ||
skos:inScheme cs: ; | ||
skos:prefLabel "Catalogue Data" ; | ||
. | ||
|
||
:CatalogueModel | ||
a skos:Concept ; | ||
skos:definition "The default model for the container. Must be a set of SAHCL Shapes" ; | ||
skos:inScheme cs: ; | ||
skos:prefLabel "Catalogue Model" ; | ||
. | ||
|
||
:ResourceData | ||
a skos:Concept ; | ||
skos:definition "Data for the content of the container" ; | ||
skos:inScheme cs: ; | ||
skos:prefLabel "Resource Data" ; | ||
. | ||
|
||
:ResourceModel | ||
a skos:Concept ; | ||
skos:definition "The default model for the content. Must be a set of SAHCL Shapes" ; | ||
skos:inScheme cs: ; | ||
skos:prefLabel "Resource Model" ; | ||
. | ||
|
||
:IncompleteCatalogueAndResourceLabels | ||
a skos:Concept ; | ||
skos:definition "Some of the labels - possibly including names, descriptions & seeAlso links - for the Catalogue and Resource objects" ; | ||
skos:inScheme cs: ; | ||
skos:prefLabel "Incomplete Catalogue and Resource Labels" ; | ||
. | ||
|
||
<https://kurrawong.ai> | ||
a schema:Organization ; | ||
schema:name "KurrawongAI" ; | ||
schema:url "https://kurrawong.ai"^^xsd:anyURI ; | ||
. | ||
|
||
:1.0.0 | ||
rdfs:label "1.0.0" ; | ||
. | ||
|
||
cs: | ||
a skos:ConceptScheme ; | ||
owl:versionIRI :1.0.0 ; | ||
owl:versionInfo "1.0.0: First public version" ; | ||
skos:definition "This vocabulary is a test vocabulary showing the use of images within Concept definitions"@en ; | ||
skos:hasTopConcept | ||
:CompleteCatalogueAndResourceLabels , | ||
:CatalogueAndResourceModel , | ||
:CatalogueData , | ||
:CatalogueModel , | ||
:ResourceData , | ||
:IncompleteCatalogueAndResourceLabels ; | ||
skos:historyNote "Create in 2024 for Prez data loading" ; | ||
skos:prefLabel "Manifest Resource Roles Vocabulary" ; | ||
schema:creator <https://kurrawong.ai> ; | ||
schema:dateCreated "2024-11-29"^^xsd:date ; | ||
schema:dateModified "2024-12-17"^^xsd:date ; | ||
schema:publisher <https://kurrawong.ai> ; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters