Skip to content

Manifest Resource Roles Vocabulary

This roles vocabulary contains the allowed Roles that a resource, described within a ResourceDescriptor, can play with respect to a Manifest.

Identifier

The IRI of this vocabulary is:

  • https://prez.dev/ManifestResourceRoles

The vocab namespace is https://prez.dev/ManifestResourceRoles/.

The recommended namespace prefix is mrr.

Human-readable

The human-readable form of this vocabulary is as follows:

Concept IRI Label Definition Parent
mrr:CatalogueData Catalogue Data Data for the catalogue, usually a Catalogue, including the identity of it and each item fo resource -
mrr:ResourceData Resource Data Data for the resource of the catalogue -
mrr:CatalogueAndResourceModel Catalogue & Resource Model The default model for the catalogue and the resource. Must be a set of SHACL Shapes -
mrr:CatalogueModel Catalogue Model The default model for the catalogue. Must be a set of SHACL Shapes mrr:CatalogueAndResourceModel
mrr:ResourceModel Resource Model The default model for the resource. Must be a set of SHACL Shapes mrr:CatalogueAndResourceModel
mrr:CompleteCatalogueAndResourceLabels Complete Resource & Catalogue Labels All the labels - possibly including names, descriptions & seeAlso links - for the Catalogue and Resource objects -
mrr:IncompleteCatalogueAndResourceLabels Incomplete Resource & Catalogue Labels Some of the labels - possibly including names, descriptions & seeAlso links - for the Catalogue and Resource objects -

Machine-readable

The machine-readable form of this vocabulary, in RDF's Turtle syntax, is:

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 including 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 SHACL 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 SHACL 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 SHACL 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> ;
.