2317 lines
115 KiB
Turtle
2317 lines
115 KiB
Turtle
@prefix dash: <http://datashapes.org/dash#> .
|
|
@prefix dlco: <https://concepts.datalad.org/> .
|
|
@prefix dldist: <https://concepts.datalad.org/s/distribution/unreleased/> .
|
|
@prefix dlprov: <https://concepts.datalad.org/s/prov/unreleased/> .
|
|
@prefix dlsddnb: <https://concepts.datalad.org/s/sddnb/unreleased/> .
|
|
@prefix dlthing: <https://concepts.datalad.org/s/thing/unreleased/> .
|
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
@prefix sh: <http://www.w3.org/ns/shacl#> .
|
|
@prefix spdx: <http://spdx.org/rdf/terms#> .
|
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
|
|
dldist:Person a sh:NodeShape ;
|
|
rdfs:subClassOf dlprov:Agent ;
|
|
sh:closed true ;
|
|
sh:description "Person agents are people." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dlthing:Thing ;
|
|
sh:description "The subject has a relation to the object." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 3 ;
|
|
sh:path dlprov:relation ],
|
|
[ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 11 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 12 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 7 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 9 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 8 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 14 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dldist:Organization ;
|
|
sh:description "An organization that an agent is affiliated with." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 1 ;
|
|
sh:path dldist:affiliation ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 13 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Physical address of the subject, such as a postal address, a bibliographic locator, or a coordinate of some kind." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dldist:address ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 10 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:datatype dldist:EmailAddress ;
|
|
sh:description "Email address associated with an entity." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dldist:email ;
|
|
sh:pattern "(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|\"(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21\\x23-\\x5b\\x5d-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])*\")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\\[(?:(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9]))\\.){3}(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9])|[a-z0-9-]*[a-z0-9]:(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21-\\x5a\\x53-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])+)\\])" ] ;
|
|
sh:targetClass dldist:Person .
|
|
|
|
dlsddnb:Grant a sh:NodeShape ;
|
|
rdfs:subClassOf dlprov:Entity ;
|
|
sh:closed true ;
|
|
sh:description "A grant, typically financial or otherwise quantifiable, of resources." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dlprov:Agent ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 6 ;
|
|
sh:path dlprov:was_attributed_to ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 12 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 10 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:class dlthing:Thing ;
|
|
sh:description "The subject has a relation to the object." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 5 ;
|
|
sh:path dlprov:relation ],
|
|
[ sh:class dlprov:Agent ;
|
|
sh:description "A person or organization that supports a thing through a pledge, promise, or financial contribution" ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 0 ;
|
|
sh:path dlsddnb:sponsor ],
|
|
[ sh:class dlprov:Attribution ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 2 ;
|
|
sh:path dlprov:qualified_attribution ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 14 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlprov:EntityInfluence ;
|
|
sh:description "Characterizes the relationship or role of an entity with respect to the subject entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 4 ;
|
|
sh:path dlprov:qualified_relation ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 13 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 11 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 9 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 17 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 15 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 16 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 19 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Entity that provides an authoritative description or definition of the subject." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dlsddnb:cites_as_authority ],
|
|
[ sh:class dlprov:Activity ;
|
|
sh:description "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 8 ;
|
|
sh:path dlprov:was_generated_by ],
|
|
[ sh:class dlprov:Entity ;
|
|
sh:description "Derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 7 ;
|
|
sh:path dlprov:was_derived_from ],
|
|
[ sh:class dlprov:Derivation ;
|
|
sh:description "A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 3 ;
|
|
sh:path dlprov:qualified_derivation ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 18 ;
|
|
sh:path dlthing:title ] ;
|
|
sh:targetClass dlsddnb:Grant .
|
|
|
|
dlsddnb:Publication a sh:NodeShape ;
|
|
rdfs:subClassOf dlprov:Entity ;
|
|
sh:closed true ;
|
|
sh:description "A document that is the output of a publishing process. This can printed or electronic work offered for distribution, and may have been made available by a publisher." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 19 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 22 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dldist:LicenseDocument ;
|
|
sh:description "A legal document under which the resource is made available." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 3 ;
|
|
sh:path dldist:license ],
|
|
[ sh:class dlthing:Thing ;
|
|
sh:description "The subject has a relation to the object." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 8 ;
|
|
sh:path dlprov:relation ],
|
|
[ sh:class dlprov:Derivation ;
|
|
sh:description "A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 6 ;
|
|
sh:path dlprov:qualified_derivation ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "String of characters such as \"T58:5\" or \"30:4833\" used to uniquely identify a concept within the scope of a given concept scheme." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4 ;
|
|
sh:path dlthing:notation ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 20 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:class dlprov:Agent ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 9 ;
|
|
sh:path dlprov:was_attributed_to ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 21 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Physical address of the subject, such as a postal address, a bibliographic locator, or a coordinate of some kind." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dldist:address ],
|
|
[ sh:class dlprov:Attribution ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 5 ;
|
|
sh:path dlprov:qualified_attribution ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 17 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlprov:Activity ;
|
|
sh:description "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 11 ;
|
|
sh:path dlprov:was_generated_by ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 18 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:class dlprov:Entity ;
|
|
sh:description "Derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 10 ;
|
|
sh:path dlprov:was_derived_from ],
|
|
[ sh:class dlprov:EntityInfluence ;
|
|
sh:description "Characterizes the relationship or role of an entity with respect to the subject entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 7 ;
|
|
sh:path dlprov:qualified_relation ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 14 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 12 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:datatype <https://www.w3.org/TR/NOTE-datetime> ;
|
|
sh:description "Date on which the resource was (last) changed, updated or modified." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dldist:date_modified ;
|
|
sh:pattern "^(\\d{4})|(\\d{4}-[01]\\d)|(\\d{4}-[01]\\d-[0-3]\\d)|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d\\.\\d+([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))$" ],
|
|
[ sh:datatype <https://www.w3.org/TR/NOTE-datetime> ;
|
|
sh:description "Date on which the resource was (last) changed, updated or modified." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dldist:date_published ;
|
|
sh:pattern "^(\\d{4})|(\\d{4}-[01]\\d)|(\\d{4}-[01]\\d-[0-3]\\d)|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d\\.\\d+([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))$" ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 13 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 16 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 15 ;
|
|
sh:path dlthing:identifier ] ;
|
|
sh:targetClass dlsddnb:Publication .
|
|
|
|
dlsddnb:StudyParticipant a sh:NodeShape ;
|
|
rdfs:subClassOf dlthing:Thing ;
|
|
sh:closed true ;
|
|
sh:description "A participant in a scientific research study that is related to this ScientificDataDistribution and for which samples have been collected, possibly across multiple `StudySession`s" ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 10 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 3 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 9 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 7 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 11 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 4 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 8 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlsddnb:StudySample ;
|
|
sh:description "A sample collected from a study participant" ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 0 ;
|
|
sh:path dlsddnb:has_sample ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:name "Participant ID" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dlthing:id ] ;
|
|
sh:targetClass dlsddnb:StudyParticipant .
|
|
|
|
dlsddnb:StudySession a sh:NodeShape ;
|
|
rdfs:subClassOf dlthing:Thing ;
|
|
sh:closed true ;
|
|
sh:description "A session, possibly one of multiple, that forms part of a scientific research study that is related to this ScientificDataDistribution and for which samples have been collected" ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 7 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 9 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 10 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 8 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 3 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:name "Session ID" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dlthing:id ] ;
|
|
sh:targetClass dlsddnb:StudySession .
|
|
|
|
dlthing:QuantitativeProperty a sh:NodeShape ;
|
|
rdfs:subClassOf dlthing:Property ;
|
|
sh:closed true ;
|
|
sh:description "An inherent quantitative property that is being observed or measured." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:string ;
|
|
sh:description "Value of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 8 ;
|
|
sh:path rdfs:value ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the values of a property are instances of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 7 ;
|
|
sh:path rdfs:range ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "The property value is defined by this term." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 3 ;
|
|
sh:path dlthing:is_defined_by ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A unit of measurement is a standardized quantity of a physical quality." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dlthing:unit ] ;
|
|
sh:targetClass dlthing:QuantitativeProperty .
|
|
|
|
dldist:Organization a sh:NodeShape ;
|
|
rdfs:subClassOf dlprov:Agent ;
|
|
sh:closed true ;
|
|
sh:description "A social or legal instititution such as a company, a society, or a university." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 12 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 10 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:class dlthing:Thing ;
|
|
sh:description "The subject has a relation to the object." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 1 ;
|
|
sh:path dlprov:relation ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 8 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 3 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 5 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Physical address of the subject, such as a postal address, a bibliographic locator, or a coordinate of some kind." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dldist:address ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 9 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 7 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 11 ;
|
|
sh:path dlthing:title ] ;
|
|
sh:targetClass dldist:Organization .
|
|
|
|
dlsddnb:ScientificDataDistribution a sh:NodeShape ;
|
|
rdfs:subClassOf dldist:Distribution ;
|
|
sh:closed true ;
|
|
sh:description "A dataset collected for the purpose of conducting scientific research. It may come in the form of a single file, or an archive or directory of many files. It may be standalone or part of another dataset." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 31 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dldist:LicenseDocument ;
|
|
sh:description "A legal document under which the resource is made available." ;
|
|
sh:group dlsddnb:BasicPropertyGroup ;
|
|
sh:maxCount 1 ;
|
|
sh:name "License" ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 10 ;
|
|
sh:path dldist:license ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "The media type of a distribution as defined by IANA" ;
|
|
sh:group dlsddnb:DataPropertyGroup ;
|
|
sh:maxCount 1 ;
|
|
sh:name "Media Type" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2,
|
|
11 ;
|
|
sh:path dldist:media_type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:group dlsddnb:BasicPropertyGroup ;
|
|
sh:name "Conforms To" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 8,
|
|
22 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:class dldist:Checksum ;
|
|
sh:description "The checksum property provides a mechanism that can be used to verify that the contents of a file or package have not changed." ;
|
|
sh:group dlsddnb:DataPropertyGroup ;
|
|
sh:name "Checksum" ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 3 ;
|
|
sh:path dldist:checksum ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "URL that gives direct access to the subject in the form of a downloadable file in a given format." ;
|
|
sh:group dlsddnb:AccessPropertyGroup ;
|
|
sh:name "Download URL" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1,
|
|
6 ;
|
|
sh:path dldist:download_url ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:group dlsddnb:BasicPropertyGroup ;
|
|
sh:name "Identifier" ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 5,
|
|
24 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:class dlthing:Thing ;
|
|
sh:description "The subject has a relation to the object." ;
|
|
sh:group dlsddnb:RelationPropertyGroup ;
|
|
sh:name "Relation" ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 1,
|
|
17 ;
|
|
sh:path dlprov:relation ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:group dlsddnb:BasicPropertyGroup ;
|
|
sh:name "Is About" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 7,
|
|
25 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:group dlsddnb:BasicPropertyGroup ;
|
|
sh:name "Same As" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6,
|
|
29 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:group dlsddnb:BasicPropertyGroup ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:name "ID" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4,
|
|
21 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:class dlprov:Agent ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:group dlsddnb:ProvenancePropertyGroup ;
|
|
sh:name "Was Attributed To" ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 3,
|
|
18 ;
|
|
sh:path dlprov:was_attributed_to ],
|
|
[ sh:datatype <https://www.w3.org/TR/NOTE-datetime> ;
|
|
sh:description "Date on which the resource was (last) changed, updated or modified." ;
|
|
sh:group dlsddnb:BasicPropertyGroup ;
|
|
sh:maxCount 1 ;
|
|
sh:name "Date Modified" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4,
|
|
11 ;
|
|
sh:path dldist:date_modified ;
|
|
sh:pattern "^(\\d{4})|(\\d{4}-[01]\\d)|(\\d{4}-[01]\\d-[0-3]\\d)|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d\\.\\d+([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))$" ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "The file format of a distribution." ;
|
|
sh:group dlsddnb:DataPropertyGroup ;
|
|
sh:maxCount 1 ;
|
|
sh:name "Data Format" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0,
|
|
7 ;
|
|
sh:path dldist:format ],
|
|
[ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:group dlsddnb:RelationPropertyGroup ;
|
|
sh:name "Has Property" ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 0,
|
|
28 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:datatype <https://www.w3.org/TR/NOTE-datetime> ;
|
|
sh:description "Date on which the resource was (last) changed, updated or modified." ;
|
|
sh:group dlsddnb:BasicPropertyGroup ;
|
|
sh:maxCount 1 ;
|
|
sh:name "Date Published" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5,
|
|
12 ;
|
|
sh:path dldist:date_published ;
|
|
sh:pattern "^(\\d{4})|(\\d{4}-[01]\\d)|(\\d{4}-[01]\\d-[0-3]\\d)|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d\\.\\d+([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))$" ],
|
|
[ dash:singleLine false ;
|
|
sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:group dlsddnb:BasicPropertyGroup ;
|
|
sh:maxCount 1 ;
|
|
sh:name "Description" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2,
|
|
23 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:class dldist:DataService ;
|
|
sh:description "A data service that gives access to a distribution." ;
|
|
sh:group dlsddnb:AccessPropertyGroup ;
|
|
sh:name "Access Service" ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 0,
|
|
2 ;
|
|
sh:path dldist:access_service ],
|
|
[ sh:class dldist:QualifiedAccess ;
|
|
sh:description "Link to a description of a `access_service` relationship with `DCAT:DataService`." ;
|
|
sh:group dlsddnb:AccessPropertyGroup ;
|
|
sh:name "Qualified Access" ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 3,
|
|
12 ;
|
|
sh:path dlco:qualified_access ],
|
|
[ sh:class dlprov:Entity ;
|
|
sh:description "Derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:group dlsddnb:ProvenancePropertyGroup ;
|
|
sh:name "Was Derived From" ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 1,
|
|
19 ;
|
|
sh:path dlprov:was_derived_from ],
|
|
[ sh:datatype xsd:nonNegativeInteger ;
|
|
sh:description "The size of a distribution in bytes." ;
|
|
sh:group dlsddnb:DataPropertyGroup ;
|
|
sh:maxCount 1 ;
|
|
sh:name "Byte Size" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1,
|
|
2 ;
|
|
sh:path dldist:byte_size ],
|
|
[ sh:class dlsddnb:ScientificDataDistribution ;
|
|
sh:description "A related resource that is included either physically or logically in the described resource." ;
|
|
sh:group dlsddnb:PartsPropertyGroup ;
|
|
sh:name "Part" ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 0,
|
|
8 ;
|
|
sh:path dldist:has_part ],
|
|
[ sh:class dlprov:Attribution ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:group dlsddnb:ProvenancePropertyGroup ;
|
|
sh:name "Qualified Attribution" ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 4,
|
|
14 ;
|
|
sh:path dlprov:qualified_attribution ],
|
|
[ sh:class dldist:DistributionPart ;
|
|
sh:description "Qualified a `hasPart` relationship with another entity." ;
|
|
sh:group dlsddnb:PartsPropertyGroup ;
|
|
sh:name "Qualified Part" ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 1,
|
|
13 ;
|
|
sh:path dldist:qualified_part ],
|
|
[ sh:class dldist:Resource ;
|
|
sh:description "Inverse property of `DCAT:distribution`." ;
|
|
sh:group dlsddnb:BasicPropertyGroup ;
|
|
sh:maxCount 1 ;
|
|
sh:name "Is Distribution Of" ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 9 ;
|
|
sh:path dldist:is_distribution_of ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:group dlsddnb:BasicPropertyGroup ;
|
|
sh:maxCount 1 ;
|
|
sh:name "Meta type" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 3,
|
|
26 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlprov:Derivation ;
|
|
sh:description "A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:group dlsddnb:ProvenancePropertyGroup ;
|
|
sh:name "Qualified Derivation" ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 2,
|
|
15 ;
|
|
sh:path dlprov:qualified_derivation ],
|
|
[ sh:class dlprov:Activity ;
|
|
sh:description "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation." ;
|
|
sh:group dlsddnb:ProvenancePropertyGroup ;
|
|
sh:name "Was Generated By" ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 0,
|
|
20 ;
|
|
sh:path dlprov:was_generated_by ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:group dlsddnb:BasicPropertyGroup ;
|
|
sh:maxCount 1 ;
|
|
sh:name "Title" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1,
|
|
30 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "URL that gives access to the subject. This can be, e.g, a landing page, feed, SPARQL endpoint." ;
|
|
sh:group dlsddnb:AccessPropertyGroup ;
|
|
sh:name "Access URL" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0,
|
|
1 ;
|
|
sh:path dldist:access_url ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:group dlsddnb:BasicPropertyGroup ;
|
|
sh:maxCount 1 ;
|
|
sh:name "Name" ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0,
|
|
27 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:class dlprov:EntityInfluence ;
|
|
sh:description "Characterizes the relationship or role of an entity with respect to the subject entity." ;
|
|
sh:group dlsddnb:RelationPropertyGroup ;
|
|
sh:name "Qualified Relation" ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 2,
|
|
16 ;
|
|
sh:path dlprov:qualified_relation ] ;
|
|
sh:targetClass dlsddnb:ScientificDataDistribution .
|
|
|
|
dlsddnb:StudySample a sh:NodeShape ;
|
|
rdfs:subClassOf dlthing:Thing ;
|
|
sh:closed true ;
|
|
sh:description "A sample or measure collected during a scientific research study related to this ScientificDataDistribution A sample belongs to a specific StudyParticipant and may have been collected as part of a specific StudySession" ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 3 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 9 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 7 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 10 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 8 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dlthing:description ] ;
|
|
sh:targetClass dlsddnb:StudySample .
|
|
|
|
dldist:Checksum a sh:NodeShape ;
|
|
sh:closed true ;
|
|
sh:description "A Checksum is a value that allows to check the integrity of the contents of a file. Even small changes to the content of the file will change its checksum. This class allows the results of a variety of checksum and cryptographic message digest algorithms to be represented." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:hexBinary ;
|
|
sh:description "Lower case hexadecimal encoded checksum digest value produced using a specific algorithm." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dldist:digest ;
|
|
sh:pattern "^[a-fA-F0-9]+$" ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Identifies the algorithm used to produce the subject `Checksum`." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path spdx:algorithm ] ;
|
|
sh:targetClass dldist:Checksum .
|
|
|
|
dldist:Distribution a sh:NodeShape ;
|
|
rdfs:subClassOf dlprov:Entity ;
|
|
sh:closed true ;
|
|
sh:description "A specific representation of data, which may come in the form of a single file, or an archive or directory of many files, may be standalone or part of a dataset." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 27 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:class dlprov:Agent ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 18 ;
|
|
sh:path dlprov:was_attributed_to ],
|
|
[ sh:class dldist:Resource ;
|
|
sh:description "Inverse property of `DCAT:distribution`." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 9 ;
|
|
sh:path dldist:is_distribution_of ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 23 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "The file format of a distribution." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 7 ;
|
|
sh:path dldist:format ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 25 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:class dldist:DistributionPart ;
|
|
sh:description "Qualified a `hasPart` relationship with another entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 13 ;
|
|
sh:path dldist:qualified_part ],
|
|
[ sh:datatype <https://www.w3.org/TR/NOTE-datetime> ;
|
|
sh:description "Date on which the resource was (last) changed, updated or modified." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4 ;
|
|
sh:path dldist:date_modified ;
|
|
sh:pattern "^(\\d{4})|(\\d{4}-[01]\\d)|(\\d{4}-[01]\\d-[0-3]\\d)|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d\\.\\d+([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))$" ],
|
|
[ sh:class dldist:DataService ;
|
|
sh:description "A data service that gives access to a distribution." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 0 ;
|
|
sh:path dldist:access_service ],
|
|
[ sh:class dldist:LicenseDocument ;
|
|
sh:description "A legal document under which the resource is made available." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 10 ;
|
|
sh:path dldist:license ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 26 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlprov:Entity ;
|
|
sh:description "Derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 19 ;
|
|
sh:path dlprov:was_derived_from ],
|
|
[ sh:datatype xsd:nonNegativeInteger ;
|
|
sh:description "The size of a distribution in bytes." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dldist:byte_size ],
|
|
[ sh:class dldist:Checksum ;
|
|
sh:description "The checksum property provides a mechanism that can be used to verify that the contents of a file or package have not changed." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 3 ;
|
|
sh:path dldist:checksum ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "URL that gives access to the subject. This can be, e.g, a landing page, feed, SPARQL endpoint." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dldist:access_url ],
|
|
[ sh:class dlprov:Derivation ;
|
|
sh:description "A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 15 ;
|
|
sh:path dlprov:qualified_derivation ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 24 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:datatype <https://www.w3.org/TR/NOTE-datetime> ;
|
|
sh:description "Date on which the resource was (last) changed, updated or modified." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path dldist:date_published ;
|
|
sh:pattern "^(\\d{4})|(\\d{4}-[01]\\d)|(\\d{4}-[01]\\d-[0-3]\\d)|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d\\.\\d+([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))$" ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 21 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:class dldist:Distribution ;
|
|
sh:description "A related resource that is included either physically or logically in the described resource." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 8 ;
|
|
sh:path dldist:has_part ],
|
|
[ sh:class dlprov:EntityInfluence ;
|
|
sh:description "Characterizes the relationship or role of an entity with respect to the subject entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 16 ;
|
|
sh:path dlprov:qualified_relation ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 22 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:class dldist:QualifiedAccess ;
|
|
sh:description "Link to a description of a `access_service` relationship with `DCAT:DataService`." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 12 ;
|
|
sh:path dlco:qualified_access ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 29 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:class dlprov:Attribution ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 14 ;
|
|
sh:path dlprov:qualified_attribution ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "The media type of a distribution as defined by IANA" ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 11 ;
|
|
sh:path dldist:media_type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "URL that gives direct access to the subject in the form of a downloadable file in a given format." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path dldist:download_url ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 30 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:class dlthing:Thing ;
|
|
sh:description "The subject has a relation to the object." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 17 ;
|
|
sh:path dlprov:relation ],
|
|
[ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 28 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 31 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlprov:Activity ;
|
|
sh:description "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 20 ;
|
|
sh:path dlprov:was_generated_by ] ;
|
|
sh:targetClass dldist:Distribution .
|
|
|
|
dldist:DistributionPart a sh:NodeShape ;
|
|
sh:closed true ;
|
|
sh:description "An association class for attaching additional information to a hasPart relationship." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dlprov:Entity ;
|
|
sh:description "References an entity which influenced an entity." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 1 ;
|
|
sh:path dlprov:entity ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "The name of the part within the containing entity." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dlthing:name ] ;
|
|
sh:targetClass dldist:DistributionPart .
|
|
|
|
dldist:Parameter a sh:NodeShape ;
|
|
rdfs:subClassOf dlthing:Characteristic ;
|
|
sh:closed true ;
|
|
sh:description "A variable whose value changes the characteristics of a system or a function." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 3 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "The property value is defined by this term." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dlthing:is_defined_by ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the values of a property are instances of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path rdfs:range ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Value of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path rdfs:value ] ;
|
|
sh:targetClass dldist:Parameter .
|
|
|
|
dldist:QualifiedAccess a sh:NodeShape ;
|
|
sh:closed true ;
|
|
sh:description "An association class for attaching additional information to an `access_service` relationship between a `DCAT:Distribution` and a `DCAT:DataService`." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dldist:Parameter ;
|
|
sh:description "Relation between a process or function and an information entity which modulates the behaviour of the subject." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 1 ;
|
|
sh:path dldist:has_parameter ],
|
|
[ sh:class dldist:DataService ;
|
|
sh:description "A data service that gives access to a distribution." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 0 ;
|
|
sh:path dldist:access_service ] ;
|
|
sh:targetClass dldist:QualifiedAccess .
|
|
|
|
dlprov:AgentInfluence a sh:NodeShape ;
|
|
rdfs:subClassOf dlprov:Influence ;
|
|
sh:closed true ;
|
|
sh:description "Capacity of an agent to have an effect on the character, development, or behavior of another Entity, Agent, or Activity" ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dlprov:Agent ;
|
|
sh:description "References an agent which influenced an entity." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 0 ;
|
|
sh:path dlprov:agent ],
|
|
[ sh:class dlprov:Role ;
|
|
sh:description "The function of an entity or agent with respect to another entity or resource." ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 2 ;
|
|
sh:path dlprov:had_role ],
|
|
[ sh:description "Reference the resource (Entity, Agent, or Activity) whose influence is being qualified in a qualified influence pattern." ;
|
|
sh:maxCount 1 ;
|
|
sh:or ( [ sh:class dlprov:Activity ] [ sh:class dlprov:Agent ] [ sh:class dlprov:Entity ] ) ;
|
|
sh:order 1 ;
|
|
sh:path dlprov:influencer ] ;
|
|
sh:targetClass dlprov:AgentInfluence .
|
|
|
|
dlprov:Influence a sh:NodeShape ;
|
|
sh:closed true ;
|
|
sh:description "Capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dlprov:Role ;
|
|
sh:description "The function of an entity or agent with respect to another entity or resource." ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 1 ;
|
|
sh:path dlprov:had_role ],
|
|
[ sh:description "Reference the resource (Entity, Agent, or Activity) whose influence is being qualified in a qualified influence pattern." ;
|
|
sh:maxCount 1 ;
|
|
sh:or ( [ sh:class dlprov:Activity ] [ sh:class dlprov:Agent ] [ sh:class dlprov:Entity ] ) ;
|
|
sh:order 0 ;
|
|
sh:path dlprov:influencer ] ;
|
|
sh:targetClass dlprov:Influence .
|
|
|
|
dlthing:Characteristic a sh:NodeShape ;
|
|
sh:closed true ;
|
|
sh:description "An inherent quality, function, disposition or process characteristic." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the values of a property are instances of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path rdfs:range ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Value of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path rdfs:value ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 3 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "The property value is defined by this term." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dlthing:is_defined_by ] ;
|
|
sh:targetClass dlthing:Characteristic .
|
|
|
|
dldist:DataService a sh:NodeShape ;
|
|
rdfs:subClassOf dldist:Resource ;
|
|
sh:closed true ;
|
|
sh:description "A collection of operations that provides access to one or more distributions or data processing functions." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dldist:Parameter ;
|
|
sh:description "Parameter that needs to be supplied in order to request a particular `Distribution` from the `DataService`. Any such concrete parameter values can be specific in a dedicated `QualifiedAccess` relation, linking a `Distribution` to a `DataService`. A `Parameter` value property given in the scope of a `DataService` can be considered as a default value." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 3 ;
|
|
sh:path dldist:has_parameter ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 19 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A Web page that can be navigated to in a Web browser to gain access to a resource, its distributions and/or additional information." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 10 ;
|
|
sh:path dldist:landing_page ],
|
|
[ sh:class dlprov:Agent ;
|
|
sh:description "Relevant contact information for the subject." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 4 ;
|
|
sh:path dldist:contact_point ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "One or more keywords or tags describing the resource." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 9 ;
|
|
sh:path dldist:keyword ],
|
|
[ sh:class dldist:Resource ;
|
|
sh:description "A related resource that is included either physically or logically in the described resource." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 7 ;
|
|
sh:path dldist:is_part_of ],
|
|
[ sh:class dlprov:Activity ;
|
|
sh:description "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 18 ;
|
|
sh:path dlprov:was_generated_by ],
|
|
[ sh:class dlprov:Attribution ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 12 ;
|
|
sh:path dlprov:qualified_attribution ],
|
|
[ sh:class dlprov:Derivation ;
|
|
sh:description "A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 13 ;
|
|
sh:path dlprov:qualified_derivation ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 28 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 24 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 29 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlprov:EntityInfluence ;
|
|
sh:description "Characterizes the relationship or role of an entity with respect to the subject entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 14 ;
|
|
sh:path dlprov:qualified_relation ],
|
|
[ sh:datatype <https://www.w3.org/TR/NOTE-datetime> ;
|
|
sh:description "Date on which the resource was (last) changed, updated or modified." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path dldist:date_published ;
|
|
sh:pattern "^(\\d{4})|(\\d{4}-[01]\\d)|(\\d{4}-[01]\\d-[0-3]\\d)|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d\\.\\d+([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))$" ],
|
|
[ sh:datatype <https://www.w3.org/TR/NOTE-datetime> ;
|
|
sh:description "Date on which the resource was (last) changed, updated or modified." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path dldist:date_modified ;
|
|
sh:pattern "^(\\d{4})|(\\d{4}-[01]\\d)|(\\d{4}-[01]\\d-[0-3]\\d)|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d\\.\\d+([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))$" ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "The root location or primary endpoint of a service (a Web-resolvable IRI)." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dldist:endpoint_url ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Version indicator (name or identifier) of a resource." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 11 ;
|
|
sh:path dldist:version ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 21 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:class dldist:Resource ;
|
|
sh:description "A related resource of which the described resource is a version." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 8 ;
|
|
sh:path dldist:is_version_of ],
|
|
[ sh:class dlthing:Thing ;
|
|
sh:description "The subject has a relation to the object." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 15 ;
|
|
sh:path dlprov:relation ],
|
|
[ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 26 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:class dlprov:Entity ;
|
|
sh:description "Derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 17 ;
|
|
sh:path dlprov:was_derived_from ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 25 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 20 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:class dlprov:Agent ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 16 ;
|
|
sh:path dlprov:was_attributed_to ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 27 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A description of the services available via the end-points, including their operations, parameters etc." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dldist:endpoint_description ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 22 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 23 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A URL template with placeholders enclosed in braces (`{example}`). When expanded with a given set of named parameters, the instantiated template forms a valid URL suitable for requesting a download." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dldist:download_url_template ] ;
|
|
sh:targetClass dldist:DataService .
|
|
|
|
dldist:LicenseDocument a sh:NodeShape ;
|
|
rdfs:subClassOf dlprov:Entity ;
|
|
sh:closed true ;
|
|
sh:description "A legal document giving official permission to do something with a resource." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dlthing:Thing ;
|
|
sh:description "The subject has a relation to the object." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 4 ;
|
|
sh:path dlprov:relation ],
|
|
[ sh:class dlprov:Attribution ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 1 ;
|
|
sh:path dlprov:qualified_attribution ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 8 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 13 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlprov:EntityInfluence ;
|
|
sh:description "Characterizes the relationship or role of an entity with respect to the subject entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 3 ;
|
|
sh:path dlprov:qualified_relation ],
|
|
[ sh:class dlprov:Activity ;
|
|
sh:description "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 7 ;
|
|
sh:path dlprov:was_generated_by ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 16 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 12 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 11 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 18 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A copy of the actual text of a license reference, file or snippet that is associated with a License Identifier to aid in future analysis." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dldist:license_text ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 10 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 14 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 17 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:class dlprov:Agent ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 5 ;
|
|
sh:path dlprov:was_attributed_to ],
|
|
[ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 15 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:class dlprov:Entity ;
|
|
sh:description "Derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 6 ;
|
|
sh:path dlprov:was_derived_from ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 9 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:class dlprov:Derivation ;
|
|
sh:description "A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 2 ;
|
|
sh:path dlprov:qualified_derivation ] ;
|
|
sh:targetClass dldist:LicenseDocument .
|
|
|
|
dlprov:Role a sh:NodeShape ;
|
|
sh:closed true ;
|
|
sh:description "A role is the function of a resource or agent with respect to another resource, in the context of resource attribution or resource relationships." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dlthing:id ] ;
|
|
sh:targetClass dlprov:Role .
|
|
|
|
dldist:Resource a sh:NodeShape ;
|
|
rdfs:subClassOf dlprov:Entity ;
|
|
sh:closed true ;
|
|
sh:description "Resource published or curated by a single agent." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 22 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:class dldist:Resource ;
|
|
sh:description "A related resource that is included either physically or logically in the described resource." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 3 ;
|
|
sh:path dldist:is_part_of ],
|
|
[ sh:class dlprov:Agent ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 12 ;
|
|
sh:path dlprov:was_attributed_to ],
|
|
[ sh:class dlprov:Derivation ;
|
|
sh:description "A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 9 ;
|
|
sh:path dlprov:qualified_derivation ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 24 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "One or more keywords or tags describing the resource." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path dldist:keyword ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 19 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A Web page that can be navigated to in a Web browser to gain access to a resource, its distributions and/or additional information." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path dldist:landing_page ],
|
|
[ sh:datatype <https://www.w3.org/TR/NOTE-datetime> ;
|
|
sh:description "Date on which the resource was (last) changed, updated or modified." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dldist:date_modified ;
|
|
sh:pattern "^(\\d{4})|(\\d{4}-[01]\\d)|(\\d{4}-[01]\\d-[0-3]\\d)|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d\\.\\d+([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))$" ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Version indicator (name or identifier) of a resource." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 7 ;
|
|
sh:path dldist:version ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 17 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 25 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlprov:Attribution ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 8 ;
|
|
sh:path dlprov:qualified_attribution ],
|
|
[ sh:class dlprov:EntityInfluence ;
|
|
sh:description "Characterizes the relationship or role of an entity with respect to the subject entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 10 ;
|
|
sh:path dlprov:qualified_relation ],
|
|
[ sh:class dlprov:Agent ;
|
|
sh:description "Relevant contact information for the subject." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 0 ;
|
|
sh:path dldist:contact_point ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 20 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlprov:Entity ;
|
|
sh:description "Derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 13 ;
|
|
sh:path dlprov:was_derived_from ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 21 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:class dlprov:Activity ;
|
|
sh:description "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 14 ;
|
|
sh:path dlprov:was_generated_by ],
|
|
[ sh:datatype <https://www.w3.org/TR/NOTE-datetime> ;
|
|
sh:description "Date on which the resource was (last) changed, updated or modified." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dldist:date_published ;
|
|
sh:pattern "^(\\d{4})|(\\d{4}-[01]\\d)|(\\d{4}-[01]\\d-[0-3]\\d)|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d\\.\\d+([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))$" ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 16 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:class dlthing:Thing ;
|
|
sh:description "The subject has a relation to the object." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 11 ;
|
|
sh:path dlprov:relation ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 15 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 23 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:class dldist:Resource ;
|
|
sh:description "A related resource of which the described resource is a version." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 4 ;
|
|
sh:path dldist:is_version_of ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 18 ;
|
|
sh:path dlthing:identifier ] ;
|
|
sh:targetClass dldist:Resource .
|
|
|
|
dlprov:Attribution a sh:NodeShape ;
|
|
rdfs:subClassOf dlprov:AgentInfluence ;
|
|
sh:closed true ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dlprov:Role ;
|
|
sh:description "The function of an entity or agent with respect to another entity or resource." ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 2 ;
|
|
sh:path dlprov:had_role ],
|
|
[ sh:description "Reference the resource (Entity, Agent, or Activity) whose influence is being qualified in a qualified influence pattern." ;
|
|
sh:maxCount 1 ;
|
|
sh:or ( [ sh:class dlprov:Activity ] [ sh:class dlprov:Agent ] [ sh:class dlprov:Entity ] ) ;
|
|
sh:order 1 ;
|
|
sh:path dlprov:influencer ],
|
|
[ sh:class dlprov:Agent ;
|
|
sh:description "References an agent which influenced an entity." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 0 ;
|
|
sh:path dlprov:agent ] ;
|
|
sh:targetClass dlprov:Attribution .
|
|
|
|
dlprov:Derivation a sh:NodeShape ;
|
|
rdfs:subClassOf dlprov:EntityInfluence ;
|
|
sh:closed true ;
|
|
sh:description "Transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlprov:Role ;
|
|
sh:description "The function of an entity or agent with respect to another entity or resource." ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 4 ;
|
|
sh:path dlprov:had_role ],
|
|
[ sh:description "Reference the resource (Entity, Agent, or Activity) whose influence is being qualified in a qualified influence pattern." ;
|
|
sh:maxCount 1 ;
|
|
sh:or ( [ sh:class dlprov:Activity ] [ sh:class dlprov:Agent ] [ sh:class dlprov:Entity ] ) ;
|
|
sh:order 3 ;
|
|
sh:path dlprov:influencer ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "The function of an entity or agent with respect to another entity or resource." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dlprov:had_activity ],
|
|
[ sh:class dlprov:Entity ;
|
|
sh:description "References an entity which influenced an entity." ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 1 ;
|
|
sh:path dlprov:entity ] ;
|
|
sh:targetClass dlprov:Derivation .
|
|
|
|
dlprov:EntityInfluence a sh:NodeShape ;
|
|
rdfs:subClassOf dlprov:Influence ;
|
|
sh:closed true ;
|
|
sh:description "Capacity of an entity to have an effect on the character, development, or behavior of another." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dlprov:Role ;
|
|
sh:description "The function of an entity or agent with respect to another entity or resource." ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 3 ;
|
|
sh:path dlprov:had_role ],
|
|
[ sh:class dlprov:Entity ;
|
|
sh:description "References an entity which influenced an entity." ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 0 ;
|
|
sh:path dlprov:entity ],
|
|
[ sh:description "Reference the resource (Entity, Agent, or Activity) whose influence is being qualified in a qualified influence pattern." ;
|
|
sh:maxCount 1 ;
|
|
sh:or ( [ sh:class dlprov:Activity ] [ sh:class dlprov:Agent ] [ sh:class dlprov:Entity ] ) ;
|
|
sh:order 2 ;
|
|
sh:path dlprov:influencer ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path rdf:type ] ;
|
|
sh:targetClass dlprov:EntityInfluence .
|
|
|
|
dlprov:Activity a sh:NodeShape ;
|
|
rdfs:subClassOf dlthing:Thing ;
|
|
sh:closed true ;
|
|
sh:description "An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 7 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype <https://www.w3.org/TR/NOTE-datetime> ;
|
|
sh:description "End is when an activity is deemed to have been ended by an entity, known as trigger. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4 ;
|
|
sh:path dlprov:ended_at ;
|
|
sh:pattern "^(\\d{4})|(\\d{4}-[01]\\d)|(\\d{4}-[01]\\d-[0-3]\\d)|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d\\.\\d+([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))|(\\d{4}-[01]\\d-[0-3]\\dT[0-2]\\d:[0-5]\\d([+-][0-2]\\d:[0-5]\\d|Z))$" ],
|
|
[ sh:class dlprov:AgentInfluence ;
|
|
sh:description "Assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 0 ;
|
|
sh:path dlprov:qualified_association ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 14 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 13 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 8 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 11 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:class dlprov:Activity ;
|
|
sh:description "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 3 ;
|
|
sh:path dlprov:was_informed_by ],
|
|
[ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 12 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 9 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:class dlthing:Thing ;
|
|
sh:description "The subject has a relation to the object." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 1 ;
|
|
sh:path dlprov:relation ],
|
|
[ sh:class dlprov:Agent ;
|
|
sh:description "An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 2 ;
|
|
sh:path dlprov:was_associated_with ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 10 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 15 ;
|
|
sh:path rdf:type ] ;
|
|
sh:targetClass dlprov:Activity .
|
|
|
|
dlthing:Identifier a sh:NodeShape ;
|
|
sh:closed true ;
|
|
sh:description "Identifier." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:class dlthing:Thing ;
|
|
sh:description "Name of the agency that issued an identifier." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 1 ;
|
|
sh:path dlthing:schema_agency ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "String of characters such as \"T58:5\" or \"30:4833\" used to uniquely identify a concept within the scope of a given concept scheme." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dlthing:notation ] ;
|
|
sh:targetClass dlthing:Identifier .
|
|
|
|
dlthing:Property a sh:NodeShape ;
|
|
rdfs:subClassOf dlthing:Characteristic ;
|
|
sh:closed true ;
|
|
sh:description "An inherent quality, function, disposition or process characteristic that is being observed or measured." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Value of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 7 ;
|
|
sh:path rdfs:value ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "The property value is defined by this term." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dlthing:is_defined_by ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 3 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the values of a property are instances of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path rdfs:range ] ;
|
|
sh:targetClass dlthing:Property .
|
|
|
|
dlthing:Thing a sh:NodeShape ;
|
|
sh:closed true ;
|
|
sh:description "The most basic item." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 7 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 9 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 10 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 0 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 8 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 3 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 4 ;
|
|
sh:path dlthing:is_about ] ;
|
|
sh:targetClass dlthing:Thing .
|
|
|
|
dlprov:Agent a sh:NodeShape ;
|
|
rdfs:subClassOf dlthing:Thing ;
|
|
sh:closed true ;
|
|
sh:description "Something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 1 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 11 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 7 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:class dlthing:Thing ;
|
|
sh:description "The subject has a relation to the object." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 0 ;
|
|
sh:path dlprov:relation ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 6 ;
|
|
sh:path rdf:type ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 2 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 3 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 8 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 4 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 9 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 5 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 10 ;
|
|
sh:path dlthing:title ] ;
|
|
sh:targetClass dlprov:Agent .
|
|
|
|
dlprov:Entity a sh:NodeShape ;
|
|
rdfs:subClassOf dlthing:Thing ;
|
|
sh:closed true ;
|
|
sh:description "A physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary." ;
|
|
sh:ignoredProperties ( rdf:type ) ;
|
|
sh:property [ sh:datatype xsd:anyURI ;
|
|
sh:description "A relation of an information artifact to a thing. For example, the subject matter of the content." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 11 ;
|
|
sh:path dlthing:is_about ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Globally unique identifier of a metadata object." ;
|
|
sh:maxCount 1 ;
|
|
sh:minCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 7 ;
|
|
sh:path dlthing:id ],
|
|
[ sh:class dlprov:EntityInfluence ;
|
|
sh:description "Characterizes the relationship or role of an entity with respect to the subject entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 2 ;
|
|
sh:path dlprov:qualified_relation ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A free-text account of the thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 9 ;
|
|
sh:path dlthing:description ],
|
|
[ sh:class dlthing:Thing ;
|
|
sh:description "The subject has a relation to the object." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 3 ;
|
|
sh:path dlprov:relation ],
|
|
[ sh:class dlthing:Property ;
|
|
sh:description "Relation between a subject and a quality, capability or role that it bears." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 14 ;
|
|
sh:path dlthing:has_property ],
|
|
[ sh:class dlprov:Attribution ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 0 ;
|
|
sh:path dlprov:qualified_attribution ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "Name of a thing." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 13 ;
|
|
sh:path dlthing:name ],
|
|
[ sh:class dlprov:Derivation ;
|
|
sh:description "A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 1 ;
|
|
sh:path dlprov:qualified_derivation ],
|
|
[ sh:class dlprov:Agent ;
|
|
sh:description "Attribution is the ascribing of an entity to an agent." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 4 ;
|
|
sh:path dlprov:was_attributed_to ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "An established standard to which the subject conforms." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 8 ;
|
|
sh:path dlthing:conforms_to ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Property that determines that subject and object are equal. Can be used to indicate a URL of a reference Web page that unambiguously indicates the subjects's identity. For example, the URL of the subjects's Wikipedia page, Wikidata entry, or official website." ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 15 ;
|
|
sh:path dlthing:same_as ],
|
|
[ sh:class dlprov:Entity ;
|
|
sh:description "Derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 5 ;
|
|
sh:path dlprov:was_derived_from ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "State that the subject is an instance of a class." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 17 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlthing:Identifier ;
|
|
sh:description "An unambiguous reference to the subject within a given context." ;
|
|
sh:nodeKind sh:BlankNodeOrIRI ;
|
|
sh:order 10 ;
|
|
sh:path dlthing:identifier ],
|
|
[ sh:datatype xsd:string ;
|
|
sh:description "A summarily description of a thing. It is closely related to a name, but often less compact and more descriptive. Typically used for documents." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 16 ;
|
|
sh:path dlthing:title ],
|
|
[ sh:datatype xsd:anyURI ;
|
|
sh:description "Type designator of a metadata object for validation and schema structure handling purposes. This is used to indicate specialized schema classes for properties that accept a hierarchy of classes as their range." ;
|
|
sh:maxCount 1 ;
|
|
sh:nodeKind sh:Literal ;
|
|
sh:order 12 ;
|
|
sh:path rdf:type ],
|
|
[ sh:class dlprov:Activity ;
|
|
sh:description "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation." ;
|
|
sh:nodeKind sh:IRI ;
|
|
sh:order 6 ;
|
|
sh:path dlprov:was_generated_by ] ;
|
|
sh:targetClass dlprov:Entity .
|
|
|