Jump to:
IRI: https://schema.org/Action
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix schema: <https://schema.org/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
schema:Action a owl:Class ;
rdfs:label "action"@en ;
vann:example """
:my-analysis-action a schema:Action ;
schema:instrument :my-resource .
:my-resource a frbr:Endeavour .
""" ;
vaem:rationale """
This is used to model the fact that a related source is an instrument.
More specifically, an instance of `schema:Action` is used, connected to a `frbr:Endeavour` via the property `schema:instrument`.
"""@en ;
rdfs:comment """
An action performed by a direct agent and indirect participants upon a direct object.
Optionally happens at a location with the help of an inanimate instrument.
The execution of the action may produce a result.
Specific action sub-type documentation specifies the exact expectation of each argument/role.
"""@en ;
rdfs:isDefinedBy schema: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="https://schema.org/Action">
<rdfs:comment xml:lang="en">
An action performed by a direct agent and indirect participants upon a direct object.
Optionally happens at a location with the help of an inanimate instrument.
The execution of the action may produce a result.
Specific action sub-type documentation specifies the exact expectation of each argument/role.
</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">action</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://schema.org/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-analysis-action a schema:Action ;
schema:instrument :my-resource .
:my-resource a frbr:Endeavour .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to model the fact that a related source is an instrument.
More specifically, an instance of `schema:Action` is used, connected to a `frbr:Endeavour` via the property `schema:instrument`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/Action",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-analysis-action a schema:Action ;\n schema:instrument :my-resource . \n\n :my-resource a frbr:Endeavour . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to model the fact that a related source is an instrument.\nMore specifically, an instance of `schema:Action` is used, connected to a `frbr:Endeavour` via the property `schema:instrument`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nAn action performed by a direct agent and indirect participants upon a direct object. \nOptionally happens at a location with the help of an inanimate instrument. \nThe execution of the action may produce a result. \nSpecific action sub-type documentation specifies the exact expectation of each argument/role. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://schema.org/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "action"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<https://schema.org/Action> <http://www.w3.org/2000/01/rdf-schema#comment> "\nAn action performed by a direct agent and indirect participants upon a direct object. \nOptionally happens at a location with the help of an inanimate instrument. \nThe execution of the action may produce a result. \nSpecific action sub-type documentation specifies the exact expectation of each argument/role. \n "@en .
<https://schema.org/Action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://schema.org/Action> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://schema.org/> .
<https://schema.org/Action> <http://www.w3.org/2000/01/rdf-schema#label> "action"@en .
<https://schema.org/Action> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to model the fact that a related source is an instrument.\nMore specifically, an instance of `schema:Action` is used, connected to a `frbr:Endeavour` via the property `schema:instrument`.\n "@en .
<https://schema.org/Action> <http://purl.org/vocab/vann/example> "\n :my-analysis-action a schema:Action ;\n schema:instrument :my-resource . \n\n :my-resource a frbr:Endeavour . \n " .
<https://schema.org/Action> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://xmlns.com/foaf/0.1/Agent
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
foaf:Agent a owl:Class ;
rdfs:label "agent"@en ;
vann:example """
:david-shotton a foaf:Agent .
""" ;
vaem:rationale """
This is used to represent agents.
For example, an agent related to some resource can be specified by means of the class `foaf:Agent`.
"""@en ;
rdfs:comment "An agent (eg. person, group, software or physical artifact)."@en ;
rdfs:isDefinedBy foaf: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Agent">
<rdfs:comment xml:lang="en">An agent (eg. person, group, software or physical artifact).</rdfs:comment>
<rdfs:label xml:lang="en">agent</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to represent agents.
For example, an agent related to some resource can be specified by means of the class `foaf:Agent`.
</vaem:rationale>
<vann:example>
:david-shotton a foaf:Agent .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://xmlns.com/foaf/0.1/Agent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton a foaf:Agent .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent agents.\n\nFor example, an agent related to some resource can be specified by means of the class `foaf:Agent`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An agent (eg. person, group, software or physical artifact)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://xmlns.com/foaf/0.1/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "agent"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://xmlns.com/foaf/0.1/Agent> <http://www.w3.org/2000/01/rdf-schema#comment> "An agent (eg. person, group, software or physical artifact)."@en .
<http://xmlns.com/foaf/0.1/Agent> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent agents.\n\nFor example, an agent related to some resource can be specified by means of the class `foaf:Agent`.\n "@en .
<http://xmlns.com/foaf/0.1/Agent> <http://purl.org/vocab/vann/example> "\n :david-shotton a foaf:Agent .\n " .
<http://xmlns.com/foaf/0.1/Agent> <http://www.w3.org/2000/01/rdf-schema#label> "agent"@en .
<http://xmlns.com/foaf/0.1/Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://xmlns.com/foaf/0.1/Agent> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://xmlns.com/foaf/0.1/Agent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://xmlns.com/foaf/0.1/> .
IRI: http://purl.org/spar/datacite/AgentIdentifier
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:AgentIdentifier a owl:Class ;
rdfs:label "agent identifier"@en ;
vann:example """
:silvio-peroni a foaf:Agent ;
datacite:hasIdentifier :silvio-peroni-id .
:silvio-peroni-id a datacite:AgentIdentifier ;
literal:hasLiteralValue "essepuntato" .
""" ;
vaem:rationale """
This is used to represent identifiers associated with agents, generally modelled as instances of `foaf:Agent` or its sub-classes (`foaf:Person` and `foaf:Organization`).
An agent identifier belongs to a particular identifier scheme, specified by an individual within the class `datacite:AgentIdentifierScheme` (or any of its subclasses).
"""@en ;
rdfs:comment "An identifier that uniquely identities an individual agent."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom datacite:AgentIdentifier ;
owl:onProperty datacite:usesIdentifierScheme ],
datacite:Identifier ;
owl:disjointWith datacite:ResourceIdentifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/AgentIdentifier">
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b35"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/Identifier"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<owl:disjointWith rdf:resource="http://purl.org/spar/datacite/ResourceIdentifier"/>
<rdfs:comment xml:lang="en">An identifier that uniquely identities an individual agent.</rdfs:comment>
<rdfs:label xml:lang="en">agent identifier</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:silvio-peroni a foaf:Agent ;
datacite:hasIdentifier :silvio-peroni-id .
:silvio-peroni-id a datacite:AgentIdentifier ;
literal:hasLiteralValue "essepuntato" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to represent identifiers associated with agents, generally modelled as instances of `foaf:Agent` or its sub-classes (`foaf:Person` and `foaf:Organization`).
An agent identifier belongs to a particular identifier scheme, specified by an individual within the class `datacite:AgentIdentifierScheme` (or any of its subclasses).
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b35">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/datacite/AgentIdentifier"/>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/usesIdentifierScheme"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/AgentIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni a foaf:Agent ;\n datacite:hasIdentifier :silvio-peroni-id .\n\n :silvio-peroni-id a datacite:AgentIdentifier ;\n literal:hasLiteralValue \"essepuntato\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent identifiers associated with agents, generally modelled as instances of `foaf:Agent` or its sub-classes (`foaf:Person` and `foaf:Organization`).\n\nAn agent identifier belongs to a particular identifier scheme, specified by an individual within the class `datacite:AgentIdentifierScheme` (or any of its subclasses).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier that uniquely identities an individual agent."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "agent identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b35"
},
{
"@id": "http://purl.org/spar/datacite/Identifier"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b35",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/AgentIdentifier"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/usesIdentifierScheme"
}
]
}
]<http://purl.org/spar/datacite/AgentIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b35 .
<http://purl.org/spar/datacite/AgentIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/Identifier> .
<http://purl.org/spar/datacite/AgentIdentifier> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent identifiers associated with agents, generally modelled as instances of `foaf:Agent` or its sub-classes (`foaf:Person` and `foaf:Organization`).\n\nAn agent identifier belongs to a particular identifier scheme, specified by an individual within the class `datacite:AgentIdentifierScheme` (or any of its subclasses).\n "@en .
<http://purl.org/spar/datacite/AgentIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
_:n16082fa6811145e08dfaeb8890637028b35 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/datacite/AgentIdentifier> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/datacite/ResourceIdentifier> .
<http://purl.org/spar/datacite/AgentIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier that uniquely identities an individual agent."@en .
_:n16082fa6811145e08dfaeb8890637028b35 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/datacite/AgentIdentifier> .
<http://purl.org/spar/datacite/AgentIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "agent identifier"@en .
<http://purl.org/spar/datacite/AgentIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/AgentIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/AgentIdentifier> <http://purl.org/vocab/vann/example> "\n :silvio-peroni a foaf:Agent ;\n datacite:hasIdentifier :silvio-peroni-id .\n\n :silvio-peroni-id a datacite:AgentIdentifier ;\n literal:hasLiteralValue \"essepuntato\" .\n " .
_:n16082fa6811145e08dfaeb8890637028b35 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/usesIdentifierScheme> .
IRI: http://purl.org/spar/datacite/AgentIdentifierScheme
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:AgentIdentifierScheme a owl:Class ;
rdfs:label "agent identifier scheme"@en ;
vann:example """
silvio-peroni a foaf:Agent ;
datacite:hasIdentifier :silvio-peroni-id .
:silvio-peroni-id a datacite:AgentIdentifier ;
datacite:usesIdentifierScheme datacite:github .
datacite:github a datacite:AgentIdentifierScheme .
""" ;
vaem:rationale """
This is used to specify the identifier scheme used by an agent identifier.
More specifically, individual schemes are defined as members of its sub-classes.
"""@en ;
rdfs:comment "The identifier scheme used to identify an agent."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty [ owl:inverseOf datacite:usesIdentifierScheme ] ;
owl:someValuesFrom datacite:AgentIdentifier ],
datacite:IdentifierScheme ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/AgentIdentifierScheme">
<rdfs:comment xml:lang="en">The identifier scheme used to identify an agent.</rdfs:comment>
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b47"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">agent identifier scheme</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to specify the identifier scheme used by an agent identifier.
More specifically, individual schemes are defined as members of its sub-classes.
</vaem:rationale>
<vann:example>
silvio-peroni a foaf:Agent ;
datacite:hasIdentifier :silvio-peroni-id .
:silvio-peroni-id a datacite:AgentIdentifier ;
datacite:usesIdentifierScheme datacite:github .
datacite:github a datacite:AgentIdentifierScheme .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b48">
<owl:inverseOf rdf:resource="http://purl.org/spar/datacite/usesIdentifierScheme"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b47">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:nodeID="n16082fa6811145e08dfaeb8890637028b48"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/datacite/AgentIdentifier"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/AgentIdentifierScheme",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n silvio-peroni a foaf:Agent ;\n datacite:hasIdentifier :silvio-peroni-id .\n\n :silvio-peroni-id a datacite:AgentIdentifier ;\n datacite:usesIdentifierScheme datacite:github .\n\n datacite:github a datacite:AgentIdentifierScheme .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the identifier scheme used by an agent identifier.\n\nMore specifically, individual schemes are defined as members of its sub-classes.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The identifier scheme used to identify an agent."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "agent identifier scheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b47"
},
{
"@id": "http://purl.org/spar/datacite/IdentifierScheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b47",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b48"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/AgentIdentifier"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b48",
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/datacite/usesIdentifierScheme"
}
]
}
]<http://purl.org/spar/datacite/AgentIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "The identifier scheme used to identify an agent."@en .
<http://purl.org/spar/datacite/AgentIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/IdentifierScheme> .
<http://purl.org/spar/datacite/AgentIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b47 .
<http://purl.org/spar/datacite/AgentIdentifierScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/AgentIdentifierScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n16082fa6811145e08dfaeb8890637028b48 <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/datacite/usesIdentifierScheme> .
<http://purl.org/spar/datacite/AgentIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#label> "agent identifier scheme"@en .
_:n16082fa6811145e08dfaeb8890637028b47 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/datacite/AgentIdentifierScheme> <http://purl.org/vocab/vann/example> "\n silvio-peroni a foaf:Agent ;\n datacite:hasIdentifier :silvio-peroni-id .\n\n :silvio-peroni-id a datacite:AgentIdentifier ;\n datacite:usesIdentifierScheme datacite:github .\n\n datacite:github a datacite:AgentIdentifierScheme .\n " .
_:n16082fa6811145e08dfaeb8890637028b47 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/datacite/AgentIdentifier> .
<http://purl.org/spar/datacite/AgentIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/AgentIdentifierScheme> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the identifier scheme used by an agent identifier.\n\nMore specifically, individual schemes are defined as members of its sub-classes.\n "@en .
_:n16082fa6811145e08dfaeb8890637028b47 <http://www.w3.org/2002/07/owl#onProperty> _:n16082fa6811145e08dfaeb8890637028b48 .
IRI: http://purl.org/spar/datacite/AlternateResourceIdentifier
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:AlternateResourceIdentifier a owl:Class ;
rdfs:label "alternate resource identifier"@en ;
vann:example """
:my-resource
datacite:hasIdentifier :my-resource-alt-id .
:my-resource-alt-id a datacite:AlternateResourceIdentifier ;
literal:hasLiteralValue "19381256" .
""" ;
vaem:rationale """
This is used to represent alternate identifiers associated with resources.
An alternate resource identifier belongs to a particular scheme, such as ISBN, specified by an individual that is a member of the class `datacite:ResourceIdentifierScheme`.
"""@en ;
rdfs:comment "An identifier other than a DOI that is used as an alternative identifier to uniquely identify a resource that is the subject of the DataCite metadata record."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf datacite:ResourceIdentifier ;
owl:disjointWith datacite:PrimaryResourceIdentifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/AlternateResourceIdentifier">
<rdfs:label xml:lang="en">alternate resource identifier</rdfs:label>
<rdfs:comment xml:lang="en">An identifier other than a DOI that is used as an alternative identifier to uniquely identify a resource that is the subject of the DataCite metadata record.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:disjointWith rdf:resource="http://purl.org/spar/datacite/PrimaryResourceIdentifier"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/ResourceIdentifier"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vann:example>
:my-resource
datacite:hasIdentifier :my-resource-alt-id .
:my-resource-alt-id a datacite:AlternateResourceIdentifier ;
literal:hasLiteralValue "19381256" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to represent alternate identifiers associated with resources.
An alternate resource identifier belongs to a particular scheme, such as ISBN, specified by an individual that is a member of the class `datacite:ResourceIdentifierScheme`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/AlternateResourceIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasIdentifier :my-resource-alt-id .\n \n :my-resource-alt-id a datacite:AlternateResourceIdentifier ;\n literal:hasLiteralValue \"19381256\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent alternate identifiers associated with resources.\n\nAn alternate resource identifier belongs to a particular scheme, such as ISBN, specified by an individual that is a member of the class `datacite:ResourceIdentifierScheme`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier other than a DOI that is used as an alternative identifier to uniquely identify a resource that is the subject of the DataCite metadata record."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "alternate resource identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifier"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/spar/datacite/PrimaryResourceIdentifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/AlternateResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "alternate resource identifier"@en .
<http://purl.org/spar/datacite/AlternateResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier other than a DOI that is used as an alternative identifier to uniquely identify a resource that is the subject of the DataCite metadata record."@en .
<http://purl.org/spar/datacite/AlternateResourceIdentifier> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasIdentifier :my-resource-alt-id .\n \n :my-resource-alt-id a datacite:AlternateResourceIdentifier ;\n literal:hasLiteralValue \"19381256\" .\n " .
<http://purl.org/spar/datacite/AlternateResourceIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/AlternateResourceIdentifier> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/datacite/PrimaryResourceIdentifier> .
<http://purl.org/spar/datacite/AlternateResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/ResourceIdentifier> .
<http://purl.org/spar/datacite/AlternateResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/AlternateResourceIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/AlternateResourceIdentifier> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent alternate identifiers associated with resources.\n\nAn alternate resource identifier belongs to a particular scheme, such as ISBN, specified by an individual that is a member of the class `datacite:ResourceIdentifierScheme`.\n "@en .
IRI: http://purl.org/spar/fabio/Article
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
fabio:Article a owl:Class ;
rdfs:label "article"@en ;
rdfs:comment "The realization of a piece of writing on a particular topic, usually published within a periodical publication (e.g. journal, magazine and newspaper)."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Article">
<rdfs:label xml:lang="en">article</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">The realization of a piece of writing on a particular topic, usually published within a periodical publication (e.g. journal, magazine and newspaper).</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Article",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The realization of a piece of writing on a particular topic, usually published within a periodical publication (e.g. journal, magazine and newspaper)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "article"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
]
}
]<http://purl.org/spar/fabio/Article> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Article> <http://www.w3.org/2000/01/rdf-schema#label> "article"@en .
<http://purl.org/spar/fabio/Article> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Article> <http://www.w3.org/2000/01/rdf-schema#comment> "The realization of a piece of writing on a particular topic, usually published within a periodical publication (e.g. journal, magazine and newspaper)."@en .
IRI: http://purl.org/spar/fabio/Book
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Book a owl:Class ;
rdfs:label "book"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType fabio:Book .
""",
"""
:my-resource a fabio:Book ;
fabio:hasSequenceIdentifier "3" .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Book").
This is also used in combination with `fabio:hasSequenceIdentifier` to specify the sequence identifier/number type.
"""@en ;
rdfs:comment "A non-serial document that is complete in one volume or a designated finite number of volumes. A book published by a publisher is usually identified by an International Standard Book Number (ISBN), and may be manifested as a physical printed publication on paper bound in a hard or soft cover, or in electronic format as an \"e-book\"."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Book">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A non-serial document that is complete in one volume or a designated finite number of volumes. A book published by a publisher is usually identified by an International Standard Book Number (ISBN), and may be manifested as a physical printed publication on paper bound in a hard or soft cover, or in electronic format as an "e-book".</rdfs:comment>
<rdfs:label xml:lang="en">book</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-resource a fabio:Book ;
fabio:hasSequenceIdentifier "3" .
</vann:example>
<vann:example>
:my-resource
datacite:hasGeneralResourceType fabio:Book .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Book").
This is also used in combination with `fabio:hasSequenceIdentifier` to specify the sequence identifier/number type.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Book",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource a fabio:Book ;\n fabio:hasSequenceIdentifier \"3\" .\n "
},
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType fabio:Book .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Book\").\n\nThis is also used in combination with `fabio:hasSequenceIdentifier` to specify the sequence identifier/number type.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A non-serial document that is complete in one volume or a designated finite number of volumes. A book published by a publisher is usually identified by an International Standard Book Number (ISBN), and may be manifested as a physical printed publication on paper bound in a hard or soft cover, or in electronic format as an \"e-book\"."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "book"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Book> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Book> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType fabio:Book .\n " .
<http://purl.org/spar/fabio/Book> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Book> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Book> <http://www.w3.org/2000/01/rdf-schema#comment> "A non-serial document that is complete in one volume or a designated finite number of volumes. A book published by a publisher is usually identified by an International Standard Book Number (ISBN), and may be manifested as a physical printed publication on paper bound in a hard or soft cover, or in electronic format as an \"e-book\"."@en .
<http://purl.org/spar/fabio/Book> <http://www.w3.org/2000/01/rdf-schema#label> "book"@en .
<http://purl.org/spar/fabio/Book> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Book\").\n\nThis is also used in combination with `fabio:hasSequenceIdentifier` to specify the sequence identifier/number type.\n "@en .
<http://purl.org/spar/fabio/Book> <http://purl.org/vocab/vann/example> "\n :my-resource a fabio:Book ;\n fabio:hasSequenceIdentifier \"3\" .\n " .
<http://purl.org/spar/fabio/Book> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/BookChapter
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:BookChapter a owl:Class ;
rdfs:label "book chapter"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType fabio:BookChapter .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Book Chapter").
"""@en ;
rdfs:comment "A specific chapter focused on engineering methodologies within a scholarly handbook."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/BookChapter">
<rdfs:comment xml:lang="en">A specific chapter focused on engineering methodologies within a scholarly handbook.</rdfs:comment>
<rdfs:label xml:lang="en">book chapter</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Book Chapter").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource
datacite:hasGeneralResourceType fabio:BookChapter .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/BookChapter",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType fabio:BookChapter .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Book Chapter\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A specific chapter focused on engineering methodologies within a scholarly handbook."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "book chapter"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/BookChapter> <http://www.w3.org/2000/01/rdf-schema#comment> "A specific chapter focused on engineering methodologies within a scholarly handbook."@en .
<http://purl.org/spar/fabio/BookChapter> <http://www.w3.org/2000/01/rdf-schema#label> "book chapter"@en .
<http://purl.org/spar/fabio/BookChapter> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/BookChapter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/BookChapter> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Book Chapter\").\n "@en .
<http://purl.org/spar/fabio/BookChapter> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/BookChapter> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType fabio:BookChapter .\n " .
IRI: http://purl.org/spar/fabio/Chapter
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Chapter a owl:Class ;
rdfs:label "chapter"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType fabio:Chapter .
""",
"""
:my-resource a fabio:Chapter ;
fabio:hasSequenceIdentifier "3" .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Chapter").
This is also used in combination with `fabio:hasSequenceIdentifier` to specify the sequence identifier/number type.
"""@en ;
rdfs:comment "A defined document section, forming part of or intended for inclusion within a larger document, usually with its own title or chapter number. Different chapters within a document such as a book or a report may each be independently authored, or may all be authored by a single individual or group of authors."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Chapter">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">chapter</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A defined document section, forming part of or intended for inclusion within a larger document, usually with its own title or chapter number. Different chapters within a document such as a book or a report may each be independently authored, or may all be authored by a single individual or group of authors.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-resource
datacite:hasGeneralResourceType fabio:Chapter .
</vann:example>
<vann:example>
:my-resource a fabio:Chapter ;
fabio:hasSequenceIdentifier "3" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Chapter").
This is also used in combination with `fabio:hasSequenceIdentifier` to specify the sequence identifier/number type.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Chapter",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType fabio:Chapter .\n "
},
{
"@value": "\n :my-resource a fabio:Chapter ;\n fabio:hasSequenceIdentifier \"3\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Chapter\").\n\nThis is also used in combination with `fabio:hasSequenceIdentifier` to specify the sequence identifier/number type.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A defined document section, forming part of or intended for inclusion within a larger document, usually with its own title or chapter number. Different chapters within a document such as a book or a report may each be independently authored, or may all be authored by a single individual or group of authors."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "chapter"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Chapter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Chapter> <http://www.w3.org/2000/01/rdf-schema#label> "chapter"@en .
<http://purl.org/spar/fabio/Chapter> <http://purl.org/vocab/vann/example> "\n :my-resource a fabio:Chapter ;\n fabio:hasSequenceIdentifier \"3\" .\n " .
<http://purl.org/spar/fabio/Chapter> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Chapter\").\n\nThis is also used in combination with `fabio:hasSequenceIdentifier` to specify the sequence identifier/number type.\n "@en .
<http://purl.org/spar/fabio/Chapter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Chapter> <http://www.w3.org/2000/01/rdf-schema#comment> "A defined document section, forming part of or intended for inclusion within a larger document, usually with its own title or chapter number. Different chapters within a document such as a book or a report may each be independently authored, or may all be authored by a single individual or group of authors."@en .
<http://purl.org/spar/fabio/Chapter> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Chapter> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Chapter> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType fabio:Chapter .\n " .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcmitype:Collection a owl:Class ;
rdfs:label "collection"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType dcmitype:Collection .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Collection").
"""@en ;
rdfs:comment "An aggregation of resources."@en ;
rdfs:isDefinedBy dcmitype: ;
vs:term_status reg:statusStable ;
skos:note """
A collection is described as a group; its parts may also be separately described.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/Collection">
<rdfs:comment xml:lang="en">An aggregation of resources.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">collection</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Collection").
</vaem:rationale>
<skos:note xml:lang="en">
A collection is described as a group; its parts may also be separately described.
</skos:note>
<vann:example>
:my-resource
datacite:hasGeneralResourceType dcmitype:Collection .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/dcmitype/Collection",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Collection .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Collection\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An aggregation of resources."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/dcmitype/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "collection"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nA collection is described as a group; its parts may also be separately described.\n "
}
]
}
]<http://purl.org/dc/dcmitype/Collection> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Collection\").\n "@en .
<http://purl.org/dc/dcmitype/Collection> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/dcmitype/Collection> <http://www.w3.org/2000/01/rdf-schema#comment> "An aggregation of resources."@en .
<http://purl.org/dc/dcmitype/Collection> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/dcmitype/> .
<http://purl.org/dc/dcmitype/Collection> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Collection .\n " .
<http://purl.org/dc/dcmitype/Collection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/dcmitype/Collection> <http://www.w3.org/2000/01/rdf-schema#label> "collection"@en .
<http://purl.org/dc/dcmitype/Collection> <http://www.w3.org/2004/02/skos/core#note> "\nA collection is described as a group; its parts may also be separately described.\n "@en .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
skos:Concept a owl:Class ;
rdfs:label "concept"@en ;
vann:example """
:my-concept a skos:Concept ;
skos:prefLabel "Knowledge"@en .
""" ;
vaem:rationale """
This is used to represent subjects.
"""@en ;
rdfs:comment "An idea or notion; a unit of thought."@en ;
rdfs:isDefinedBy skos: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Concept">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core#"/>
<rdfs:comment xml:lang="en">An idea or notion; a unit of thought.</rdfs:comment>
<rdfs:label xml:lang="en">concept</rdfs:label>
<vann:example>
:my-concept a skos:Concept ;
skos:prefLabel "Knowledge"@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to represent subjects.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-concept a skos:Concept ;\n skos:prefLabel \"Knowledge\"@en . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent subjects.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An idea or notion; a unit of thought."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2004/02/skos/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "concept"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "concept"@en .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent subjects.\n "@en .
<http://www.w3.org/2004/02/skos/core#Concept> <http://purl.org/vocab/vann/example> "\n :my-concept a skos:Concept ;\n skos:prefLabel \"Knowledge\"@en . \n " .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2004/02/skos/core#> .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2000/01/rdf-schema#comment> "An idea or notion; a unit of thought."@en .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://www.w3.org/2004/02/skos/core#ConceptScheme
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
skos:ConceptScheme a owl:Class ;
rdfs:label "concept scheme"@en ;
vann:example """
:my-scheme a skos:ConceptScheme ;
skos:prefLabel "Dewey Decimal Classification"@en .
""" ;
vaem:rationale """
This is used to represent subject schemes that classify subjects in some way.
"""@en ;
rdfs:comment "A set of concepts, optionally including statements about semantic relationships between those concepts."@en ;
rdfs:isDefinedBy skos: ;
owl:disjointWith skos:Concept ;
vs:term_status reg:statusStable ;
skos:note "A concept scheme may be defined to include concepts from different sources."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#ConceptScheme">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core#"/>
<rdfs:comment xml:lang="en">A set of concepts, optionally including statements about semantic relationships between those concepts.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">concept scheme</rdfs:label>
<owl:disjointWith rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<vann:example>
:my-scheme a skos:ConceptScheme ;
skos:prefLabel "Dewey Decimal Classification"@en .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to represent subject schemes that classify subjects in some way.
</vaem:rationale>
<skos:note xml:lang="en">A concept scheme may be defined to include concepts from different sources.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#ConceptScheme",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-scheme a skos:ConceptScheme ;\n skos:prefLabel \"Dewey Decimal Classification\"@en .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent subject schemes that classify subjects in some way.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A set of concepts, optionally including statements about semantic relationships between those concepts."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2004/02/skos/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "concept scheme"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A concept scheme may be defined to include concepts from different sources."
}
]
}
]<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2004/02/skos/core#> .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/2004/02/skos/core#note> "A concept scheme may be defined to include concepts from different sources."@en .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of concepts, optionally including statements about semantic relationships between those concepts."@en .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent subject schemes that classify subjects in some way.\n "@en .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/2000/01/rdf-schema#label> "concept scheme"@en .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://purl.org/vocab/vann/example> "\n :my-scheme a skos:ConceptScheme ;\n skos:prefLabel \"Dewey Decimal Classification\"@en .\n " .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/2004/02/skos/core#Concept> .
IRI: http://purl.org/spar/fabio/ConferencePaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ConferencePaper a owl:Class ;
rdfs:label "conference paper"@en ;
vann:example """
:my-conference-paper
datacite:hasGeneralResourceType fabio:ConferencePaper .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Conference Paper").
"""@en ;
rdfs:comment "A paper, typically the realization of a research paper reporting original research findings, usually published within a conference proceedings volume."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ProceedingsPaper ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ConferencePaper">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">conference paper</rdfs:label>
<rdfs:comment xml:lang="en">A paper, typically the realization of a research paper reporting original research findings, usually published within a conference proceedings volume.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ProceedingsPaper"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Conference Paper").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-conference-paper
datacite:hasGeneralResourceType fabio:ConferencePaper .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ConferencePaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-conference-paper\n datacite:hasGeneralResourceType fabio:ConferencePaper .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Conference Paper\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A paper, typically the realization of a research paper reporting original research findings, usually published within a conference proceedings volume."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "conference paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ProceedingsPaper"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ConferencePaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ConferencePaper> <http://www.w3.org/2000/01/rdf-schema#label> "conference paper"@en .
<http://purl.org/spar/fabio/ConferencePaper> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Conference Paper\").\n "@en .
<http://purl.org/spar/fabio/ConferencePaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ConferencePaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A paper, typically the realization of a research paper reporting original research findings, usually published within a conference proceedings volume."@en .
<http://purl.org/spar/fabio/ConferencePaper> <http://purl.org/vocab/vann/example> "\n :my-conference-paper\n datacite:hasGeneralResourceType fabio:ConferencePaper .\n " .
<http://purl.org/spar/fabio/ConferencePaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ConferencePaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ProceedingsPaper> .
IRI: http://purl.org/spar/fabio/ConferencePoster
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ConferencePoster a owl:Class ;
rdfs:label "conference poster"@en ;
vann:example """
:my-conference-poster
datacite:hasGeneralResourceType fabio:ConferencePoster .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Poster").
"""@en ;
rdfs:comment "A display poster, typically containing text with illustrative figures and/or tables, usually reporting research results or proposing hypotheses, submitted for acceptance to and/or presented at a conference, seminar, symposium, workshop or similar event."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ConferencePoster">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:label xml:lang="en">conference poster</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A display poster, typically containing text with illustrative figures and/or tables, usually reporting research results or proposing hypotheses, submitted for acceptance to and/or presented at a conference, seminar, symposium, workshop or similar event.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Poster").
</vaem:rationale>
<vann:example>
:my-conference-poster
datacite:hasGeneralResourceType fabio:ConferencePoster .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ConferencePoster",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-conference-poster\n datacite:hasGeneralResourceType fabio:ConferencePoster .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Poster\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A display poster, typically containing text with illustrative figures and/or tables, usually reporting research results or proposing hypotheses, submitted for acceptance to and/or presented at a conference, seminar, symposium, workshop or similar event."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "conference poster"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ConferencePoster> <http://purl.org/vocab/vann/example> "\n :my-conference-poster\n datacite:hasGeneralResourceType fabio:ConferencePoster .\n " .
<http://purl.org/spar/fabio/ConferencePoster> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/ConferencePoster> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Poster\").\n "@en .
<http://purl.org/spar/fabio/ConferencePoster> <http://www.w3.org/2000/01/rdf-schema#label> "conference poster"@en .
<http://purl.org/spar/fabio/ConferencePoster> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ConferencePoster> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ConferencePoster> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ConferencePoster> <http://www.w3.org/2000/01/rdf-schema#comment> "A display poster, typically containing text with illustrative figures and/or tables, usually reporting research results or proposing hypotheses, submitted for acceptance to and/or presented at a conference, seminar, symposium, workshop or similar event."@en .
IRI: http://purl.org/spar/fabio/ConferenceProceedings
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ConferenceProceedings a owl:Class ;
rdfs:label "conference proceedings"@en ;
vann:example """
:my-conference-proceedings
datacite:hasGeneralResourceType fabio:ConferenceProceedings .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Conference Proceeding").
"""@en ;
rdfs:comment "A document containing the programme and collected conference papers, or their abstracts, presented at a conference, seminar, symposium or similar event."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ConferenceProceedings">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A document containing the programme and collected conference papers, or their abstracts, presented at a conference, seminar, symposium or similar event.</rdfs:comment>
<rdfs:label xml:lang="en">conference proceedings</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Conference Proceeding").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-conference-proceedings
datacite:hasGeneralResourceType fabio:ConferenceProceedings .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ConferenceProceedings",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-conference-proceedings\n datacite:hasGeneralResourceType fabio:ConferenceProceedings .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Conference Proceeding\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document containing the programme and collected conference papers, or their abstracts, presented at a conference, seminar, symposium or similar event."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "conference proceedings"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ConferenceProceedings> <http://www.w3.org/2000/01/rdf-schema#comment> "A document containing the programme and collected conference papers, or their abstracts, presented at a conference, seminar, symposium or similar event."@en .
<http://purl.org/spar/fabio/ConferenceProceedings> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Conference Proceeding\").\n "@en .
<http://purl.org/spar/fabio/ConferenceProceedings> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ConferenceProceedings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ConferenceProceedings> <http://www.w3.org/2000/01/rdf-schema#label> "conference proceedings"@en .
<http://purl.org/spar/fabio/ConferenceProceedings> <http://purl.org/vocab/vann/example> "\n :my-conference-proceedings\n datacite:hasGeneralResourceType fabio:ConferenceProceedings .\n " .
<http://purl.org/spar/fabio/ConferenceProceedings> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/DataManagementPlan
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DataManagementPlan a owl:Class ;
rdfs:label "data management plan"@en ;
vann:example """
:my-data-management-plan
datacite:hasGeneralResourceType fabio:DataManagementPlan .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Output Management Plan").
"""@en ;
rdfs:comment "A structured document giving information about how data arising from a research project or other endeavour is to be manages, preserved and shared."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DataManagementPlan">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">data management plan</rdfs:label>
<rdfs:comment xml:lang="en">A structured document giving information about how data arising from a research project or other endeavour is to be manages, preserved and shared.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<vann:example>
:my-data-management-plan
datacite:hasGeneralResourceType fabio:DataManagementPlan .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Output Management Plan").
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DataManagementPlan",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-data-management-plan\n datacite:hasGeneralResourceType fabio:DataManagementPlan .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Output Management Plan\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A structured document giving information about how data arising from a research project or other endeavour is to be manages, preserved and shared."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data management plan"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/DataManagementPlan> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/DataManagementPlan> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DataManagementPlan> <http://www.w3.org/2000/01/rdf-schema#label> "data management plan"@en .
<http://purl.org/spar/fabio/DataManagementPlan> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Output Management Plan\").\n "@en .
<http://purl.org/spar/fabio/DataManagementPlan> <http://www.w3.org/2000/01/rdf-schema#comment> "A structured document giving information about how data arising from a research project or other endeavour is to be manages, preserved and shared."@en .
<http://purl.org/spar/fabio/DataManagementPlan> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/DataManagementPlan> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/DataManagementPlan> <http://purl.org/vocab/vann/example> "\n :my-data-management-plan\n datacite:hasGeneralResourceType fabio:DataManagementPlan .\n " .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcmitype:Dataset a owl:Class ;
rdfs:label "dataset"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType dcmitype:Dataset .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Dataset").
"""@en ;
rdfs:comment "Data encoded in a defined structure."@en ;
rdfs:isDefinedBy dcmitype: ;
vs:term_status reg:statusStable ;
skos:note """
Examples include lists, tables, and databases. A dataset may be useful for direct machine processing.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/Dataset">
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
<rdfs:label xml:lang="en">dataset</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">Data encoded in a defined structure.</rdfs:comment>
<skos:note xml:lang="en">
Examples include lists, tables, and databases. A dataset may be useful for direct machine processing.
</skos:note>
<vann:example>
:my-resource
datacite:hasGeneralResourceType dcmitype:Dataset .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Dataset").
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/dcmitype/Dataset",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Dataset .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Dataset\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Data encoded in a defined structure."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/dcmitype/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "dataset"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nExamples include lists, tables, and databases. A dataset may be useful for direct machine processing.\n "
}
]
}
]<http://purl.org/dc/dcmitype/Dataset> <http://www.w3.org/2000/01/rdf-schema#label> "dataset"@en .
<http://purl.org/dc/dcmitype/Dataset> <http://www.w3.org/2004/02/skos/core#note> "\nExamples include lists, tables, and databases. A dataset may be useful for direct machine processing.\n "@en .
<http://purl.org/dc/dcmitype/Dataset> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/dcmitype/Dataset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/dcmitype/Dataset> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Dataset\").\n "@en .
<http://purl.org/dc/dcmitype/Dataset> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/dcmitype/> .
<http://purl.org/dc/dcmitype/Dataset> <http://www.w3.org/2000/01/rdf-schema#comment> "Data encoded in a defined structure."@en .
<http://purl.org/dc/dcmitype/Dataset> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Dataset .\n " .
IRI: http://purl.org/spar/datacite/DescriptionType
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:DescriptionType a owl:Class ;
rdfs:label "description type"@en ;
vann:example """
:my-resource-additional-info
datacite:hasDescriptionType datacite:abstract .
datacite:abstract a datacite:DescriptionType .
""" ;
vaem:rationale """
This is used to represent the type of a description providing additional information about a resource.
Individual members of the class conform to the five values allowed in the DataCite controlled list, namely:
* `datacite:abstract`;
* `datacite:methods`;
* `datacite:series-information`;
* `datacite:table-of-content`;
* `datacite:other`.
"""@en ;
rdfs:comment "The type of description given to a resource described by the DataCite Metadata schema."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf skos:Concept ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/DescriptionType">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:comment xml:lang="en">The type of description given to a resource described by the DataCite Metadata schema.</rdfs:comment>
<rdfs:label xml:lang="en">description type</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vaem:rationale xml:lang="en">
This is used to represent the type of a description providing additional information about a resource.
Individual members of the class conform to the five values allowed in the DataCite controlled list, namely:
* `datacite:abstract`;
* `datacite:methods`;
* `datacite:series-information`;
* `datacite:table-of-content`;
* `datacite:other`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-additional-info
datacite:hasDescriptionType datacite:abstract .
datacite:abstract a datacite:DescriptionType .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/DescriptionType",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:abstract .\n\n datacite:abstract a datacite:DescriptionType .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent the type of a description providing additional information about a resource.\nIndividual members of the class conform to the five values allowed in the DataCite controlled list, namely: \n\n* `datacite:abstract`;\n* `datacite:methods`;\n* `datacite:series-information`;\n* `datacite:table-of-content`;\n* `datacite:other`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The type of description given to a resource described by the DataCite Metadata schema."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "description type"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/DescriptionType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/DescriptionType> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://purl.org/spar/datacite/DescriptionType> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/DescriptionType> <http://www.w3.org/2000/01/rdf-schema#comment> "The type of description given to a resource described by the DataCite Metadata schema."@en .
<http://purl.org/spar/datacite/DescriptionType> <http://www.w3.org/2000/01/rdf-schema#label> "description type"@en .
<http://purl.org/spar/datacite/DescriptionType> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent the type of a description providing additional information about a resource.\nIndividual members of the class conform to the five values allowed in the DataCite controlled list, namely: \n\n* `datacite:abstract`;\n* `datacite:methods`;\n* `datacite:series-information`;\n* `datacite:table-of-content`;\n* `datacite:other`.\n "@en .
<http://purl.org/spar/datacite/DescriptionType> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/DescriptionType> <http://purl.org/vocab/vann/example> "\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:abstract .\n\n datacite:abstract a datacite:DescriptionType .\n " .
IRI: http://purl.org/spar/scoro/EducationalRole
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
scoro:EducationalRole a owl:Class ;
rdfs:label "educational role"@en ;
rdfs:comment "A role that an agent might hold with respect to an educational organization or activity. Individual members of this class are used to specify particular educational roles."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf pro:Role .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/EducationalRole">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">educational role</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pro/Role"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">A role that an agent might hold with respect to an educational organization or activity. Individual members of this class are used to specify particular educational roles.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/EducationalRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role that an agent might hold with respect to an educational organization or activity. Individual members of this class are used to specify particular educational roles."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "educational role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pro/Role"
}
]
}
]<http://purl.org/spar/scoro/EducationalRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pro/Role> .
<http://purl.org/spar/scoro/EducationalRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/scoro/EducationalRole> <http://www.w3.org/2000/01/rdf-schema#label> "educational role"@en .
<http://purl.org/spar/scoro/EducationalRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/EducationalRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A role that an agent might hold with respect to an educational organization or activity. Individual members of this class are used to specify particular educational roles."@en .
IRI: http://purl.org/vocab/frbr/core#Endeavour
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:Endeavour a owl:Class ;
rdfs:label "endeavour"@en ;
vann:example """
:related-document
datacite:hasGeneralResourceType frbr:Endeavour .
""" ;
vaem:rationale """
This is used to represent a resource having a generic, unspecified type, in combination with the property `datacite:hasGeneralResourceType`.
This is also used to represent a resource being an award, using an instance of `frbr:Endeavour` and a `foaf:Agent` connected to it via the property `frapo:awards`.
This is also used to represent a resource being an instrument, using an instance of `schema:Action` connected to a `frbr:Endeavour` via the property `schema:instrument`.
This is also used to represent the type of the sequence identifier/number associated to a resource, using it in combination with the properties `rdf:type` and `fabio:hasSequenceIdentifier`.
"""@en ;
rdfs:comment "The different aspects of user interests in the products of intellectual or artistic artifact."@en ;
rdfs:isDefinedBy frbr: ;
owl:equivalentClass [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Item frbr:Manifestation frbr:Work ) ] ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Endeavour">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:equivalentClass rdf:nodeID="n16082fa6811145e08dfaeb8890637028b30"/>
<rdfs:label xml:lang="en">endeavour</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:comment xml:lang="en">The different aspects of user interests in the products of intellectual or artistic artifact.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used to represent a resource having a generic, unspecified type, in combination with the property `datacite:hasGeneralResourceType`.
This is also used to represent a resource being an award, using an instance of `frbr:Endeavour` and a `foaf:Agent` connected to it via the property `frapo:awards`.
This is also used to represent a resource being an instrument, using an instance of `schema:Action` connected to a `frbr:Endeavour` via the property `schema:instrument`.
This is also used to represent the type of the sequence identifier/number associated to a resource, using it in combination with the properties `rdf:type` and `fabio:hasSequenceIdentifier`.
</vaem:rationale>
<vann:example>
:related-document
datacite:hasGeneralResourceType frbr:Endeavour .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b33">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b34"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b30">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b31"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b34">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b31">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b32"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b32">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b33"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :related-document\n datacite:hasGeneralResourceType frbr:Endeavour .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent a resource having a generic, unspecified type, in combination with the property `datacite:hasGeneralResourceType`.\n\nThis is also used to represent a resource being an award, using an instance of `frbr:Endeavour` and a `foaf:Agent` connected to it via the property `frapo:awards`.\n\nThis is also used to represent a resource being an instrument, using an instance of `schema:Action` connected to a `frbr:Endeavour` via the property `schema:instrument`.\n\nThis is also used to represent the type of the sequence identifier/number associated to a resource, using it in combination with the properties `rdf:type` and `fabio:hasSequenceIdentifier`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The different aspects of user interests in the products of intellectual or artistic artifact."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "endeavour"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b30"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b30",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
},
{
"@id": "http://purl.org/vocab/frbr/core#Item"
},
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
},
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
]
}
]
}
]<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2002/07/owl#equivalentClass> _:n16082fa6811145e08dfaeb8890637028b30 .
_:n16082fa6811145e08dfaeb8890637028b33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Manifestation> .
_:n16082fa6811145e08dfaeb8890637028b30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n16082fa6811145e08dfaeb8890637028b34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n16082fa6811145e08dfaeb8890637028b31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b32 .
_:n16082fa6811145e08dfaeb8890637028b31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#Endeavour> <http://purl.org/vocab/vann/example> "\n :related-document\n datacite:hasGeneralResourceType frbr:Endeavour .\n " .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2000/01/rdf-schema#comment> "The different aspects of user interests in the products of intellectual or artistic artifact."@en .
_:n16082fa6811145e08dfaeb8890637028b32 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b33 .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent a resource having a generic, unspecified type, in combination with the property `datacite:hasGeneralResourceType`.\n\nThis is also used to represent a resource being an award, using an instance of `frbr:Endeavour` and a `foaf:Agent` connected to it via the property `frapo:awards`.\n\nThis is also used to represent a resource being an instrument, using an instance of `schema:Action` connected to a `frbr:Endeavour` via the property `schema:instrument`.\n\nThis is also used to represent the type of the sequence identifier/number associated to a resource, using it in combination with the properties `rdf:type` and `fabio:hasSequenceIdentifier`.\n "@en .
_:n16082fa6811145e08dfaeb8890637028b30 <http://www.w3.org/2002/07/owl#unionOf> _:n16082fa6811145e08dfaeb8890637028b31 .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2000/01/rdf-schema#label> "endeavour"@en .
_:n16082fa6811145e08dfaeb8890637028b33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b34 .
_:n16082fa6811145e08dfaeb8890637028b34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n16082fa6811145e08dfaeb8890637028b32 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Item> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcmitype:Event a owl:Class ;
rdfs:label "event"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType dcmitype:Event .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Event").
"""@en ;
rdfs:comment "A non-persistent, time-based occurrence."@en ;
rdfs:isDefinedBy dcmitype: ;
vs:term_status reg:statusStable ;
skos:note """
Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event. Examples include an exhibition, webcast, conference, workshop, open day, performance, battle, trial, wedding, tea party, conflagration.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/Event">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">event</rdfs:label>
<rdfs:comment xml:lang="en">A non-persistent, time-based occurrence.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
<skos:note xml:lang="en">
Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event. Examples include an exhibition, webcast, conference, workshop, open day, performance, battle, trial, wedding, tea party, conflagration.
</skos:note>
<vann:example>
:my-resource
datacite:hasGeneralResourceType dcmitype:Event .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Event").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/dcmitype/Event",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Event .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Event\"). \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A non-persistent, time-based occurrence."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/dcmitype/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "event"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nMetadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event. Examples include an exhibition, webcast, conference, workshop, open day, performance, battle, trial, wedding, tea party, conflagration.\n "
}
]
}
]<http://purl.org/dc/dcmitype/Event> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Event\"). \n "@en .
<http://purl.org/dc/dcmitype/Event> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/dcmitype/Event> <http://www.w3.org/2004/02/skos/core#note> "\nMetadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event. Examples include an exhibition, webcast, conference, workshop, open day, performance, battle, trial, wedding, tea party, conflagration.\n "@en .
<http://purl.org/dc/dcmitype/Event> <http://www.w3.org/2000/01/rdf-schema#label> "event"@en .
<http://purl.org/dc/dcmitype/Event> <http://www.w3.org/2000/01/rdf-schema#comment> "A non-persistent, time-based occurrence."@en .
<http://purl.org/dc/dcmitype/Event> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Event .\n " .
<http://purl.org/dc/dcmitype/Event> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/dcmitype/Event> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/dcmitype/> .
IRI: http://purl.org/spar/fabio/Expression
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Expression a owl:Class ;
rdfs:label "expression"@en ;
vann:example """
:my-dataset a fabio:Expression .
""" ;
vaem:rationale """
The use of `fabio:Expression` and its sub-classes allows the association of a particular resource with a resource type.
While not mandatory, the use of [FaBiO](http://purl.org/spar/fabio) entities is strongly recommended.
If there is no specific [FaBiO](http://purl.org/spar/fabio) Expression class that matches the resource under consideration, use of the most abstract class, i.e., `fabio:Expression`, is suggested.
"""@en ;
rdfs:comment "A subclass of [FRBR](http://purl.org/spar/frbr) Expression, restricted to expressions of `fabio:Work`."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf frbr:Expression ;
vs:term_status reg:statusStable ;
skos:note """
For your latest research paper, the preprint submitted to the publisher, and the final published version to which the publisher assigned a unique digital object identifier, are both expressions of the same work.
A `fabio:Expression` can only have part or be part of another `fabio:Expression`.
Moreover, it can be a representation only of a `fabio:Work`, and it can be embodied only in instances of `fabio:Manifestation`.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Expression">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A subclass of [FRBR](http://purl.org/spar/frbr) Expression, restricted to expressions of `fabio:Work`.</rdfs:comment>
<rdfs:label xml:lang="en">expression</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
The use of `fabio:Expression` and its sub-classes allows the association of a particular resource with a resource type.
While not mandatory, the use of [FaBiO](http://purl.org/spar/fabio) entities is strongly recommended.
If there is no specific [FaBiO](http://purl.org/spar/fabio) Expression class that matches the resource under consideration, use of the most abstract class, i.e., `fabio:Expression`, is suggested.
</vaem:rationale>
<skos:note xml:lang="en">
For your latest research paper, the preprint submitted to the publisher, and the final published version to which the publisher assigned a unique digital object identifier, are both expressions of the same work.
A `fabio:Expression` can only have part or be part of another `fabio:Expression`.
Moreover, it can be a representation only of a `fabio:Work`, and it can be embodied only in instances of `fabio:Manifestation`.
</skos:note>
<vann:example>
:my-dataset a fabio:Expression .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Expression",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset a fabio:Expression .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThe use of `fabio:Expression` and its sub-classes allows the association of a particular resource with a resource type. \nWhile not mandatory, the use of [FaBiO](http://purl.org/spar/fabio) entities is strongly recommended. \nIf there is no specific [FaBiO](http://purl.org/spar/fabio) Expression class that matches the resource under consideration, use of the most abstract class, i.e., `fabio:Expression`, is suggested.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A subclass of [FRBR](http://purl.org/spar/frbr) Expression, restricted to expressions of `fabio:Work`."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "expression"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nFor your latest research paper, the preprint submitted to the publisher, and the final published version to which the publisher assigned a unique digital object identifier, are both expressions of the same work.\n \nA `fabio:Expression` can only have part or be part of another `fabio:Expression`. \nMoreover, it can be a representation only of a `fabio:Work`, and it can be embodied only in instances of `fabio:Manifestation`.\n "
}
]
}
]<http://purl.org/spar/fabio/Expression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Expression> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThe use of `fabio:Expression` and its sub-classes allows the association of a particular resource with a resource type. \nWhile not mandatory, the use of [FaBiO](http://purl.org/spar/fabio) entities is strongly recommended. \nIf there is no specific [FaBiO](http://purl.org/spar/fabio) Expression class that matches the resource under consideration, use of the most abstract class, i.e., `fabio:Expression`, is suggested.\n "@en .
<http://purl.org/spar/fabio/Expression> <http://purl.org/vocab/vann/example> "\n :my-dataset a fabio:Expression .\n " .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2000/01/rdf-schema#comment> "A subclass of [FRBR](http://purl.org/spar/frbr) Expression, restricted to expressions of `fabio:Work`."@en .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2004/02/skos/core#note> "\nFor your latest research paper, the preprint submitted to the publisher, and the final published version to which the publisher assigned a unique digital object identifier, are both expressions of the same work.\n \nA `fabio:Expression` can only have part or be part of another `fabio:Expression`. \nMoreover, it can be a representation only of a `fabio:Work`, and it can be embodied only in instances of `fabio:Manifestation`.\n "@en .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2000/01/rdf-schema#label> "expression"@en .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/vocab/frbr/core#Expression
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frbr:Expression a owl:Class ;
rdfs:label "expression"@en ;
rdfs:comment """
The intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms.
An expression is the specific intellectual or artistic form that a work takes each time it is "realized".
Expression encompasses, for example, the specific words, sentences, paragraphs, etc. that result from the realization of a work in the form of a text, or the particular sounds, phrasing, etc. resulting from the realization of a musical work.
"""@en ;
rdfs:isDefinedBy frbr: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Expression">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">
The intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms.
An expression is the specific intellectual or artistic form that a work takes each time it is "realized".
Expression encompasses, for example, the specific words, sentences, paragraphs, etc. that result from the realization of a work in the form of a text, or the particular sounds, phrasing, etc. resulting from the realization of a musical work.
</rdfs:comment>
<rdfs:label xml:lang="en">expression</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Expression",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms.\n\nAn expression is the specific intellectual or artistic form that a work takes each time it is \"realized\". \nExpression encompasses, for example, the specific words, sentences, paragraphs, etc. that result from the realization of a work in the form of a text, or the particular sounds, phrasing, etc. resulting from the realization of a musical work.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "expression"
}
]
}
]<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms.\n\nAn expression is the specific intellectual or artistic form that a work takes each time it is \"realized\". \nExpression encompasses, for example, the specific words, sentences, paragraphs, etc. that result from the realization of a work in the form of a text, or the particular sounds, phrasing, etc. resulting from the realization of a musical work.\n "@en .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2000/01/rdf-schema#label> "expression"@en .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
IRI: http://www.opengis.net/ont/geosparql#Feature
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
geo:Feature a owl:Class ;
rdfs:label "feature"@en ;
rdfs:comment "A discrete spatial phenomenon in a universe of discourse."@en ;
rdfs:isDefinedBy geo: ;
rdfs:subClassOf geo:SpatialObject .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.opengis.net/ont/geosparql#Feature">
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql#"/>
<rdfs:label xml:lang="en">feature</rdfs:label>
<rdfs:comment xml:lang="en">A discrete spatial phenomenon in a universe of discourse.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.opengis.net/ont/geosparql#Feature",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A discrete spatial phenomenon in a universe of discourse."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.opengis.net/ont/geosparql#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "feature"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.opengis.net/ont/geosparql#SpatialObject"
}
]
}
]<http://www.opengis.net/ont/geosparql#Feature> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.opengis.net/ont/geosparql#Feature> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.opengis.net/ont/geosparql#> .
<http://www.opengis.net/ont/geosparql#Feature> <http://www.w3.org/2000/01/rdf-schema#label> "feature"@en .
<http://www.opengis.net/ont/geosparql#Feature> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.opengis.net/ont/geosparql#SpatialObject> .
<http://www.opengis.net/ont/geosparql#Feature> <http://www.w3.org/2000/01/rdf-schema#comment> "A discrete spatial phenomenon in a universe of discourse."@en .
IRI: http://purl.org/spar/scoro/FinancialRole
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
scoro:FinancialRole a owl:Class ;
rdfs:label "financial role"@en ;
rdfs:comment "A role that an agent might hold with respect to academic and project finance. Individual members of this class are used to specify particular roles."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf pro:Role .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/FinancialRole">
<rdfs:comment xml:lang="en">A role that an agent might hold with respect to academic and project finance. Individual members of this class are used to specify particular roles.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pro/Role"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">financial role</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/FinancialRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role that an agent might hold with respect to academic and project finance. Individual members of this class are used to specify particular roles."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "financial role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pro/Role"
}
]
}
]<http://purl.org/spar/scoro/FinancialRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pro/Role> .
<http://purl.org/spar/scoro/FinancialRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A role that an agent might hold with respect to academic and project finance. Individual members of this class are used to specify particular roles."@en .
<http://purl.org/spar/scoro/FinancialRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/FinancialRole> <http://www.w3.org/2000/01/rdf-schema#label> "financial role"@en .
<http://purl.org/spar/scoro/FinancialRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/datacite/FunderIdentifier
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:FunderIdentifier a owl:Class ;
rdfs:label "funder identifier"@en ;
vann:example """
:my-funder a foaf:Organization ;
datacite:hasIdentifier :my-funder-id .
:my-funder-id a datacite:FunderIdentifier ;
literal:hasLiteralValue "10.13039/5011000059696" .
""" ;
vaem:rationale """
This is used to represent identifiers associated with funding agencies, modelled as instances of `foaf:Organization`.
A funder identifier belongs to a particular scheme, such as FundRef, specified by an individual within the class `datacite:FunderIdentifierScheme`.
"""@en ;
rdfs:comment "An identifier that uniquely identities a funding agency."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom datacite:FunderIdentifierScheme ;
owl:onProperty datacite:usesIdentifierScheme ],
datacite:AgentIdentifier ;
vs:term_status reg:statusStable .
[] a owl:AllDisjointClasses ;
owl:members ( datacite:FunderIdentifier datacite:PersonalIdentifier datacite:ResourceIdentifier datacite:RightsIdentifier ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b22">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/datacite/FunderIdentifierScheme"/>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/usesIdentifierScheme"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/datacite/FunderIdentifier">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">An identifier that uniquely identities a funding agency.</rdfs:comment>
<rdfs:label xml:lang="en">funder identifier</rdfs:label>
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b22"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/AgentIdentifier"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-funder a foaf:Organization ;
datacite:hasIdentifier :my-funder-id .
:my-funder-id a datacite:FunderIdentifier ;
literal:hasLiteralValue "10.13039/5011000059696" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to represent identifiers associated with funding agencies, modelled as instances of `foaf:Organization`.
A funder identifier belongs to a particular scheme, such as FundRef, specified by an individual within the class `datacite:FunderIdentifierScheme`.
</vaem:rationale>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b58">
<rdf:first rdf:resource="http://purl.org/spar/datacite/RightsIdentifier"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b56">
<rdf:first rdf:resource="http://purl.org/spar/datacite/PersonalIdentifier"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b57"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b57">
<rdf:first rdf:resource="http://purl.org/spar/datacite/ResourceIdentifier"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b58"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b54">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n16082fa6811145e08dfaeb8890637028b55"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b55">
<rdf:first rdf:resource="http://purl.org/spar/datacite/FunderIdentifier"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b56"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/FunderIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-funder a foaf:Organization ;\n datacite:hasIdentifier :my-funder-id .\n\n :my-funder-id a datacite:FunderIdentifier ;\n literal:hasLiteralValue \"10.13039/5011000059696\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent identifiers associated with funding agencies, modelled as instances of `foaf:Organization`.\n\nA funder identifier belongs to a particular scheme, such as FundRef, specified by an individual within the class `datacite:FunderIdentifierScheme`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier that uniquely identities a funding agency."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "funder identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b22"
},
{
"@id": "http://purl.org/spar/datacite/AgentIdentifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b22",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/FunderIdentifierScheme"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/usesIdentifierScheme"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b54",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/datacite/FunderIdentifier"
},
{
"@id": "http://purl.org/spar/datacite/PersonalIdentifier"
},
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifier"
},
{
"@id": "http://purl.org/spar/datacite/RightsIdentifier"
}
]
}
]
}
]_:n16082fa6811145e08dfaeb8890637028b22 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/datacite/FunderIdentifierScheme> .
<http://purl.org/spar/datacite/FunderIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier that uniquely identities a funding agency."@en .
<http://purl.org/spar/datacite/FunderIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
_:n16082fa6811145e08dfaeb8890637028b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/RightsIdentifier> .
<http://purl.org/spar/datacite/FunderIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "funder identifier"@en .
_:n16082fa6811145e08dfaeb8890637028b22 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/usesIdentifierScheme> .
_:n16082fa6811145e08dfaeb8890637028b22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/datacite/FunderIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b22 .
<http://purl.org/spar/datacite/FunderIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n16082fa6811145e08dfaeb8890637028b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b57 .
_:n16082fa6811145e08dfaeb8890637028b57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b58 .
_:n16082fa6811145e08dfaeb8890637028b57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/ResourceIdentifier> .
_:n16082fa6811145e08dfaeb8890637028b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/PersonalIdentifier> .
<http://purl.org/spar/datacite/FunderIdentifier> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent identifiers associated with funding agencies, modelled as instances of `foaf:Organization`.\n\nA funder identifier belongs to a particular scheme, such as FundRef, specified by an individual within the class `datacite:FunderIdentifierScheme`.\n "@en .
_:n16082fa6811145e08dfaeb8890637028b54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:n16082fa6811145e08dfaeb8890637028b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n16082fa6811145e08dfaeb8890637028b54 <http://www.w3.org/2002/07/owl#members> _:n16082fa6811145e08dfaeb8890637028b55 .
_:n16082fa6811145e08dfaeb8890637028b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/FunderIdentifier> .
_:n16082fa6811145e08dfaeb8890637028b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b56 .
<http://purl.org/spar/datacite/FunderIdentifier> <http://purl.org/vocab/vann/example> "\n :my-funder a foaf:Organization ;\n datacite:hasIdentifier :my-funder-id .\n\n :my-funder-id a datacite:FunderIdentifier ;\n literal:hasLiteralValue \"10.13039/5011000059696\" .\n " .
<http://purl.org/spar/datacite/FunderIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/AgentIdentifier> .
<http://purl.org/spar/datacite/FunderIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/datacite/FunderIdentifierScheme
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:FunderIdentifierScheme a owl:Class ;
rdfs:label "funder identifier scheme"@en ;
vann:example """
:my-funder a foaf:Organization ;
datacite:hasIdentifier :my-funder-id .
:my-funder-id a datacite:FunderIdentifier ;
datacite:usesIdentifierScheme datacite:fundref .
datacite:fundref a datacite:FunderIdentifierScheme .
""" ;
vaem:rationale """
This is used to specify the identifier scheme used by a funding agency identifier.
Individual schemes are defined as members of this class.
"""@en ;
rdfs:comment "The identifier scheme used to identify a funding agency."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty [ owl:inverseOf datacite:usesIdentifierScheme ] ;
owl:someValuesFrom datacite:FunderIdentifier ],
datacite:AgentIdentifierScheme ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/FunderIdentifierScheme">
<rdfs:label xml:lang="en">funder identifier scheme</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/AgentIdentifierScheme"/>
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b26"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">The identifier scheme used to identify a funding agency.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-funder a foaf:Organization ;
datacite:hasIdentifier :my-funder-id .
:my-funder-id a datacite:FunderIdentifier ;
datacite:usesIdentifierScheme datacite:fundref .
datacite:fundref a datacite:FunderIdentifierScheme .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to specify the identifier scheme used by a funding agency identifier.
Individual schemes are defined as members of this class.
</vaem:rationale>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b26">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:nodeID="n16082fa6811145e08dfaeb8890637028b27"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/datacite/FunderIdentifier"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b27">
<owl:inverseOf rdf:resource="http://purl.org/spar/datacite/usesIdentifierScheme"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/FunderIdentifierScheme",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-funder a foaf:Organization ;\n datacite:hasIdentifier :my-funder-id .\n\n :my-funder-id a datacite:FunderIdentifier ;\n datacite:usesIdentifierScheme datacite:fundref .\n\n datacite:fundref a datacite:FunderIdentifierScheme .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the identifier scheme used by a funding agency identifier.\n\nIndividual schemes are defined as members of this class. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The identifier scheme used to identify a funding agency."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "funder identifier scheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/datacite/AgentIdentifierScheme"
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b26"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b26",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b27"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/FunderIdentifier"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b27",
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/datacite/usesIdentifierScheme"
}
]
}
]<http://purl.org/spar/datacite/FunderIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#label> "funder identifier scheme"@en .
<http://purl.org/spar/datacite/FunderIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/AgentIdentifierScheme> .
_:n16082fa6811145e08dfaeb8890637028b26 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/datacite/FunderIdentifier> .
_:n16082fa6811145e08dfaeb8890637028b26 <http://www.w3.org/2002/07/owl#onProperty> _:n16082fa6811145e08dfaeb8890637028b27 .
<http://purl.org/spar/datacite/FunderIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/FunderIdentifierScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/FunderIdentifierScheme> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the identifier scheme used by a funding agency identifier.\n\nIndividual schemes are defined as members of this class. \n "@en .
<http://purl.org/spar/datacite/FunderIdentifierScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/FunderIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "The identifier scheme used to identify a funding agency."@en .
_:n16082fa6811145e08dfaeb8890637028b27 <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/datacite/usesIdentifierScheme> .
<http://purl.org/spar/datacite/FunderIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b26 .
<http://purl.org/spar/datacite/FunderIdentifierScheme> <http://purl.org/vocab/vann/example> "\n :my-funder a foaf:Organization ;\n datacite:hasIdentifier :my-funder-id .\n\n :my-funder-id a datacite:FunderIdentifier ;\n datacite:usesIdentifierScheme datacite:fundref .\n\n datacite:fundref a datacite:FunderIdentifierScheme .\n " .
_:n16082fa6811145e08dfaeb8890637028b26 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
IRI: http://purl.org/cerif/frapo/Funding
@prefix frapo: <http://purl.org/cerif/frapo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frapo:Funding a owl:Class ;
rdfs:label "funding"@en ;
rdfs:comment "An amount of money available to finance some project or activity."@en ;
rdfs:isDefinedBy frapo: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/cerif/frapo/Funding">
<rdfs:comment xml:lang="en">An amount of money available to finance some project or activity.</rdfs:comment>
<rdfs:label xml:lang="en">funding</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/cerif/frapo/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/cerif/frapo/Funding",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An amount of money available to finance some project or activity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/cerif/frapo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "funding"
}
]
}
]<http://purl.org/cerif/frapo/Funding> <http://www.w3.org/2000/01/rdf-schema#comment> "An amount of money available to finance some project or activity."@en .
<http://purl.org/cerif/frapo/Funding> <http://www.w3.org/2000/01/rdf-schema#label> "funding"@en .
<http://purl.org/cerif/frapo/Funding> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/cerif/frapo/> .
<http://purl.org/cerif/frapo/Funding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://www.opengis.net/ont/geosparql#Geometry
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
geo:Geometry a owl:Class ;
rdfs:label "geometry"@en ;
rdfs:comment "A coherent set of direct positions in space."@en ;
rdfs:isDefinedBy geo: ;
rdfs:subClassOf geo:SpatialObject .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.opengis.net/ont/geosparql#Geometry">
<rdfs:label xml:lang="en">geometry</rdfs:label>
<rdfs:comment xml:lang="en">A coherent set of direct positions in space.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.opengis.net/ont/geosparql#Geometry",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A coherent set of direct positions in space."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.opengis.net/ont/geosparql#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "geometry"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.opengis.net/ont/geosparql#SpatialObject"
}
]
}
]<http://www.opengis.net/ont/geosparql#Geometry> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.opengis.net/ont/geosparql#SpatialObject> .
<http://www.opengis.net/ont/geosparql#Geometry> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.opengis.net/ont/geosparql#> .
<http://www.opengis.net/ont/geosparql#Geometry> <http://www.w3.org/2000/01/rdf-schema#label> "geometry"@en .
<http://www.opengis.net/ont/geosparql#Geometry> <http://www.w3.org/2000/01/rdf-schema#comment> "A coherent set of direct positions in space."@en .
<http://www.opengis.net/ont/geosparql#Geometry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/cerif/frapo/Grant
@prefix frapo: <http://purl.org/cerif/frapo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frapo:Grant a owl:Class ;
rdfs:label "grant"@en ;
vann:example """
:european-commission
frapo:awards :eu-grant .
:eu-grant a frapo:Grant ;
frapo:hasGrantNumber "282625" .
""" ;
vaem:rationale """
This is used to specify the grant or award number associated with the funding awarded by some funder agent.
More specifically, a foaf:Agent awards (`frapo:awards`) a grant (`frapo:Grant`) with a certain number associated to it (`frapo:hasGrantNumber`).
"""@en ;
rdfs:comment "A financial award by a funding agency for a particular project or purpose, usually awarded on the basis of a competitive application."@en ;
rdfs:isDefinedBy frapo: ;
rdfs:subClassOf frapo:Funding ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/cerif/frapo/Grant">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A financial award by a funding agency for a particular project or purpose, usually awarded on the basis of a competitive application.</rdfs:comment>
<rdfs:label xml:lang="en">grant</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/cerif/frapo/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/cerif/frapo/Funding"/>
<vann:example>
:european-commission
frapo:awards :eu-grant .
:eu-grant a frapo:Grant ;
frapo:hasGrantNumber "282625" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to specify the grant or award number associated with the funding awarded by some funder agent.
More specifically, a foaf:Agent awards (`frapo:awards`) a grant (`frapo:Grant`) with a certain number associated to it (`frapo:hasGrantNumber`).
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/cerif/frapo/Grant",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :european-commission\n frapo:awards :eu-grant .\n\n :eu-grant a frapo:Grant ;\n frapo:hasGrantNumber \"282625\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the grant or award number associated with the funding awarded by some funder agent. \nMore specifically, a foaf:Agent awards (`frapo:awards`) a grant (`frapo:Grant`) with a certain number associated to it (`frapo:hasGrantNumber`).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A financial award by a funding agency for a particular project or purpose, usually awarded on the basis of a competitive application."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/cerif/frapo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "grant"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/cerif/frapo/Funding"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/cerif/frapo/Grant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/cerif/frapo/Grant> <http://www.w3.org/2000/01/rdf-schema#comment> "A financial award by a funding agency for a particular project or purpose, usually awarded on the basis of a competitive application."@en .
<http://purl.org/cerif/frapo/Grant> <http://www.w3.org/2000/01/rdf-schema#label> "grant"@en .
<http://purl.org/cerif/frapo/Grant> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/cerif/frapo/> .
<http://purl.org/cerif/frapo/Grant> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/cerif/frapo/Grant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/cerif/frapo/Funding> .
<http://purl.org/cerif/frapo/Grant> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the grant or award number associated with the funding awarded by some funder agent. \nMore specifically, a foaf:Agent awards (`frapo:awards`) a grant (`frapo:Grant`) with a certain number associated to it (`frapo:hasGrantNumber`).\n "@en .
<http://purl.org/cerif/frapo/Grant> <http://purl.org/vocab/vann/example> "\n :european-commission\n frapo:awards :eu-grant .\n\n :eu-grant a frapo:Grant ;\n frapo:hasGrantNumber \"282625\" .\n " .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
foaf:Group a owl:Class ;
rdfs:label "group"@en ;
rdfs:comment "A group of agents."@en ;
rdfs:isDefinedBy foaf: ;
rdfs:subClassOf foaf:Agent .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Group">
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdfs:label xml:lang="en">group</rdfs:label>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A group of agents.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://xmlns.com/foaf/0.1/Group",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A group of agents."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://xmlns.com/foaf/0.1/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "group"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
}
]
}
]<http://xmlns.com/foaf/0.1/Group> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://xmlns.com/foaf/0.1/> .
<http://xmlns.com/foaf/0.1/Group> <http://www.w3.org/2000/01/rdf-schema#label> "group"@en .
<http://xmlns.com/foaf/0.1/Group> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/Agent> .
<http://xmlns.com/foaf/0.1/Group> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://xmlns.com/foaf/0.1/Group> <http://www.w3.org/2000/01/rdf-schema#comment> "A group of agents."@en .
IRI: http://purl.org/spar/datacite/Identifier
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix literal: <http://www.essepuntato.it/2010/06/literalreification/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:Identifier a owl:Class ;
rdfs:label "identifier"@en ;
vann:example """
:my-resource
datacite:hasIdentifier :my-resource-id .
:my-resource-id a datacite:Identifier ;
literal:hasLiteralValue "0000-2221-4444" .
""" ;
vaem:rationale """
This is used to represent identifiers in the most generic conceptualization possible.
An identifier belongs to a particular scheme, such as those specified by individuals of the class `datacite:IdentifierScheme`.
"""@en ;
rdfs:comment "An identifier that uniquely identities an entity, such as a funding agency, a person or a resource."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onClass datacite:IdentifierScheme ;
owl:onProperty datacite:usesIdentifierScheme ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty [ owl:inverseOf datacite:hasIdentifier ] ],
literal:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/Identifier">
<rdfs:subClassOf rdf:resource="http://www.essepuntato.it/2010/06/literalreification/Literal"/>
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b37"/>
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b36"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">identifier</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">An identifier that uniquely identities an entity, such as a funding agency, a person or a resource.</rdfs:comment>
<vann:example>
:my-resource
datacite:hasIdentifier :my-resource-id .
:my-resource-id a datacite:Identifier ;
literal:hasLiteralValue "0000-2221-4444" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to represent identifiers in the most generic conceptualization possible.
An identifier belongs to a particular scheme, such as those specified by individuals of the class `datacite:IdentifierScheme`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b36">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onClass rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/usesIdentifierScheme"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b37">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
<owl:onProperty rdf:nodeID="n16082fa6811145e08dfaeb8890637028b38"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b38">
<owl:inverseOf rdf:resource="http://purl.org/spar/datacite/hasIdentifier"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/Identifier",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasIdentifier :my-resource-id .\n \n :my-resource-id a datacite:Identifier ;\n literal:hasLiteralValue \"0000-2221-4444\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent identifiers in the most generic conceptualization possible.\n\nAn identifier belongs to a particular scheme, such as those specified by individuals of the class `datacite:IdentifierScheme`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier that uniquely identities an entity, such as a funding agency, a person or a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.essepuntato.it/2010/06/literalreification/Literal"
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b37"
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b36"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b37",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b38"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b38",
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/datacite/hasIdentifier"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b36",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onClass": [
{
"@id": "http://purl.org/spar/datacite/IdentifierScheme"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/usesIdentifierScheme"
}
],
"http://www.w3.org/2002/07/owl#qualifiedCardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
]
}
]<http://purl.org/spar/datacite/Identifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.essepuntato.it/2010/06/literalreification/Literal> .
<http://purl.org/spar/datacite/Identifier> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent identifiers in the most generic conceptualization possible.\n\nAn identifier belongs to a particular scheme, such as those specified by individuals of the class `datacite:IdentifierScheme`.\n "@en .
<http://purl.org/spar/datacite/Identifier> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasIdentifier :my-resource-id .\n \n :my-resource-id a datacite:Identifier ;\n literal:hasLiteralValue \"0000-2221-4444\" .\n " .
<http://purl.org/spar/datacite/Identifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/Identifier> <http://www.w3.org/2000/01/rdf-schema#label> "identifier"@en .
_:n16082fa6811145e08dfaeb8890637028b36 <http://www.w3.org/2002/07/owl#qualifiedCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/datacite/Identifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/Identifier> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier that uniquely identities an entity, such as a funding agency, a person or a resource."@en .
_:n16082fa6811145e08dfaeb8890637028b37 <http://www.w3.org/2002/07/owl#onProperty> _:n16082fa6811145e08dfaeb8890637028b38 .
_:n16082fa6811145e08dfaeb8890637028b36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n16082fa6811145e08dfaeb8890637028b37 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
_:n16082fa6811145e08dfaeb8890637028b36 <http://www.w3.org/2002/07/owl#onClass> <http://purl.org/spar/datacite/IdentifierScheme> .
_:n16082fa6811145e08dfaeb8890637028b36 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/usesIdentifierScheme> .
_:n16082fa6811145e08dfaeb8890637028b38 <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/datacite/hasIdentifier> .
<http://purl.org/spar/datacite/Identifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b37 .
<http://purl.org/spar/datacite/Identifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b36 .
<http://purl.org/spar/datacite/Identifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n16082fa6811145e08dfaeb8890637028b37 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
IRI: http://purl.org/spar/datacite/IdentifierScheme
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:IdentifierScheme a owl:Class ;
rdfs:label "identifier scheme"@en ;
vann:example """
:my-resource
datacite:hasIdentifier :my-resource-id .
:my-resource-id
datacite:usesIdentifierScheme datacite:wikidata ;
literal:hasLiteralValue "Q113333457" .
datacite:wikidata a datacite:IdentifierScheme .
""" ;
vaem:rationale """
This is used to specify the identifier scheme used by an identifier.
Individual schemes are defined as members of this class.
"""@en ;
rdfs:comment "The identifier scheme used to identify an entity such as a funding agency, a person or a resource."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/IdentifierScheme">
<rdfs:label xml:lang="en">identifier scheme</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">The identifier scheme used to identify an entity such as a funding agency, a person or a resource.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vaem:rationale xml:lang="en">
This is used to specify the identifier scheme used by an identifier.
Individual schemes are defined as members of this class.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource
datacite:hasIdentifier :my-resource-id .
:my-resource-id
datacite:usesIdentifierScheme datacite:wikidata ;
literal:hasLiteralValue "Q113333457" .
datacite:wikidata a datacite:IdentifierScheme .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/IdentifierScheme",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasIdentifier :my-resource-id .\n\n :my-resource-id\n datacite:usesIdentifierScheme datacite:wikidata ;\n literal:hasLiteralValue \"Q113333457\" .\n\n datacite:wikidata a datacite:IdentifierScheme .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the identifier scheme used by an identifier.\n\nIndividual schemes are defined as members of this class.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The identifier scheme used to identify an entity such as a funding agency, a person or a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "identifier scheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/IdentifierScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/IdentifierScheme> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the identifier scheme used by an identifier.\n\nIndividual schemes are defined as members of this class.\n "@en .
<http://purl.org/spar/datacite/IdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#label> "identifier scheme"@en .
<http://purl.org/spar/datacite/IdentifierScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/IdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "The identifier scheme used to identify an entity such as a funding agency, a person or a resource."@en .
<http://purl.org/spar/datacite/IdentifierScheme> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasIdentifier :my-resource-id .\n\n :my-resource-id\n datacite:usesIdentifierScheme datacite:wikidata ;\n literal:hasLiteralValue \"Q113333457\" .\n\n datacite:wikidata a datacite:IdentifierScheme .\n " .
<http://purl.org/spar/datacite/IdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
dcmitype:Image a owl:Class ;
rdfs:label "image"@en ;
rdfs:comment "A visual representation other than text."@en ;
rdfs:isDefinedBy dcmitype: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/Image">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A visual representation other than text.</rdfs:comment>
<rdfs:label xml:lang="en">image</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/dcmitype/Image",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A visual representation other than text."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/dcmitype/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "image"
}
]
}
]<http://purl.org/dc/dcmitype/Image> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/dcmitype/Image> <http://www.w3.org/2000/01/rdf-schema#comment> "A visual representation other than text."@en .
<http://purl.org/dc/dcmitype/Image> <http://www.w3.org/2000/01/rdf-schema#label> "image"@en .
<http://purl.org/dc/dcmitype/Image> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/dcmitype/> .
IRI: http://purl.org/dc/dcmitype/InteractiveResource
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcmitype:InteractiveResource a owl:Class ;
rdfs:label "interactive resource"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType dcmitype:InteractiveResource .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Interactive Resource").
"""@en ;
rdfs:comment "A resource requiring interaction from the user to be understood, executed, or experienced."@en ;
rdfs:isDefinedBy dcmitype: ;
vs:term_status reg:statusStable ;
skos:note """
Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/InteractiveResource">
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
<rdfs:label xml:lang="en">interactive resource</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A resource requiring interaction from the user to be understood, executed, or experienced.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Interactive Resource").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments.
</skos:note>
<vann:example>
:my-resource
datacite:hasGeneralResourceType dcmitype:InteractiveResource .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/dcmitype/InteractiveResource",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:InteractiveResource .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Interactive Resource\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A resource requiring interaction from the user to be understood, executed, or experienced."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/dcmitype/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "interactive resource"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nExamples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments. \n "
}
]
}
]<http://purl.org/dc/dcmitype/InteractiveResource> <http://www.w3.org/2000/01/rdf-schema#label> "interactive resource"@en .
<http://purl.org/dc/dcmitype/InteractiveResource> <http://www.w3.org/2004/02/skos/core#note> "\nExamples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments. \n "@en .
<http://purl.org/dc/dcmitype/InteractiveResource> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/dcmitype/> .
<http://purl.org/dc/dcmitype/InteractiveResource> <http://www.w3.org/2000/01/rdf-schema#comment> "A resource requiring interaction from the user to be understood, executed, or experienced."@en .
<http://purl.org/dc/dcmitype/InteractiveResource> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/dcmitype/InteractiveResource> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:InteractiveResource .\n " .
<http://purl.org/dc/dcmitype/InteractiveResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/dcmitype/InteractiveResource> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Interactive Resource\").\n "@en .
IRI: http://purl.org/spar/scoro/InvestigationRole
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
scoro:InvestigationRole a owl:Class ;
rdfs:label "investigation role"@en ;
rdfs:comment "A role that an agent might hold with respect to an investigation. Individual members of this class are used to specify particular roles."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf pro:Role .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/InvestigationRole">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pro/Role"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">investigation role</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">A role that an agent might hold with respect to an investigation. Individual members of this class are used to specify particular roles.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/InvestigationRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role that an agent might hold with respect to an investigation. Individual members of this class are used to specify particular roles."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "investigation role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pro/Role"
}
]
}
]<http://purl.org/spar/scoro/InvestigationRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/scoro/InvestigationRole> <http://www.w3.org/2000/01/rdf-schema#label> "investigation role"@en .
<http://purl.org/spar/scoro/InvestigationRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pro/Role> .
<http://purl.org/spar/scoro/InvestigationRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/InvestigationRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A role that an agent might hold with respect to an investigation. Individual members of this class are used to specify particular roles."@en .
IRI: http://purl.org/vocab/frbr/core#Item
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frbr:Item a owl:Class ;
rdfs:label "item"@en ;
rdfs:comment """
A single exemplar of a manifestation.
The entity defined as item is a concrete entity. It is in many instances a single physical object (e.g., a copy of a one-volume monograph, a single audio cassette, etc.).
There are instances, however, where the entity defined as item comprises more than one physical object (e.g., a monograph issued as two separately bound volumes, a recording issued on three separate compact discs, etc.).
"""@en ;
rdfs:isDefinedBy frbr: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Item">
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">
A single exemplar of a manifestation.
The entity defined as item is a concrete entity. It is in many instances a single physical object (e.g., a copy of a one-volume monograph, a single audio cassette, etc.).
There are instances, however, where the entity defined as item comprises more than one physical object (e.g., a monograph issued as two separately bound volumes, a recording issued on three separate compact discs, etc.).
</rdfs:comment>
<rdfs:label xml:lang="en">item</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Item",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nA single exemplar of a manifestation.\n\nThe entity defined as item is a concrete entity. It is in many instances a single physical object (e.g., a copy of a one-volume monograph, a single audio cassette, etc.). \nThere are instances, however, where the entity defined as item comprises more than one physical object (e.g., a monograph issued as two separately bound volumes, a recording issued on three separate compact discs, etc.).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "item"
}
]
}
]<http://purl.org/vocab/frbr/core#Item> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/vocab/frbr/core#Item> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#Item> <http://www.w3.org/2000/01/rdf-schema#label> "item"@en .
<http://purl.org/vocab/frbr/core#Item> <http://www.w3.org/2000/01/rdf-schema#comment> "\nA single exemplar of a manifestation.\n\nThe entity defined as item is a concrete entity. It is in many instances a single physical object (e.g., a copy of a one-volume monograph, a single audio cassette, etc.). \nThere are instances, however, where the entity defined as item comprises more than one physical object (e.g., a monograph issued as two separately bound volumes, a recording issued on three separate compact discs, etc.).\n "@en .
IRI: http://purl.org/spar/fabio/Journal
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Journal a owl:Class ;
rdfs:label "journal"@en ;
vann:example """
:my-journal
datacite:hasGeneralResourceType fabio:Journal .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Journal").
"""@en ;
rdfs:comment "A scholarly periodical primarily devoted to the publication of original research papers."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Periodical ;
vs:term_status reg:statusStable ;
skos:note """
Printed and electronic manifestations of the same journal are usually identified by separate print and electronic International Standard Serial Numbers (ISSN or eISSN, respectively), that identifies the journal as a whole, not to individual issues of it.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Journal">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A scholarly periodical primarily devoted to the publication of original research papers.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Periodical"/>
<rdfs:label xml:lang="en">journal</rdfs:label>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Journal").
</vaem:rationale>
<vann:example>
:my-journal
datacite:hasGeneralResourceType fabio:Journal .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Printed and electronic manifestations of the same journal are usually identified by separate print and electronic International Standard Serial Numbers (ISSN or eISSN, respectively), that identifies the journal as a whole, not to individual issues of it.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Journal",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal\n datacite:hasGeneralResourceType fabio:Journal .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Journal\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A scholarly periodical primarily devoted to the publication of original research papers."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "journal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Periodical"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nPrinted and electronic manifestations of the same journal are usually identified by separate print and electronic International Standard Serial Numbers (ISSN or eISSN, respectively), that identifies the journal as a whole, not to individual issues of it.\n "
}
]
}
]<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2000/01/rdf-schema#comment> "A scholarly periodical primarily devoted to the publication of original research papers."@en .
<http://purl.org/spar/fabio/Journal> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Journal\").\n "@en .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Periodical> .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2000/01/rdf-schema#label> "journal"@en .
<http://purl.org/spar/fabio/Journal> <http://purl.org/vocab/vann/example> "\n :my-journal\n datacite:hasGeneralResourceType fabio:Journal .\n " .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2004/02/skos/core#note> "\nPrinted and electronic manifestations of the same journal are usually identified by separate print and electronic International Standard Serial Numbers (ISSN or eISSN, respectively), that identifies the journal as a whole, not to individual issues of it.\n "@en .
IRI: http://purl.org/spar/fabio/JournalArticle
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:JournalArticle a owl:Class ;
rdfs:label "journal article"@en ;
vann:example """
:my-journal-article
datacite:hasGeneralResourceType fabio:JournalArticle .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Journal Article").
"""@en ;
rdfs:comment "An article, typically the realization of a research paper reporting original research findings, published in a journal issue."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Article ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/JournalArticle">
<rdfs:label xml:lang="en">journal article</rdfs:label>
<rdfs:comment xml:lang="en">An article, typically the realization of a research paper reporting original research findings, published in a journal issue.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Article"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Journal Article").
</vaem:rationale>
<vann:example>
:my-journal-article
datacite:hasGeneralResourceType fabio:JournalArticle .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/JournalArticle",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article\n datacite:hasGeneralResourceType fabio:JournalArticle .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Journal Article\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An article, typically the realization of a research paper reporting original research findings, published in a journal issue."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "journal article"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Article"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/JournalArticle> <http://www.w3.org/2000/01/rdf-schema#label> "journal article"@en .
<http://purl.org/spar/fabio/JournalArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "An article, typically the realization of a research paper reporting original research findings, published in a journal issue."@en .
<http://purl.org/spar/fabio/JournalArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Article> .
<http://purl.org/spar/fabio/JournalArticle> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Journal Article\").\n "@en .
<http://purl.org/spar/fabio/JournalArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/JournalArticle> <http://purl.org/vocab/vann/example> "\n :my-journal-article\n datacite:hasGeneralResourceType fabio:JournalArticle .\n " .
<http://purl.org/spar/fabio/JournalArticle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/JournalArticle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/LaboratoryNotebook
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:LaboratoryNotebook a owl:Class ;
rdfs:label "laboratory notebook"@en ;
vann:example """
:my-laboratory-notebook
datacite:hasGeneralResourceType fabio:LaboratoryNotebook .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Computational Notebook").
"""@en ;
rdfs:comment "A primary record of research, containing detailed notes on hypotheses, experiments, and initial analysis."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Notebook ;
vs:term_status reg:statusStable ;
skos:note """
A notebook used by an individual research scientist as the primary record of his or her research activities.
A researcher may use a laboratory notebook to document hypotheses, to describe experiments and to record data in various formats, to provide details of data analysis and interpretation, or to record the validation or invalidation of the original hypotheses.
The laboratory notebook serves as an organizational tool and a memory aid.
It may also have a role in recording and protecting any intellectual property created during the research, and may be used in evidence when establishing priority of discoveries, for example in patent applications.
Electronic versions of laboratory notebooks are increasingly being employed by researchers, particularly in chemistry and the pharmaceutical industry.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/LaboratoryNotebook">
<rdfs:comment xml:lang="en">A primary record of research, containing detailed notes on hypotheses, experiments, and initial analysis.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Notebook"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">laboratory notebook</rdfs:label>
<skos:note xml:lang="en">
A notebook used by an individual research scientist as the primary record of his or her research activities.
A researcher may use a laboratory notebook to document hypotheses, to describe experiments and to record data in various formats, to provide details of data analysis and interpretation, or to record the validation or invalidation of the original hypotheses.
The laboratory notebook serves as an organizational tool and a memory aid.
It may also have a role in recording and protecting any intellectual property created during the research, and may be used in evidence when establishing priority of discoveries, for example in patent applications.
Electronic versions of laboratory notebooks are increasingly being employed by researchers, particularly in chemistry and the pharmaceutical industry.
</skos:note>
<vann:example>
:my-laboratory-notebook
datacite:hasGeneralResourceType fabio:LaboratoryNotebook .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Computational Notebook").
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/LaboratoryNotebook",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-laboratory-notebook\n datacite:hasGeneralResourceType fabio:LaboratoryNotebook .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Computational Notebook\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A primary record of research, containing detailed notes on hypotheses, experiments, and initial analysis."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "laboratory notebook"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Notebook"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nA notebook used by an individual research scientist as the primary record of his or her research activities. \nA researcher may use a laboratory notebook to document hypotheses, to describe experiments and to record data in various formats, to provide details of data analysis and interpretation, or to record the validation or invalidation of the original hypotheses. \nThe laboratory notebook serves as an organizational tool and a memory aid. \nIt may also have a role in recording and protecting any intellectual property created during the research, and may be used in evidence when establishing priority of discoveries, for example in patent applications. \nElectronic versions of laboratory notebooks are increasingly being employed by researchers, particularly in chemistry and the pharmaceutical industry.\n "
}
]
}
]<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.w3.org/2004/02/skos/core#note> "\nA notebook used by an individual research scientist as the primary record of his or her research activities. \nA researcher may use a laboratory notebook to document hypotheses, to describe experiments and to record data in various formats, to provide details of data analysis and interpretation, or to record the validation or invalidation of the original hypotheses. \nThe laboratory notebook serves as an organizational tool and a memory aid. \nIt may also have a role in recording and protecting any intellectual property created during the research, and may be used in evidence when establishing priority of discoveries, for example in patent applications. \nElectronic versions of laboratory notebooks are increasingly being employed by researchers, particularly in chemistry and the pharmaceutical industry.\n "@en .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.w3.org/2000/01/rdf-schema#comment> "A primary record of research, containing detailed notes on hypotheses, experiments, and initial analysis."@en .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://purl.org/vocab/vann/example> "\n :my-laboratory-notebook\n datacite:hasGeneralResourceType fabio:LaboratoryNotebook .\n " .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Notebook> .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.w3.org/2000/01/rdf-schema#label> "laboratory notebook"@en .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Computational Notebook\").\n "@en .
IRI: http://purl.org/dc/terms/LinguisticSystem
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:LinguisticSystem a owl:Class ;
rdfs:label "linguistic system" ;
vann:example """
:my-dataset-en a dcterms:LinguisticSystem ;
dcterms:description "en"^^dcterms:RFC5646 .
""" ;
vaem:rationale """
This is used to represent a language.
The language should always be specified by means of appropriate individuals belonging to the class `dcterms:LinguisticSystem`, and its value should be specified according to a standardised language code as specified in RFC 5646 (http://www.ietf.org/rfc/rfc5646.txt).
In particular, it is possible to specify values taken from IETF BCP 47, ISO 639-1 language codes (e.g., `en`, `it`, and `fr`).
The language code can be associated by means of the property `dcterms:description` typed with the `dcterms:RFC5646` datatype.
It is possible, of course, to use directly the resources specified in http://lexvo.org/id/iso639-3/ for languages (e.g., http://lexvo.org/id/iso639-3/eng for English), instead of defining new ones.
"""@en ;
rdfs:comment "A written, spoken, sign, or computer language."@en ;
rdfs:isDefinedBy dcterms: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/LinguisticSystem">
<rdfs:label>linguistic system</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A written, spoken, sign, or computer language.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used to represent a language.
The language should always be specified by means of appropriate individuals belonging to the class `dcterms:LinguisticSystem`, and its value should be specified according to a standardised language code as specified in RFC 5646 (http://www.ietf.org/rfc/rfc5646.txt).
In particular, it is possible to specify values taken from IETF BCP 47, ISO 639-1 language codes (e.g., `en`, `it`, and `fr`).
The language code can be associated by means of the property `dcterms:description` typed with the `dcterms:RFC5646` datatype.
It is possible, of course, to use directly the resources specified in http://lexvo.org/id/iso639-3/ for languages (e.g., http://lexvo.org/id/iso639-3/eng for English), instead of defining new ones.
</vaem:rationale>
<vann:example>
:my-dataset-en a dcterms:LinguisticSystem ;
dcterms:description "en"^^dcterms:RFC5646 .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/LinguisticSystem",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-en a dcterms:LinguisticSystem ;\n dcterms:description \"en\"^^dcterms:RFC5646 .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent a language. \nThe language should always be specified by means of appropriate individuals belonging to the class `dcterms:LinguisticSystem`, and its value should be specified according to a standardised language code as specified in RFC 5646 (http://www.ietf.org/rfc/rfc5646.txt). \nIn particular, it is possible to specify values taken from IETF BCP 47, ISO 639-1 language codes (e.g., `en`, `it`, and `fr`). \nThe language code can be associated by means of the property `dcterms:description` typed with the `dcterms:RFC5646` datatype.\n\nIt is possible, of course, to use directly the resources specified in http://lexvo.org/id/iso639-3/ for languages (e.g., http://lexvo.org/id/iso639-3/eng for English), instead of defining new ones.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A written, spoken, sign, or computer language."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "linguistic system"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/LinguisticSystem> <http://www.w3.org/2000/01/rdf-schema#label> "linguistic system" .
<http://purl.org/dc/terms/LinguisticSystem> <http://www.w3.org/2000/01/rdf-schema#comment> "A written, spoken, sign, or computer language."@en .
<http://purl.org/dc/terms/LinguisticSystem> <http://purl.org/vocab/vann/example> "\n :my-dataset-en a dcterms:LinguisticSystem ;\n dcterms:description \"en\"^^dcterms:RFC5646 .\n " .
<http://purl.org/dc/terms/LinguisticSystem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/terms/LinguisticSystem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/LinguisticSystem> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/LinguisticSystem> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent a language. \nThe language should always be specified by means of appropriate individuals belonging to the class `dcterms:LinguisticSystem`, and its value should be specified according to a standardised language code as specified in RFC 5646 (http://www.ietf.org/rfc/rfc5646.txt). \nIn particular, it is possible to specify values taken from IETF BCP 47, ISO 639-1 language codes (e.g., `en`, `it`, and `fr`). \nThe language code can be associated by means of the property `dcterms:description` typed with the `dcterms:RFC5646` datatype.\n\nIt is possible, of course, to use directly the resources specified in http://lexvo.org/id/iso639-3/ for languages (e.g., http://lexvo.org/id/iso639-3/eng for English), instead of defining new ones.\n "@en .
@prefix co: <http://purl.org/co/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
co:List a owl:Class ;
rdfs:label "list"@en ;
rdfs:comment "An ordered array of items, that can be present in multiple copies."@en ;
rdfs:isDefinedBy <http://purl.org/co> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/co/List">
<rdfs:comment xml:lang="en">An ordered array of items, that can be present in multiple copies.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/co"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">list</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/co/List",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An ordered array of items, that can be present in multiple copies."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/co"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "list"
}
]
}
]<http://purl.org/co/List> <http://www.w3.org/2000/01/rdf-schema#comment> "An ordered array of items, that can be present in multiple copies."@en .
<http://purl.org/co/List> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/co> .
<http://purl.org/co/List> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/co/List> <http://www.w3.org/2000/01/rdf-schema#label> "list"@en .
@prefix literal: <http://www.essepuntato.it/2010/06/literalreification/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
literal:Literal a owl:Class ;
rdfs:label "literal"@en ;
vann:example """
:my-dataset
literal:hasLiteral :my-dataset-date .
:my-dataset-date a literal:Literal ;
literal:hasLiteralValue "2012-07-04"^^xsd:date ;
dcterms:type dcterms:date .
""" ;
vaem:rationale """
A reified literal can be used to express cases such as a date that can have a description attached to it.
It is linked to the resource via the property `literal:hasLiteral`.
The value is contained in the reified literal and is expressed through the data property `literal:hasLiteralValue`.
Other information, such as the type of value (e.g., the date type), is expressed via the punning mechanism that allows one to use properties as individuals, and linked to the reified literal with an appropriate property (e.g., `dcterms:type`, `dcterms:dateAccepted`, `fabio:hasDateCollected`, etc.).
"""@en ;
rdfs:comment "A reified literal."@en ;
rdfs:isDefinedBy <http://purl.org/spar/literal/> ;
owl:equivalentClass [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty literal:hasLiteralValue ] ;
vs:term_status reg:statusStable ;
skos:note """
The literal value it represents is specified through the property `literal:hasLiteralValue`.
Each individual of this class must always have a specified value.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.essepuntato.it/2010/06/literalreification/Literal">
<owl:equivalentClass rdf:nodeID="n16082fa6811145e08dfaeb8890637028b25"/>
<rdfs:label xml:lang="en">literal</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A reified literal.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/literal/"/>
<vann:example>
:my-dataset
literal:hasLiteral :my-dataset-date .
:my-dataset-date a literal:Literal ;
literal:hasLiteralValue "2012-07-04"^^xsd:date ;
dcterms:type dcterms:date .
</vann:example>
<skos:note xml:lang="en">
The literal value it represents is specified through the property `literal:hasLiteralValue`.
Each individual of this class must always have a specified value.
</skos:note>
<vaem:rationale xml:lang="en">
A reified literal can be used to express cases such as a date that can have a description attached to it.
It is linked to the resource via the property `literal:hasLiteral`.
The value is contained in the reified literal and is expressed through the data property `literal:hasLiteralValue`.
Other information, such as the type of value (e.g., the date type), is expressed via the punning mechanism that allows one to use properties as individuals, and linked to the reified literal with an appropriate property (e.g., `dcterms:type`, `dcterms:dateAccepted`, `fabio:hasDateCollected`, etc.).
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b25">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
<owl:onProperty rdf:resource="http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.essepuntato.it/2010/06/literalreification/Literal",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset\n literal:hasLiteral :my-dataset-date .\n\n :my-dataset-date a literal:Literal ;\n literal:hasLiteralValue \"2012-07-04\"^^xsd:date ;\n dcterms:type dcterms:date .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nA reified literal can be used to express cases such as a date that can have a description attached to it.\nIt is linked to the resource via the property `literal:hasLiteral`. \nThe value is contained in the reified literal and is expressed through the data property `literal:hasLiteralValue`. \nOther information, such as the type of value (e.g., the date type), is expressed via the punning mechanism that allows one to use properties as individuals, and linked to the reified literal with an appropriate property (e.g., `dcterms:type`, `dcterms:dateAccepted`, `fabio:hasDateCollected`, etc.). \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A reified literal."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/literal/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "literal"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b25"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThe literal value it represents is specified through the property `literal:hasLiteralValue`. \nEach individual of this class must always have a specified value. \n "
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b25",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue"
}
]
}
]<http://www.essepuntato.it/2010/06/literalreification/Literal> <http://www.w3.org/2002/07/owl#equivalentClass> _:n16082fa6811145e08dfaeb8890637028b25 .
<http://www.essepuntato.it/2010/06/literalreification/Literal> <http://www.w3.org/2004/02/skos/core#note> "\nThe literal value it represents is specified through the property `literal:hasLiteralValue`. \nEach individual of this class must always have a specified value. \n "@en .
_:n16082fa6811145e08dfaeb8890637028b25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://www.essepuntato.it/2010/06/literalreification/Literal> <http://www.w3.org/2000/01/rdf-schema#label> "literal"@en .
_:n16082fa6811145e08dfaeb8890637028b25 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
_:n16082fa6811145e08dfaeb8890637028b25 <http://www.w3.org/2002/07/owl#onProperty> <http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue> .
<http://www.essepuntato.it/2010/06/literalreification/Literal> <http://purl.org/vocab/vann/example> "\n :my-dataset\n literal:hasLiteral :my-dataset-date .\n\n :my-dataset-date a literal:Literal ;\n literal:hasLiteralValue \"2012-07-04\"^^xsd:date ;\n dcterms:type dcterms:date .\n " .
<http://www.essepuntato.it/2010/06/literalreification/Literal> <http://www.linkedmodel.org/schema/vaem#rationale> "\nA reified literal can be used to express cases such as a date that can have a description attached to it.\nIt is linked to the resource via the property `literal:hasLiteral`. \nThe value is contained in the reified literal and is expressed through the data property `literal:hasLiteralValue`. \nOther information, such as the type of value (e.g., the date type), is expressed via the punning mechanism that allows one to use properties as individuals, and linked to the reified literal with an appropriate property (e.g., `dcterms:type`, `dcterms:dateAccepted`, `fabio:hasDateCollected`, etc.). \n "@en .
<http://www.essepuntato.it/2010/06/literalreification/Literal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.essepuntato.it/2010/06/literalreification/Literal> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.essepuntato.it/2010/06/literalreification/Literal> <http://www.w3.org/2000/01/rdf-schema#comment> "A reified literal."@en .
<http://www.essepuntato.it/2010/06/literalreification/Literal> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/literal/> .
IRI: http://purl.org/spar/fabio/Manifestation
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
fabio:Manifestation a owl:Class ;
rdfs:label "manifestation"@en ;
rdfs:comment "A subclass of FRBR Manifestation, restricted to manifestations of fabio:Expression. fabio:Manifestation specifically applies to electronic (digital) as well as to physical manifestations of expressions."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf frbr:Manifestation .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Manifestation">
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<rdfs:label xml:lang="en">manifestation</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A subclass of FRBR Manifestation, restricted to manifestations of fabio:Expression. fabio:Manifestation specifically applies to electronic (digital) as well as to physical manifestations of expressions.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Manifestation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A subclass of FRBR Manifestation, restricted to manifestations of fabio:Expression. fabio:Manifestation specifically applies to electronic (digital) as well as to physical manifestations of expressions."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "manifestation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
}
]
}
]<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/2000/01/rdf-schema#label> "manifestation"@en .
<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/2000/01/rdf-schema#comment> "A subclass of FRBR Manifestation, restricted to manifestations of fabio:Expression. fabio:Manifestation specifically applies to electronic (digital) as well as to physical manifestations of expressions."@en .
IRI: http://purl.org/vocab/frbr/core#Manifestation
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frbr:Manifestation a owl:Class ;
rdfs:label "manifestation"@en ;
rdfs:comment """
The physical embodiment of an expression of a work.
The entity defined as manifestation encompasses a wide range of materials and formats. As an entity, manifestation represents all the physical objects that bear the same characteristics, in respect to both intellectual content and physical form.
"""@en ;
rdfs:isDefinedBy frbr: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Manifestation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">manifestation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:comment xml:lang="en">
The physical embodiment of an expression of a work.
The entity defined as manifestation encompasses a wide range of materials and formats. As an entity, manifestation represents all the physical objects that bear the same characteristics, in respect to both intellectual content and physical form.
</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe physical embodiment of an expression of a work.\n\nThe entity defined as manifestation encompasses a wide range of materials and formats. As an entity, manifestation represents all the physical objects that bear the same characteristics, in respect to both intellectual content and physical form.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "manifestation"
}
]
}
]<http://purl.org/vocab/frbr/core#Manifestation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/vocab/frbr/core#Manifestation> <http://www.w3.org/2000/01/rdf-schema#label> "manifestation"@en .
<http://purl.org/vocab/frbr/core#Manifestation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#Manifestation> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe physical embodiment of an expression of a work.\n\nThe entity defined as manifestation encompasses a wide range of materials and formats. As an entity, manifestation represents all the physical objects that bear the same characteristics, in respect to both intellectual content and physical form.\n "@en .
IRI: http://purl.org/spar/fabio/Manuscript
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
fabio:Manuscript a owl:Class ;
rdfs:label "manuscript"@en ;
rdfs:comment "A textual work prepared \"by hand\", such as a typescript or word-processed pre-publication draft of a research paper or a report, or a work not otherwise reproduced in multiple copies."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Manuscript">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A textual work prepared "by hand", such as a typescript or word-processed pre-publication draft of a research paper or a report, or a work not otherwise reproduced in multiple copies.</rdfs:comment>
<rdfs:label xml:lang="en">manuscript</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Manuscript",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A textual work prepared \"by hand\", such as a typescript or word-processed pre-publication draft of a research paper or a report, or a work not otherwise reproduced in multiple copies."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "manuscript"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
]
}
]<http://purl.org/spar/fabio/Manuscript> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Manuscript> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Manuscript> <http://www.w3.org/2000/01/rdf-schema#comment> "A textual work prepared \"by hand\", such as a typescript or word-processed pre-publication draft of a research paper or a report, or a work not otherwise reproduced in multiple copies."@en .
<http://purl.org/spar/fabio/Manuscript> <http://www.w3.org/2000/01/rdf-schema#label> "manuscript"@en .
<http://purl.org/spar/fabio/Manuscript> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:MediaTypeOrExtent a owl:Class ;
rdfs:label "media type or extent"@en ;
vann:example """
datacite:spar
dcterms:format <https://w3id.org/spar/mediatype/text/turtle> .
<https://w3id.org/spar/mediatype/text/turtle> a dcterms:MediaTypeOrExtent .
""" ;
vaem:rationale """
This is used to represent the particular format in which the metadata in a metadata document are stored.
Instead of creating a new media type every time, it is strongly suggested to reuse those already available in existing datasets, such as the “Media type as Linked Open Data” dataset (https://w3id.org/spar/mediatype).
""" ;
rdfs:comment "A media type or extent."@en ;
rdfs:isDefinedBy dcterms: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/MediaTypeOrExtent">
<rdfs:comment xml:lang="en">A media type or extent.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:label xml:lang="en">media type or extent</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
datacite:spar
dcterms:format <https://w3id.org/spar/mediatype/text/turtle> .
<https://w3id.org/spar/mediatype/text/turtle> a dcterms:MediaTypeOrExtent .
</vann:example>
<vaem:rationale>
This is used to represent the particular format in which the metadata in a metadata document are stored.
Instead of creating a new media type every time, it is strongly suggested to reuse those already available in existing datasets, such as the “Media type as Linked Open Data” dataset (https://w3id.org/spar/mediatype).
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/MediaTypeOrExtent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n datacite:spar\n dcterms:format <https://w3id.org/spar/mediatype/text/turtle> .\n\n <https://w3id.org/spar/mediatype/text/turtle> a dcterms:MediaTypeOrExtent .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@value": "\nThis is used to represent the particular format in which the metadata in a metadata document are stored. \n\nInstead of creating a new media type every time, it is strongly suggested to reuse those already available in existing datasets, such as the “Media type as Linked Open Data” dataset (https://w3id.org/spar/mediatype).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A media type or extent."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "media type or extent"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/MediaTypeOrExtent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/terms/MediaTypeOrExtent> <http://www.w3.org/2000/01/rdf-schema#label> "media type or extent"@en .
<http://purl.org/dc/terms/MediaTypeOrExtent> <http://purl.org/vocab/vann/example> "\n datacite:spar\n dcterms:format <https://w3id.org/spar/mediatype/text/turtle> .\n\n <https://w3id.org/spar/mediatype/text/turtle> a dcterms:MediaTypeOrExtent .\n " .
<http://purl.org/dc/terms/MediaTypeOrExtent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/MediaTypeOrExtent> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent the particular format in which the metadata in a metadata document are stored. \n\nInstead of creating a new media type every time, it is strongly suggested to reuse those already available in existing datasets, such as the “Media type as Linked Open Data” dataset (https://w3id.org/spar/mediatype).\n " .
<http://purl.org/dc/terms/MediaTypeOrExtent> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/MediaTypeOrExtent> <http://www.w3.org/2000/01/rdf-schema#comment> "A media type or extent."@en .
IRI: http://purl.org/spar/fabio/MetadataDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:MetadataDocument a owl:Class ;
rdfs:label "metadata document"@en ;
vann:example """
:my-metadata-document a fabio:MetadataDocument ;
datacite:hasIdentifier :my-metadata-document-id ;
datacite:usesMetadataScheme datacite:spar .
""" ;
vaem:rationale """
This is used to represent a document describing the metadata of a resource (e.g., a dataset).
The link between the resource and this document is provided using the [CiTO](http://purl.org/spar/cito) property `cito:citesAsMetadataDocument`.
The particular scheme followed for creating the resource metadata exemplified in the metadata document is expressed via the property `datacite:hasMetadataScheme` and the class `datacite:MetadataScheme`.
This is also used when the relation type between two resources involves the association of metadata to one by the other.
It is possible to specify a metadata scheme used by the particular metadata document under consideration to describe the metadata of the subject resource or of the related resource.
In addition to specifying a metadata scheme, in this case the metadata document can also be characterised by means of the class `fabio:MetatadaDocument`.
Each metadata scheme is an individual of the class `datacite:MetadataScheme`.
"""@en ;
rdfs:comment "A document that contains metadata information describing one or more characteristics of an entity."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/MetadataDocument">
<rdfs:label xml:lang="en">metadata document</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A document that contains metadata information describing one or more characteristics of an entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vaem:rationale xml:lang="en">
This is used to represent a document describing the metadata of a resource (e.g., a dataset).
The link between the resource and this document is provided using the [CiTO](http://purl.org/spar/cito) property `cito:citesAsMetadataDocument`.
The particular scheme followed for creating the resource metadata exemplified in the metadata document is expressed via the property `datacite:hasMetadataScheme` and the class `datacite:MetadataScheme`.
This is also used when the relation type between two resources involves the association of metadata to one by the other.
It is possible to specify a metadata scheme used by the particular metadata document under consideration to describe the metadata of the subject resource or of the related resource.
In addition to specifying a metadata scheme, in this case the metadata document can also be characterised by means of the class `fabio:MetatadaDocument`.
Each metadata scheme is an individual of the class `datacite:MetadataScheme`.
</vaem:rationale>
<vann:example>
:my-metadata-document a fabio:MetadataDocument ;
datacite:hasIdentifier :my-metadata-document-id ;
datacite:usesMetadataScheme datacite:spar .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/MetadataDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-metadata-document a fabio:MetadataDocument ;\n datacite:hasIdentifier :my-metadata-document-id ;\n datacite:usesMetadataScheme datacite:spar . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent a document describing the metadata of a resource (e.g., a dataset).\nThe link between the resource and this document is provided using the [CiTO](http://purl.org/spar/cito) property `cito:citesAsMetadataDocument`.\nThe particular scheme followed for creating the resource metadata exemplified in the metadata document is expressed via the property `datacite:hasMetadataScheme` and the class `datacite:MetadataScheme`.\n\nThis is also used when the relation type between two resources involves the association of metadata to one by the other.\nIt is possible to specify a metadata scheme used by the particular metadata document under consideration to describe the metadata of the subject resource or of the related resource.\nIn addition to specifying a metadata scheme, in this case the metadata document can also be characterised by means of the class `fabio:MetatadaDocument`.\nEach metadata scheme is an individual of the class `datacite:MetadataScheme`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document that contains metadata information describing one or more characteristics of an entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "metadata document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/MetadataDocument> <http://www.w3.org/2000/01/rdf-schema#label> "metadata document"@en .
<http://purl.org/spar/fabio/MetadataDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/MetadataDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/MetadataDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/MetadataDocument> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent a document describing the metadata of a resource (e.g., a dataset).\nThe link between the resource and this document is provided using the [CiTO](http://purl.org/spar/cito) property `cito:citesAsMetadataDocument`.\nThe particular scheme followed for creating the resource metadata exemplified in the metadata document is expressed via the property `datacite:hasMetadataScheme` and the class `datacite:MetadataScheme`.\n\nThis is also used when the relation type between two resources involves the association of metadata to one by the other.\nIt is possible to specify a metadata scheme used by the particular metadata document under consideration to describe the metadata of the subject resource or of the related resource.\nIn addition to specifying a metadata scheme, in this case the metadata document can also be characterised by means of the class `fabio:MetatadaDocument`.\nEach metadata scheme is an individual of the class `datacite:MetadataScheme`.\n "@en .
<http://purl.org/spar/fabio/MetadataDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "A document that contains metadata information describing one or more characteristics of an entity."@en .
<http://purl.org/spar/fabio/MetadataDocument> <http://purl.org/vocab/vann/example> "\n :my-metadata-document a fabio:MetadataDocument ;\n datacite:hasIdentifier :my-metadata-document-id ;\n datacite:usesMetadataScheme datacite:spar . \n " .
<http://purl.org/spar/fabio/MetadataDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/datacite/MetadataScheme
@prefix cito: <http://purl.org/spar/cito/> .
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:MetadataScheme a owl:Class ;
rdfs:label "metadata scheme"@en ;
vann:example """
:my-resource
cito:citesAsMetadataDocument :my-resource-metadata .
:my-resource-metadata a fabio:MetadataDocument ;
datacite:hasMetadataScheme datacite:spar .
datacite:spar a datacite:MetadataScheme .
""" ;
vaem:rationale """
This is used to represent the particular scheme followed for creating the resource metadata exemplified in the metadata document, via the property `datacite:hasMetadataScheme` and the class `datacite:MetadataScheme`.
This is also used when the relation type between two resources involves the association of metadata to one by the other.
It is possible to specify a metadata scheme used by the particular metadata document under consideration to describe the metadata of the subject resource or of the related resource.
In addition to specifying a metadata scheme, in this case the metadata document can also be characterised by means of the class `fabio:MetatadaDocument`.
Each metadata scheme is an individual of the class `datacite:MetadataScheme`.
"""@en ;
rdfs:comment "The class that describe metadata schemes used for creating a metadata document referring to a certain resource."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:seeAlso cito:citesAsMetadataDocument,
fabio:MetadataDocument ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/MetadataScheme">
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/MetadataDocument"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/citesAsMetadataDocument"/>
<rdfs:comment xml:lang="en">The class that describe metadata schemes used for creating a metadata document referring to a certain resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">metadata scheme</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource
cito:citesAsMetadataDocument :my-resource-metadata .
:my-resource-metadata a fabio:MetadataDocument ;
datacite:hasMetadataScheme datacite:spar .
datacite:spar a datacite:MetadataScheme .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to represent the particular scheme followed for creating the resource metadata exemplified in the metadata document, via the property `datacite:hasMetadataScheme` and the class `datacite:MetadataScheme`.
This is also used when the relation type between two resources involves the association of metadata to one by the other.
It is possible to specify a metadata scheme used by the particular metadata document under consideration to describe the metadata of the subject resource or of the related resource.
In addition to specifying a metadata scheme, in this case the metadata document can also be characterised by means of the class `fabio:MetatadaDocument`.
Each metadata scheme is an individual of the class `datacite:MetadataScheme`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/MetadataScheme",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n cito:citesAsMetadataDocument :my-resource-metadata .\n\n :my-resource-metadata a fabio:MetadataDocument ;\n datacite:hasMetadataScheme datacite:spar .\n\n datacite:spar a datacite:MetadataScheme .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent the particular scheme followed for creating the resource metadata exemplified in the metadata document, via the property `datacite:hasMetadataScheme` and the class `datacite:MetadataScheme`.\n\nThis is also used when the relation type between two resources involves the association of metadata to one by the other.\nIt is possible to specify a metadata scheme used by the particular metadata document under consideration to describe the metadata of the subject resource or of the related resource.\nIn addition to specifying a metadata scheme, in this case the metadata document can also be characterised by means of the class `fabio:MetatadaDocument`.\nEach metadata scheme is an individual of the class `datacite:MetadataScheme`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The class that describe metadata schemes used for creating a metadata document referring to a certain resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "metadata scheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/MetadataDocument"
},
{
"@id": "http://purl.org/spar/cito/citesAsMetadataDocument"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/MetadataScheme> <http://purl.org/vocab/vann/example> "\n :my-resource\n cito:citesAsMetadataDocument :my-resource-metadata .\n\n :my-resource-metadata a fabio:MetadataDocument ;\n datacite:hasMetadataScheme datacite:spar .\n\n datacite:spar a datacite:MetadataScheme .\n " .
<http://purl.org/spar/datacite/MetadataScheme> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/MetadataDocument> .
<http://purl.org/spar/datacite/MetadataScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "The class that describe metadata schemes used for creating a metadata document referring to a certain resource."@en .
<http://purl.org/spar/datacite/MetadataScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/MetadataScheme> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/citesAsMetadataDocument> .
<http://purl.org/spar/datacite/MetadataScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/MetadataScheme> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent the particular scheme followed for creating the resource metadata exemplified in the metadata document, via the property `datacite:hasMetadataScheme` and the class `datacite:MetadataScheme`.\n\nThis is also used when the relation type between two resources involves the association of metadata to one by the other.\nIt is possible to specify a metadata scheme used by the particular metadata document under consideration to describe the metadata of the subject resource or of the related resource.\nIn addition to specifying a metadata scheme, in this case the metadata document can also be characterised by means of the class `fabio:MetatadaDocument`.\nEach metadata scheme is an individual of the class `datacite:MetadataScheme`.\n "@en .
<http://purl.org/spar/datacite/MetadataScheme> <http://www.w3.org/2000/01/rdf-schema#label> "metadata scheme"@en .
<http://purl.org/spar/datacite/MetadataScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
IRI: http://purl.org/spar/fabio/Model
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Model a owl:Class ;
rdfs:label "model"@en ;
vann:example """
:my-model
datacite:hasGeneralResourceType fabio:Model .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Model").
"""@en ;
rdfs:comment "A mathematical, graphical or physical representation of some physical reality, conceptual idea or theoretical construct."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Model">
<rdfs:label xml:lang="en">model</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:comment xml:lang="en">A mathematical, graphical or physical representation of some physical reality, conceptual idea or theoretical construct.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Model").
</vaem:rationale>
<vann:example>
:my-model
datacite:hasGeneralResourceType fabio:Model .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Model",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-model\n datacite:hasGeneralResourceType fabio:Model .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Model\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A mathematical, graphical or physical representation of some physical reality, conceptual idea or theoretical construct."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "model"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Model> <http://www.w3.org/2000/01/rdf-schema#label> "model"@en .
<http://purl.org/spar/fabio/Model> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Model> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Model> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Model> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Model> <http://www.w3.org/2000/01/rdf-schema#comment> "A mathematical, graphical or physical representation of some physical reality, conceptual idea or theoretical construct."@en .
<http://purl.org/spar/fabio/Model> <http://purl.org/vocab/vann/example> "\n :my-model\n datacite:hasGeneralResourceType fabio:Model .\n " .
<http://purl.org/spar/fabio/Model> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Model\").\n "@en .
IRI: http://purl.org/dc/dcmitype/MovingImage
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcmitype:MovingImage a owl:Class ;
rdfs:label "moving image"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType dcmitype:MovingImage .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Audiovisual").
"""@en ;
rdfs:comment "A series of visual representations imparting an impression of motion when shown in succession."@en ;
rdfs:isDefinedBy dcmitype: ;
rdfs:subClassOf dcmitype:Image ;
vs:term_status reg:statusStable ;
skos:note """
Examples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation.
Instances of the type Moving Image must also be describable as instances of the broader type Image.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/MovingImage">
<rdfs:label xml:lang="en">moving image</rdfs:label>
<rdfs:comment xml:lang="en">A series of visual representations imparting an impression of motion when shown in succession.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/dcmitype/Image"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Audiovisual").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource
datacite:hasGeneralResourceType dcmitype:MovingImage .
</vann:example>
<skos:note xml:lang="en">
Examples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation.
Instances of the type Moving Image must also be describable as instances of the broader type Image.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/dcmitype/MovingImage",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:MovingImage .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Audiovisual\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A series of visual representations imparting an impression of motion when shown in succession."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/dcmitype/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "moving image"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/dc/dcmitype/Image"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nExamples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation. \nInstances of the type Moving Image must also be describable as instances of the broader type Image. \n "
}
]
}
]<http://purl.org/dc/dcmitype/MovingImage> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Audiovisual\").\n "@en .
<http://purl.org/dc/dcmitype/MovingImage> <http://www.w3.org/2000/01/rdf-schema#label> "moving image"@en .
<http://purl.org/dc/dcmitype/MovingImage> <http://www.w3.org/2000/01/rdf-schema#comment> "A series of visual representations imparting an impression of motion when shown in succession."@en .
<http://purl.org/dc/dcmitype/MovingImage> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/dcmitype/MovingImage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/dcmitype/MovingImage> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:MovingImage .\n " .
<http://purl.org/dc/dcmitype/MovingImage> <http://www.w3.org/2004/02/skos/core#note> "\nExamples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation. \nInstances of the type Moving Image must also be describable as instances of the broader type Image. \n "@en .
<http://purl.org/dc/dcmitype/MovingImage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/dcmitype/> .
<http://purl.org/dc/dcmitype/MovingImage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/dc/dcmitype/Image> .
IRI: http://purl.org/spar/fabio/Notebook
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
fabio:Notebook a owl:Class ;
rdfs:label "notebook"@en ;
rdfs:comment "A book containing personal notes, typically created by writing into a physical book with blank pages."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Book .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Notebook">
<rdfs:comment xml:lang="en">A book containing personal notes, typically created by writing into a physical book with blank pages.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">notebook</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Book"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Notebook",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A book containing personal notes, typically created by writing into a physical book with blank pages."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "notebook"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Book"
}
]
}
]<http://purl.org/spar/fabio/Notebook> <http://www.w3.org/2000/01/rdf-schema#comment> "A book containing personal notes, typically created by writing into a physical book with blank pages."@en .
<http://purl.org/spar/fabio/Notebook> <http://www.w3.org/2000/01/rdf-schema#label> "notebook"@en .
<http://purl.org/spar/fabio/Notebook> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Notebook> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Book> .
<http://purl.org/spar/fabio/Notebook> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
foaf:Organization a owl:Class ;
rdfs:label "organization"@en ;
vann:example """
:university-of-oxford a foaf:Organization .
""" ;
vaem:rationale """
This is used to represent agents that are organizations.
For example, an organization related to some resource can be specified by means of the class `foaf:Organization`.
"""@en ;
rdfs:comment "An organization."@en ;
rdfs:isDefinedBy foaf: ;
rdfs:subClassOf foaf:Agent ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Organization">
<rdfs:label xml:lang="en">organization</rdfs:label>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">An organization.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<vann:example>
:university-of-oxford a foaf:Organization .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to represent agents that are organizations.
For example, an organization related to some resource can be specified by means of the class `foaf:Organization`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://xmlns.com/foaf/0.1/Organization",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :university-of-oxford a foaf:Organization .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent agents that are organizations.\n\nFor example, an organization related to some resource can be specified by means of the class `foaf:Organization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An organization."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://xmlns.com/foaf/0.1/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "organization"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://xmlns.com/foaf/0.1/Organization> <http://www.w3.org/2000/01/rdf-schema#label> "organization"@en .
<http://xmlns.com/foaf/0.1/Organization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/Agent> .
<http://xmlns.com/foaf/0.1/Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://xmlns.com/foaf/0.1/Organization> <http://www.w3.org/2000/01/rdf-schema#comment> "An organization."@en .
<http://xmlns.com/foaf/0.1/Organization> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent agents that are organizations.\n\nFor example, an organization related to some resource can be specified by means of the class `foaf:Organization`.\n "@en .
<http://xmlns.com/foaf/0.1/Organization> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://xmlns.com/foaf/0.1/> .
<http://xmlns.com/foaf/0.1/Organization> <http://purl.org/vocab/vann/example> "\n :university-of-oxford a foaf:Organization .\n " .
<http://xmlns.com/foaf/0.1/Organization> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/OrganizationIdentifier
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:OrganizationIdentifier a owl:Class ;
rdfs:label "organization identifier"@en ;
vann:example """
:my-organization a foaf:Organization ;
datacite:hasIdentifier :my-organization-id .
:my-organization-id a datacite:OrganizationIdentifier ;
literal:hasLiteralValue "00wb4mk85" .
""" ;
vaem:rationale """
This is used to represent identifiers associated with organizations, modelled as instances of `foaf:Organization`.
An organization identifier belongs to a particular identifier scheme, such as ISNI, specified by an individual within the class `datacite:OrganizationIdentifierScheme`.
"""@en ;
rdfs:comment "An identifier that uniquely identities an individual organization."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom datacite:OrganizationIdentifier ;
owl:onProperty datacite:usesIdentifierScheme ],
datacite:AgentIdentifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/OrganizationIdentifier">
<rdfs:comment xml:lang="en">An identifier that uniquely identities an individual organization.</rdfs:comment>
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b23"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/AgentIdentifier"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">organization identifier</rdfs:label>
<vann:example>
:my-organization a foaf:Organization ;
datacite:hasIdentifier :my-organization-id .
:my-organization-id a datacite:OrganizationIdentifier ;
literal:hasLiteralValue "00wb4mk85" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to represent identifiers associated with organizations, modelled as instances of `foaf:Organization`.
An organization identifier belongs to a particular identifier scheme, such as ISNI, specified by an individual within the class `datacite:OrganizationIdentifierScheme`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b23">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/datacite/OrganizationIdentifier"/>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/usesIdentifierScheme"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/OrganizationIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-organization a foaf:Organization ;\n datacite:hasIdentifier :my-organization-id .\n\n :my-organization-id a datacite:OrganizationIdentifier ;\n literal:hasLiteralValue \"00wb4mk85\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent identifiers associated with organizations, modelled as instances of `foaf:Organization`.\n\nAn organization identifier belongs to a particular identifier scheme, such as ISNI, specified by an individual within the class `datacite:OrganizationIdentifierScheme`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier that uniquely identities an individual organization."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "organization identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b23"
},
{
"@id": "http://purl.org/spar/datacite/AgentIdentifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b23",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/OrganizationIdentifier"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/usesIdentifierScheme"
}
]
}
]<http://purl.org/spar/datacite/OrganizationIdentifier> <http://purl.org/vocab/vann/example> "\n :my-organization a foaf:Organization ;\n datacite:hasIdentifier :my-organization-id .\n\n :my-organization-id a datacite:OrganizationIdentifier ;\n literal:hasLiteralValue \"00wb4mk85\" .\n " .
<http://purl.org/spar/datacite/OrganizationIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier that uniquely identities an individual organization."@en .
<http://purl.org/spar/datacite/OrganizationIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/OrganizationIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b23 .
<http://purl.org/spar/datacite/OrganizationIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/AgentIdentifier> .
<http://purl.org/spar/datacite/OrganizationIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n16082fa6811145e08dfaeb8890637028b23 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/usesIdentifierScheme> .
<http://purl.org/spar/datacite/OrganizationIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/OrganizationIdentifier> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent identifiers associated with organizations, modelled as instances of `foaf:Organization`.\n\nAn organization identifier belongs to a particular identifier scheme, such as ISNI, specified by an individual within the class `datacite:OrganizationIdentifierScheme`.\n "@en .
<http://purl.org/spar/datacite/OrganizationIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "organization identifier"@en .
_:n16082fa6811145e08dfaeb8890637028b23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n16082fa6811145e08dfaeb8890637028b23 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/datacite/OrganizationIdentifier> .
IRI: http://purl.org/spar/datacite/OrganizationIdentifierScheme
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:OrganizationIdentifierScheme a owl:Class ;
rdfs:label "organization identifier scheme"@en ;
vann:example """
:my-organization a foaf:Organization ;
datacite:hasIdentifier :my-organization-id .
:my-organization-id a datacite:OrganizationIdentifier ;
datacite:usesIdentifierScheme datacite:ror .
datacite:ror a datacite:OrganizationIdentifierScheme .
""" ;
rdfs:comment "The identifier scheme used to identify an organization."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty [ owl:inverseOf datacite:usesIdentifierScheme ] ;
owl:someValuesFrom datacite:OrganizationIdentifier ],
datacite:AgentIdentifierScheme ;
vs:term_status reg:statusStable ;
skos:note """
This is used to specify the identifier scheme used by an organization identifier.
Individual schemes are defined as members of this class.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b28">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:nodeID="n16082fa6811145e08dfaeb8890637028b29"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/datacite/OrganizationIdentifier"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/datacite/OrganizationIdentifierScheme">
<rdfs:label xml:lang="en">organization identifier scheme</rdfs:label>
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b28"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/AgentIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">The identifier scheme used to identify an organization.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
This is used to specify the identifier scheme used by an organization identifier.
Individual schemes are defined as members of this class.
</skos:note>
<vann:example>
:my-organization a foaf:Organization ;
datacite:hasIdentifier :my-organization-id .
:my-organization-id a datacite:OrganizationIdentifier ;
datacite:usesIdentifierScheme datacite:ror .
datacite:ror a datacite:OrganizationIdentifierScheme .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b29">
<owl:inverseOf rdf:resource="http://purl.org/spar/datacite/usesIdentifierScheme"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/OrganizationIdentifierScheme",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-organization a foaf:Organization ;\n datacite:hasIdentifier :my-organization-id .\n\n :my-organization-id a datacite:OrganizationIdentifier ;\n datacite:usesIdentifierScheme datacite:ror .\n\n datacite:ror a datacite:OrganizationIdentifierScheme .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The identifier scheme used to identify an organization."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "organization identifier scheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b28"
},
{
"@id": "http://purl.org/spar/datacite/AgentIdentifierScheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThis is used to specify the identifier scheme used by an organization identifier.\n\nIndividual schemes are defined as members of this class.\n "
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b28",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b29"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/OrganizationIdentifier"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b29",
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/datacite/usesIdentifierScheme"
}
]
}
]_:n16082fa6811145e08dfaeb8890637028b28 <http://www.w3.org/2002/07/owl#onProperty> _:n16082fa6811145e08dfaeb8890637028b29 .
_:n16082fa6811145e08dfaeb8890637028b28 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/datacite/OrganizationIdentifier> .
<http://purl.org/spar/datacite/OrganizationIdentifierScheme> <http://www.w3.org/2004/02/skos/core#note> "\nThis is used to specify the identifier scheme used by an organization identifier.\n\nIndividual schemes are defined as members of this class.\n "@en .
_:n16082fa6811145e08dfaeb8890637028b28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/datacite/OrganizationIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#label> "organization identifier scheme"@en .
<http://purl.org/spar/datacite/OrganizationIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b28 .
<http://purl.org/spar/datacite/OrganizationIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/AgentIdentifierScheme> .
<http://purl.org/spar/datacite/OrganizationIdentifierScheme> <http://purl.org/vocab/vann/example> "\n :my-organization a foaf:Organization ;\n datacite:hasIdentifier :my-organization-id .\n\n :my-organization-id a datacite:OrganizationIdentifier ;\n datacite:usesIdentifierScheme datacite:ror .\n\n datacite:ror a datacite:OrganizationIdentifierScheme .\n " .
_:n16082fa6811145e08dfaeb8890637028b29 <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/datacite/usesIdentifierScheme> .
<http://purl.org/spar/datacite/OrganizationIdentifierScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/OrganizationIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/OrganizationIdentifierScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/OrganizationIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "The identifier scheme used to identify an organization."@en .
IRI: http://purl.org/spar/scoro/OrganizationalRole
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
scoro:OrganizationalRole a owl:Class ;
rdfs:label "organizational role"@en ;
rdfs:comment "A role that an agent might hold with respect to an organization and its administration, particularly within an academic context. Individual members of this class are used to specify particular roles."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf pro:Role .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/OrganizationalRole">
<rdfs:label xml:lang="en">organizational role</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pro/Role"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A role that an agent might hold with respect to an organization and its administration, particularly within an academic context. Individual members of this class are used to specify particular roles.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/OrganizationalRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role that an agent might hold with respect to an organization and its administration, particularly within an academic context. Individual members of this class are used to specify particular roles."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "organizational role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pro/Role"
}
]
}
]<http://purl.org/spar/scoro/OrganizationalRole> <http://www.w3.org/2000/01/rdf-schema#label> "organizational role"@en .
<http://purl.org/spar/scoro/OrganizationalRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/scoro/OrganizationalRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A role that an agent might hold with respect to an organization and its administration, particularly within an academic context. Individual members of this class are used to specify particular roles."@en .
<http://purl.org/spar/scoro/OrganizationalRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pro/Role> .
<http://purl.org/spar/scoro/OrganizationalRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/fabio/Periodical
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
fabio:Periodical a owl:Class ;
rdfs:label "periodical"@en ;
rdfs:comment "A publication issued on a regular and ongoing basis as a series of issues, each issue comprising separate periodical items, for example editorials, articles, news items and/or other writings."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Book .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Periodical">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A publication issued on a regular and ongoing basis as a series of issues, each issue comprising separate periodical items, for example editorials, articles, news items and/or other writings.</rdfs:comment>
<rdfs:label xml:lang="en">periodical</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Book"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Periodical",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A publication issued on a regular and ongoing basis as a series of issues, each issue comprising separate periodical items, for example editorials, articles, news items and/or other writings."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "periodical"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Book"
}
]
}
]<http://purl.org/spar/fabio/Periodical> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Periodical> <http://www.w3.org/2000/01/rdf-schema#label> "periodical"@en .
<http://purl.org/spar/fabio/Periodical> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Book> .
<http://purl.org/spar/fabio/Periodical> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Periodical> <http://www.w3.org/2000/01/rdf-schema#comment> "A publication issued on a regular and ongoing basis as a series of issues, each issue comprising separate periodical items, for example editorials, articles, news items and/or other writings."@en .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
foaf:Person a owl:Class ;
rdfs:label "person"@en ;
vann:example """
:david-shotton a foaf:Person .
""" ;
vaem:rationale """
This is used to represent agents that are people.
For example, a person related to some resource can be specified by means of the class `foaf:Person`.
"""@en ;
rdfs:comment "A person."@en ;
rdfs:isDefinedBy foaf: ;
rdfs:subClassOf foaf:Agent ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Person">
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:label xml:lang="en">person</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A person.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:david-shotton a foaf:Person .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to represent agents that are people.
For example, a person related to some resource can be specified by means of the class `foaf:Person`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://xmlns.com/foaf/0.1/Person",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton a foaf:Person .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent agents that are people.\n\nFor example, a person related to some resource can be specified by means of the class `foaf:Person`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A person."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://xmlns.com/foaf/0.1/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://xmlns.com/foaf/0.1/Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/Agent> .
<http://xmlns.com/foaf/0.1/Person> <http://www.w3.org/2000/01/rdf-schema#label> "person"@en .
<http://xmlns.com/foaf/0.1/Person> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent agents that are people.\n\nFor example, a person related to some resource can be specified by means of the class `foaf:Person`.\n "@en .
<http://xmlns.com/foaf/0.1/Person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://xmlns.com/foaf/0.1/Person> <http://www.w3.org/2000/01/rdf-schema#comment> "A person."@en .
<http://xmlns.com/foaf/0.1/Person> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://xmlns.com/foaf/0.1/> .
<http://xmlns.com/foaf/0.1/Person> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://xmlns.com/foaf/0.1/Person> <http://purl.org/vocab/vann/example> "\n :david-shotton a foaf:Person .\n " .
IRI: http://purl.org/spar/datacite/PersonalIdentifier
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:PersonalIdentifier a owl:Class ;
rdfs:label "personal identifier"@en ;
vann:example """
:david-shotton a foaf:Person ;
datacite:hasIdentifier :david-shotton-id .
:david-shotton-id a datacite:PersonalIdentifier ;
literal:hasLiteralValue "0000-0001-5506-523X" .
""" ;
vaem:rationale """
This is used to represent identifiers associated with people, modelled as instances of `foaf:Person`.
A personal identifier belongs to a particular identifier scheme, such as ORCID, specified by an individual within the class `datacite:PersonalIdentifierScheme`.
"""@en ;
rdfs:comment "An identifier that uniquely identifies an individual person."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom datacite:PersonalIdentifierScheme ;
owl:onProperty datacite:usesIdentifierScheme ],
datacite:AgentIdentifier ;
vs:term_status reg:statusStable .
[] a owl:AllDisjointClasses ;
owl:members ( datacite:FunderIdentifier datacite:PersonalIdentifier datacite:ResourceIdentifier datacite:RightsIdentifier ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/PersonalIdentifier">
<rdfs:label xml:lang="en">personal identifier</rdfs:label>
<rdfs:comment xml:lang="en">An identifier that uniquely identifies an individual person.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b24"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/AgentIdentifier"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:david-shotton a foaf:Person ;
datacite:hasIdentifier :david-shotton-id .
:david-shotton-id a datacite:PersonalIdentifier ;
literal:hasLiteralValue "0000-0001-5506-523X" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to represent identifiers associated with people, modelled as instances of `foaf:Person`.
A personal identifier belongs to a particular identifier scheme, such as ORCID, specified by an individual within the class `datacite:PersonalIdentifierScheme`.
</vaem:rationale>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b24">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/usesIdentifierScheme"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b58">
<rdf:first rdf:resource="http://purl.org/spar/datacite/RightsIdentifier"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b56">
<rdf:first rdf:resource="http://purl.org/spar/datacite/PersonalIdentifier"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b57"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b57">
<rdf:first rdf:resource="http://purl.org/spar/datacite/ResourceIdentifier"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b58"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b54">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n16082fa6811145e08dfaeb8890637028b55"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b55">
<rdf:first rdf:resource="http://purl.org/spar/datacite/FunderIdentifier"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b56"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/PersonalIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton a foaf:Person ;\n datacite:hasIdentifier :david-shotton-id .\n\n :david-shotton-id a datacite:PersonalIdentifier ;\n literal:hasLiteralValue \"0000-0001-5506-523X\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent identifiers associated with people, modelled as instances of `foaf:Person`.\n\nA personal identifier belongs to a particular identifier scheme, such as ORCID, specified by an individual within the class `datacite:PersonalIdentifierScheme`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier that uniquely identifies an individual person."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "personal identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b24"
},
{
"@id": "http://purl.org/spar/datacite/AgentIdentifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b24",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/PersonalIdentifierScheme"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/usesIdentifierScheme"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b54",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/datacite/FunderIdentifier"
},
{
"@id": "http://purl.org/spar/datacite/PersonalIdentifier"
},
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifier"
},
{
"@id": "http://purl.org/spar/datacite/RightsIdentifier"
}
]
}
]
}
]<http://purl.org/spar/datacite/PersonalIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "personal identifier"@en .
_:n16082fa6811145e08dfaeb8890637028b24 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/usesIdentifierScheme> .
<http://purl.org/spar/datacite/PersonalIdentifier> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent identifiers associated with people, modelled as instances of `foaf:Person`.\n\nA personal identifier belongs to a particular identifier scheme, such as ORCID, specified by an individual within the class `datacite:PersonalIdentifierScheme`.\n "@en .
<http://purl.org/spar/datacite/PersonalIdentifier> <http://purl.org/vocab/vann/example> "\n :david-shotton a foaf:Person ;\n datacite:hasIdentifier :david-shotton-id .\n\n :david-shotton-id a datacite:PersonalIdentifier ;\n literal:hasLiteralValue \"0000-0001-5506-523X\" .\n " .
<http://purl.org/spar/datacite/PersonalIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier that uniquely identifies an individual person."@en .
_:n16082fa6811145e08dfaeb8890637028b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/RightsIdentifier> .
<http://purl.org/spar/datacite/PersonalIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
_:n16082fa6811145e08dfaeb8890637028b24 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/PersonalIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/AgentIdentifier> .
<http://purl.org/spar/datacite/PersonalIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n16082fa6811145e08dfaeb8890637028b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b57 .
_:n16082fa6811145e08dfaeb8890637028b57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b58 .
_:n16082fa6811145e08dfaeb8890637028b57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/ResourceIdentifier> .
_:n16082fa6811145e08dfaeb8890637028b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/PersonalIdentifier> .
_:n16082fa6811145e08dfaeb8890637028b54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:n16082fa6811145e08dfaeb8890637028b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/datacite/PersonalIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b24 .
_:n16082fa6811145e08dfaeb8890637028b54 <http://www.w3.org/2002/07/owl#members> _:n16082fa6811145e08dfaeb8890637028b55 .
_:n16082fa6811145e08dfaeb8890637028b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/FunderIdentifier> .
_:n16082fa6811145e08dfaeb8890637028b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b56 .
<http://purl.org/spar/datacite/PersonalIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n16082fa6811145e08dfaeb8890637028b24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
IRI: http://purl.org/spar/datacite/PersonalIdentifierScheme
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:PersonalIdentifierScheme a owl:Class ;
rdfs:label "personal identifier scheme"@en ;
vann:example """
:david-shotton a foaf:Person ;
datacite:hasIdentifier :david-shotton-id .
:david-shotton-id a datacite:PersonalIdentifier ;
datacite:usesIdentifierScheme datacite:orcid .
datacite:orcid a datacite:PersonalIdentifierScheme .
""" ;
vaem:rationale """
This is used to specify the identifier scheme used by a personal identifier.
Individual schemes are defines as members of this class.
"""@en ;
rdfs:comment "The identifier scheme used to identify a person."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty [ owl:inverseOf datacite:usesIdentifierScheme ] ;
owl:someValuesFrom datacite:PersonalIdentifier ],
datacite:AgentIdentifierScheme ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b50">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:nodeID="n16082fa6811145e08dfaeb8890637028b51"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/datacite/PersonalIdentifier"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b51">
<owl:inverseOf rdf:resource="http://purl.org/spar/datacite/usesIdentifierScheme"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/datacite/PersonalIdentifierScheme">
<rdfs:label xml:lang="en">personal identifier scheme</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/AgentIdentifierScheme"/>
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b50"/>
<rdfs:comment xml:lang="en">The identifier scheme used to identify a person.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to specify the identifier scheme used by a personal identifier.
Individual schemes are defines as members of this class.
</vaem:rationale>
<vann:example>
:david-shotton a foaf:Person ;
datacite:hasIdentifier :david-shotton-id .
:david-shotton-id a datacite:PersonalIdentifier ;
datacite:usesIdentifierScheme datacite:orcid .
datacite:orcid a datacite:PersonalIdentifierScheme .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/PersonalIdentifierScheme",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton a foaf:Person ;\n datacite:hasIdentifier :david-shotton-id .\n\n :david-shotton-id a datacite:PersonalIdentifier ;\n datacite:usesIdentifierScheme datacite:orcid .\n\n datacite:orcid a datacite:PersonalIdentifierScheme .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the identifier scheme used by a personal identifier.\n\nIndividual schemes are defines as members of this class. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The identifier scheme used to identify a person."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "personal identifier scheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/datacite/AgentIdentifierScheme"
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b50"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b50",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b51"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/PersonalIdentifier"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b51",
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/datacite/usesIdentifierScheme"
}
]
}
]_:n16082fa6811145e08dfaeb8890637028b50 <http://www.w3.org/2002/07/owl#onProperty> _:n16082fa6811145e08dfaeb8890637028b51 .
_:n16082fa6811145e08dfaeb8890637028b51 <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/datacite/usesIdentifierScheme> .
<http://purl.org/spar/datacite/PersonalIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#label> "personal identifier scheme"@en .
_:n16082fa6811145e08dfaeb8890637028b50 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/datacite/PersonalIdentifier> .
<http://purl.org/spar/datacite/PersonalIdentifierScheme> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the identifier scheme used by a personal identifier.\n\nIndividual schemes are defines as members of this class. \n "@en .
<http://purl.org/spar/datacite/PersonalIdentifierScheme> <http://purl.org/vocab/vann/example> "\n :david-shotton a foaf:Person ;\n datacite:hasIdentifier :david-shotton-id .\n\n :david-shotton-id a datacite:PersonalIdentifier ;\n datacite:usesIdentifierScheme datacite:orcid .\n\n datacite:orcid a datacite:PersonalIdentifierScheme .\n " .
<http://purl.org/spar/datacite/PersonalIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/PersonalIdentifierScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n16082fa6811145e08dfaeb8890637028b50 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/datacite/PersonalIdentifierScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/PersonalIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/AgentIdentifierScheme> .
<http://purl.org/spar/datacite/PersonalIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b50 .
<http://purl.org/spar/datacite/PersonalIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "The identifier scheme used to identify a person."@en .
IRI: http://purl.org/dc/dcmitype/PhysicalObject
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcmitype:PhysicalObject a owl:Class ;
rdfs:label "physical object"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType dcmitype:PhysicalObject .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Physical Object").
"""@en ;
rdfs:comment "An inanimate, three-dimensional object or substance."@en ;
rdfs:isDefinedBy dcmitype: ;
vs:term_status reg:statusStable ;
skos:note """
Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/PhysicalObject">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">An inanimate, three-dimensional object or substance.</rdfs:comment>
<rdfs:label xml:lang="en">physical object</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Physical Object").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource
datacite:hasGeneralResourceType dcmitype:PhysicalObject .
</vann:example>
<skos:note xml:lang="en">
Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/dcmitype/PhysicalObject",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:PhysicalObject .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Physical Object\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An inanimate, three-dimensional object or substance."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/dcmitype/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "physical object"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nNote that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types. \n "
}
]
}
]<http://purl.org/dc/dcmitype/PhysicalObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/dcmitype/PhysicalObject> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Physical Object\").\n "@en .
<http://purl.org/dc/dcmitype/PhysicalObject> <http://www.w3.org/2004/02/skos/core#note> "\nNote that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types. \n "@en .
<http://purl.org/dc/dcmitype/PhysicalObject> <http://www.w3.org/2000/01/rdf-schema#label> "physical object"@en .
<http://purl.org/dc/dcmitype/PhysicalObject> <http://www.w3.org/2000/01/rdf-schema#comment> "An inanimate, three-dimensional object or substance."@en .
<http://purl.org/dc/dcmitype/PhysicalObject> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/dcmitype/PhysicalObject> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/dcmitype/> .
<http://purl.org/dc/dcmitype/PhysicalObject> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:PhysicalObject .\n " .
IRI: http://purl.org/spar/fabio/Preprint
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Preprint a owl:Class ;
rdfs:label "preprint"@en ;
vann:example """
:my-preprint
datacite:hasGeneralResourceType fabio:Preprint
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Preprint").
"""@en ;
rdfs:comment "The version of an author's original scholarly work, such as a research paper or a review, first submitted to publisher for publication."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Manuscript ;
vs:term_status reg:statusStable ;
skos:note """
For that version resubmitted after peer-review and revision, use `fabio:Postprint`. For the final published version use `fabio:DefinitiveVersion`.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Preprint">
<rdfs:comment xml:lang="en">The version of an author's original scholarly work, such as a research paper or a review, first submitted to publisher for publication.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Manuscript"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">preprint</rdfs:label>
<skos:note xml:lang="en">
For that version resubmitted after peer-review and revision, use `fabio:Postprint`. For the final published version use `fabio:DefinitiveVersion`.
</skos:note>
<vann:example>
:my-preprint
datacite:hasGeneralResourceType fabio:Preprint
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Preprint").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Preprint",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-preprint\n datacite:hasGeneralResourceType fabio:Preprint\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Preprint\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The version of an author's original scholarly work, such as a research paper or a review, first submitted to publisher for publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "preprint"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Manuscript"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nFor that version resubmitted after peer-review and revision, use `fabio:Postprint`. For the final published version use `fabio:DefinitiveVersion`.\n "
}
]
}
]<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/2000/01/rdf-schema#comment> "The version of an author's original scholarly work, such as a research paper or a review, first submitted to publisher for publication."@en .
<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Preprint> <http://purl.org/vocab/vann/example> "\n :my-preprint\n datacite:hasGeneralResourceType fabio:Preprint\n " .
<http://purl.org/spar/fabio/Preprint> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Preprint\").\n "@en .
<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Manuscript> .
<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/2004/02/skos/core#note> "\nFor that version resubmitted after peer-review and revision, use `fabio:Postprint`. For the final published version use `fabio:DefinitiveVersion`.\n "@en .
<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/2000/01/rdf-schema#label> "preprint"@en .
IRI: http://purl.org/spar/fabio/Presentation
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Presentation a owl:Class ;
rdfs:label "presentation"@en ;
vann:example """
:my-presentation
datacite:hasGeneralResourceType fabio:Presentation .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Presentation").
"""@en ;
rdfs:comment "A set of slides containing text, tables or figures, designed to communicate ideas or research results, for projection and viewing by an audience at a conference, symposium, seminar, lecture, workshop or other gatherings, typically embodied in a particular manifestation format such as a SlideShare or PowerPoint slideshow."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Presentation">
<rdfs:comment xml:lang="en">A set of slides containing text, tables or figures, designed to communicate ideas or research results, for projection and viewing by an audience at a conference, symposium, seminar, lecture, workshop or other gatherings, typically embodied in a particular manifestation format such as a SlideShare or PowerPoint slideshow.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">presentation</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-presentation
datacite:hasGeneralResourceType fabio:Presentation .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Presentation").
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Presentation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-presentation\n datacite:hasGeneralResourceType fabio:Presentation .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Presentation\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A set of slides containing text, tables or figures, designed to communicate ideas or research results, for projection and viewing by an audience at a conference, symposium, seminar, lecture, workshop or other gatherings, typically embodied in a particular manifestation format such as a SlideShare or PowerPoint slideshow."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "presentation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Presentation> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of slides containing text, tables or figures, designed to communicate ideas or research results, for projection and viewing by an audience at a conference, symposium, seminar, lecture, workshop or other gatherings, typically embodied in a particular manifestation format such as a SlideShare or PowerPoint slideshow."@en .
<http://purl.org/spar/fabio/Presentation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Presentation> <http://purl.org/vocab/vann/example> "\n :my-presentation\n datacite:hasGeneralResourceType fabio:Presentation .\n " .
<http://purl.org/spar/fabio/Presentation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Presentation> <http://www.w3.org/2000/01/rdf-schema#label> "presentation"@en .
<http://purl.org/spar/fabio/Presentation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Presentation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Presentation> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Presentation\").\n "@en .
IRI: http://purl.org/spar/datacite/PrimaryResourceIdentifier
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:PrimaryResourceIdentifier a owl:Class ;
rdfs:label "primary resource identifier"@en ;
vann:example """
:my-resource
datacite:hasIdentifier :my-resource-id .
:my-resource-id a datacite:PrimaryResourceIdentifier ;
literal:hasLiteralValue "10.1371/journal.pntd.0000228.g002.x001" ;
datacite:usesIdentifierScheme datacite:doi .
""" ;
vaem:rationale """
This is used to represent primary identifiers associated with resources.
This class uses a `datacite:IdentifierScheme` that is restricted to `datacite:doi`, an individual in the `datacite:ResourceIdentifierScheme`.
"""@en ;
rdfs:comment "An identifier that is used as the primary identifier to uniquely identifies the primary resource that is the subject of the DataCite metadata record."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:hasValue datacite:doi ;
owl:onProperty datacite:usesIdentifierScheme ],
datacite:ResourceIdentifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/PrimaryResourceIdentifier">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b3"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/ResourceIdentifier"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">primary resource identifier</rdfs:label>
<rdfs:comment xml:lang="en">An identifier that is used as the primary identifier to uniquely identifies the primary resource that is the subject of the DataCite metadata record.</rdfs:comment>
<vann:example>
:my-resource
datacite:hasIdentifier :my-resource-id .
:my-resource-id a datacite:PrimaryResourceIdentifier ;
literal:hasLiteralValue "10.1371/journal.pntd.0000228.g002.x001" ;
datacite:usesIdentifierScheme datacite:doi .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to represent primary identifiers associated with resources.
This class uses a `datacite:IdentifierScheme` that is restricted to `datacite:doi`, an individual in the `datacite:ResourceIdentifierScheme`.
</vaem:rationale>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b3">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:hasValue rdf:resource="http://purl.org/spar/datacite/doi"/>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/usesIdentifierScheme"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/PrimaryResourceIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasIdentifier :my-resource-id .\n\n :my-resource-id a datacite:PrimaryResourceIdentifier ;\n literal:hasLiteralValue \"10.1371/journal.pntd.0000228.g002.x001\" ;\n datacite:usesIdentifierScheme datacite:doi .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent primary identifiers associated with resources.\n\nThis class uses a `datacite:IdentifierScheme` that is restricted to `datacite:doi`, an individual in the `datacite:ResourceIdentifierScheme`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier that is used as the primary identifier to uniquely identifies the primary resource that is the subject of the DataCite metadata record."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "primary resource identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b3"
},
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b3",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#hasValue": [
{
"@id": "http://purl.org/spar/datacite/doi"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/usesIdentifierScheme"
}
]
}
]<http://purl.org/spar/datacite/PrimaryResourceIdentifier> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasIdentifier :my-resource-id .\n\n :my-resource-id a datacite:PrimaryResourceIdentifier ;\n literal:hasLiteralValue \"10.1371/journal.pntd.0000228.g002.x001\" ;\n datacite:usesIdentifierScheme datacite:doi .\n " .
<http://purl.org/spar/datacite/PrimaryResourceIdentifier> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent primary identifiers associated with resources.\n\nThis class uses a `datacite:IdentifierScheme` that is restricted to `datacite:doi`, an individual in the `datacite:ResourceIdentifierScheme`.\n "@en .
<http://purl.org/spar/datacite/PrimaryResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/PrimaryResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b3 .
<http://purl.org/spar/datacite/PrimaryResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/ResourceIdentifier> .
_:n16082fa6811145e08dfaeb8890637028b3 <http://www.w3.org/2002/07/owl#hasValue> <http://purl.org/spar/datacite/doi> .
<http://purl.org/spar/datacite/PrimaryResourceIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/PrimaryResourceIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n16082fa6811145e08dfaeb8890637028b3 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/usesIdentifierScheme> .
<http://purl.org/spar/datacite/PrimaryResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "primary resource identifier"@en .
_:n16082fa6811145e08dfaeb8890637028b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/datacite/PrimaryResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier that is used as the primary identifier to uniquely identifies the primary resource that is the subject of the DataCite metadata record."@en .
IRI: http://purl.org/spar/fabio/ProceedingsPaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
fabio:ProceedingsPaper a owl:Class ;
rdfs:label "proceedings paper"@en ;
rdfs:comment "A paper, typically the realization of a research paper reporting original research findings, usually published within an academic proceedings volume."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ProceedingsPaper">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A paper, typically the realization of a research paper reporting original research findings, usually published within an academic proceedings volume.</rdfs:comment>
<rdfs:label xml:lang="en">proceedings paper</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ProceedingsPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A paper, typically the realization of a research paper reporting original research findings, usually published within an academic proceedings volume."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "proceedings paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
]
}
]<http://purl.org/spar/fabio/ProceedingsPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ProceedingsPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A paper, typically the realization of a research paper reporting original research findings, usually published within an academic proceedings volume."@en .
<http://purl.org/spar/fabio/ProceedingsPaper> <http://www.w3.org/2000/01/rdf-schema#label> "proceedings paper"@en .
<http://purl.org/spar/fabio/ProceedingsPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ProceedingsPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
IRI: http://purl.org/spar/fabio/ProjectPlan
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ProjectPlan a owl:Class ;
rdfs:label "project plan"@en ;
vann:example """
:my-project-plan
datacite:hasGeneralResourceType fabio:ProjectPlan .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Project").
"""@en ;
rdfs:comment "A document used to guide project planning, execution and control, specifying the project's goal and objectives and the activities and resources required to achieve these, setting out the project schedule, and identifying the major workpackages, milestones and deliverables. A project plan will typically contain a Gantt chart."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ProjectPlan">
<rdfs:label xml:lang="en">project plan</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A document used to guide project planning, execution and control, specifying the project's goal and objectives and the activities and resources required to achieve these, setting out the project schedule, and identifying the major workpackages, milestones and deliverables. A project plan will typically contain a Gantt chart.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Project").
</vaem:rationale>
<vann:example>
:my-project-plan
datacite:hasGeneralResourceType fabio:ProjectPlan .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ProjectPlan",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-project-plan\n datacite:hasGeneralResourceType fabio:ProjectPlan .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Project\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document used to guide project planning, execution and control, specifying the project's goal and objectives and the activities and resources required to achieve these, setting out the project schedule, and identifying the major workpackages, milestones and deliverables. A project plan will typically contain a Gantt chart."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "project plan"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ProjectPlan> <http://www.w3.org/2000/01/rdf-schema#label> "project plan"@en .
<http://purl.org/spar/fabio/ProjectPlan> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/ProjectPlan> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ProjectPlan> <http://purl.org/vocab/vann/example> "\n :my-project-plan\n datacite:hasGeneralResourceType fabio:ProjectPlan .\n " .
<http://purl.org/spar/fabio/ProjectPlan> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Project\").\n "@en .
<http://purl.org/spar/fabio/ProjectPlan> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ProjectPlan> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ProjectPlan> <http://www.w3.org/2000/01/rdf-schema#comment> "A document used to guide project planning, execution and control, specifying the project's goal and objectives and the activities and resources required to achieve these, setting out the project schedule, and identifying the major workpackages, milestones and deliverables. A project plan will typically contain a Gantt chart."@en .
IRI: http://purl.org/spar/scoro/ProjectRole
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
scoro:ProjectRole a owl:Class ;
rdfs:label "project role"@en ;
rdfs:comment "A role that an agent might hold with respect to a project. Individual members of this class are used to specify particular roles."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:subClassOf pro:Role .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/ProjectRole">
<rdfs:label xml:lang="en">project role</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pro/Role"/>
<rdfs:comment xml:lang="en">A role that an agent might hold with respect to a project. Individual members of this class are used to specify particular roles.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/ProjectRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role that an agent might hold with respect to a project. Individual members of this class are used to specify particular roles."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "project role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pro/Role"
}
]
}
]<http://purl.org/spar/scoro/ProjectRole> <http://www.w3.org/2000/01/rdf-schema#label> "project role"@en .
<http://purl.org/spar/scoro/ProjectRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/scoro/ProjectRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pro/Role> .
<http://purl.org/spar/scoro/ProjectRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A role that an agent might hold with respect to a project. Individual members of this class are used to specify particular roles."@en .
<http://purl.org/spar/scoro/ProjectRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/pro/PublishingRole
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
pro:PublishingRole a owl:Class ;
rdfs:label "publishing role"@en ;
rdfs:comment "A role an agent may have with respect to the publishing process. Individual members of this class are used to specify particular roles."@en ;
rdfs:isDefinedBy pro: ;
rdfs:subClassOf pro:Role .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/PublishingRole">
<rdfs:label xml:lang="en">publishing role</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<rdfs:comment xml:lang="en">A role an agent may have with respect to the publishing process. Individual members of this class are used to specify particular roles.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/pro/Role"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/PublishingRole",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role an agent may have with respect to the publishing process. Individual members of this class are used to specify particular roles."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "publishing role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/pro/Role"
}
]
}
]<http://purl.org/spar/pro/PublishingRole> <http://www.w3.org/2000/01/rdf-schema#label> "publishing role"@en .
<http://purl.org/spar/pro/PublishingRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/PublishingRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A role an agent may have with respect to the publishing process. Individual members of this class are used to specify particular roles."@en .
<http://purl.org/spar/pro/PublishingRole> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/pro/Role> .
<http://purl.org/spar/pro/PublishingRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/datacite/QualifiedRelation
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:QualifiedRelation a owl:Class ;
rdfs:label "qualified relation"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationSubject :my-resource ;
datacite:hasRelationObject :my-article ;
datacite:hasRelationCharacterization cito:isCitedBy .
""" ;
vaem:rationale """
This is used to represent qualified relations between two resources, which can be described using various properties (e.g., `dcterms:description`).
"""@en ;
rdfs:comment "A class representing a reified relation between two resources, allowing the assignment of a specific role or type to the relationship."@en ;
rdfs:isDefinedBy datacite: ;
owl:equivalentClass [ a owl:Class ;
owl:intersectionOf ( sit:Situation [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty datacite:hasRelationCharacterization ] [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty datacite:hasRelationObject ] [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty datacite:hasRelationSubject ] ) ] ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b44">
<rdf:first rdf:nodeID="n16082fa6811145e08dfaeb8890637028b40"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b45"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b41">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/hasRelationObject"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/datacite/QualifiedRelation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">qualified relation</rdfs:label>
<owl:equivalentClass rdf:nodeID="n16082fa6811145e08dfaeb8890637028b39"/>
<rdfs:comment xml:lang="en">A class representing a reified relation between two resources, allowing the assignment of a specific role or type to the relationship.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationSubject :my-resource ;
datacite:hasRelationObject :my-article ;
datacite:hasRelationCharacterization cito:isCitedBy .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to represent qualified relations between two resources, which can be described using various properties (e.g., `dcterms:description`).
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b43">
<rdf:first rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b44"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b45">
<rdf:first rdf:nodeID="n16082fa6811145e08dfaeb8890637028b41"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b46"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b42">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/hasRelationSubject"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b39">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b43"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b40">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/hasRelationCharacterization"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b46">
<rdf:first rdf:nodeID="n16082fa6811145e08dfaeb8890637028b42"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/QualifiedRelation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationSubject :my-resource ;\n datacite:hasRelationObject :my-article ;\n datacite:hasRelationCharacterization cito:isCitedBy .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent qualified relations between two resources, which can be described using various properties (e.g., `dcterms:description`).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A class representing a reified relation between two resources, allowing the assignment of a specific role or type to the relationship."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "qualified relation"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b39"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b39",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation"
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b40"
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b41"
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b42"
}
]
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b40",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/hasRelationCharacterization"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b41",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/hasRelationObject"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b42",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/hasRelationSubject"
}
]
}
]_:n16082fa6811145e08dfaeb8890637028b44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b45 .
_:n16082fa6811145e08dfaeb8890637028b41 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/hasRelationObject> .
<http://purl.org/spar/datacite/QualifiedRelation> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationSubject :my-resource ;\n datacite:hasRelationObject :my-article ;\n datacite:hasRelationCharacterization cito:isCitedBy .\n " .
_:n16082fa6811145e08dfaeb8890637028b43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b44 .
_:n16082fa6811145e08dfaeb8890637028b45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b46 .
_:n16082fa6811145e08dfaeb8890637028b42 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/hasRelationSubject> .
<http://purl.org/spar/datacite/QualifiedRelation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n16082fa6811145e08dfaeb8890637028b43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> .
_:n16082fa6811145e08dfaeb8890637028b42 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
_:n16082fa6811145e08dfaeb8890637028b39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n16082fa6811145e08dfaeb8890637028b39 <http://www.w3.org/2002/07/owl#intersectionOf> _:n16082fa6811145e08dfaeb8890637028b43 .
_:n16082fa6811145e08dfaeb8890637028b40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n16082fa6811145e08dfaeb8890637028b45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n16082fa6811145e08dfaeb8890637028b41 .
<http://purl.org/spar/datacite/QualifiedRelation> <http://www.w3.org/2002/07/owl#equivalentClass> _:n16082fa6811145e08dfaeb8890637028b39 .
<http://purl.org/spar/datacite/QualifiedRelation> <http://www.w3.org/2000/01/rdf-schema#comment> "A class representing a reified relation between two resources, allowing the assignment of a specific role or type to the relationship."@en .
<http://purl.org/spar/datacite/QualifiedRelation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
_:n16082fa6811145e08dfaeb8890637028b41 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/datacite/QualifiedRelation> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent qualified relations between two resources, which can be described using various properties (e.g., `dcterms:description`).\n "@en .
<http://purl.org/spar/datacite/QualifiedRelation> <http://www.w3.org/2000/01/rdf-schema#label> "qualified relation"@en .
_:n16082fa6811145e08dfaeb8890637028b40 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/hasRelationCharacterization> .
<http://purl.org/spar/datacite/QualifiedRelation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n16082fa6811145e08dfaeb8890637028b42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n16082fa6811145e08dfaeb8890637028b46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n16082fa6811145e08dfaeb8890637028b46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n16082fa6811145e08dfaeb8890637028b42 .
_:n16082fa6811145e08dfaeb8890637028b44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n16082fa6811145e08dfaeb8890637028b40 .
_:n16082fa6811145e08dfaeb8890637028b40 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
_:n16082fa6811145e08dfaeb8890637028b41 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
IRI: http://purl.org/spar/fabio/Report
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Report a owl:Class ;
rdfs:label "report"@en ;
vann:example """
:my-report
datacite:hasGeneralResourceType fabio:Report .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Study Registration").
"""@en ;
rdfs:comment "A formal factual, methodological, statistical, technical or research report issued by an individual, group, agency, government body or other institution."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Report">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A formal factual, methodological, statistical, technical or research report issued by an individual, group, agency, government body or other institution.</rdfs:comment>
<rdfs:label xml:lang="en">report</rdfs:label>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Study Registration").
</vaem:rationale>
<vann:example>
:my-report
datacite:hasGeneralResourceType fabio:Report .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Report",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-report \n datacite:hasGeneralResourceType fabio:Report .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Study Registration\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A formal factual, methodological, statistical, technical or research report issued by an individual, group, agency, government body or other institution."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "report"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Report> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Report> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Report> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Study Registration\").\n "@en .
<http://purl.org/spar/fabio/Report> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Report> <http://purl.org/vocab/vann/example> "\n :my-report \n datacite:hasGeneralResourceType fabio:Report .\n " .
<http://purl.org/spar/fabio/Report> <http://www.w3.org/2000/01/rdf-schema#comment> "A formal factual, methodological, statistical, technical or research report issued by an individual, group, agency, government body or other institution."@en .
<http://purl.org/spar/fabio/Report> <http://www.w3.org/2000/01/rdf-schema#label> "report"@en .
<http://purl.org/spar/fabio/Report> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/ReportDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ReportDocument a owl:Class ;
rdfs:label "report document"@en ;
vann:example """
:my-report-document a fabio:ReportDocument ;
fabio:hasSequenceIdentifier "3" .
""",
"""
:my-resource
datacite:hasGeneralResourceType fabio:ReportDocument .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Report").
This is also used in combination with `fabio:hasSequenceIdentifier` to specify the sequence identifier/number type.
"""@en ;
rdfs:comment "The realization of a report, usually in printed form."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Report ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ReportDocument">
<rdfs:label xml:lang="en">report document</rdfs:label>
<rdfs:comment xml:lang="en">The realization of a report, usually in printed form.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b9"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Report").
This is also used in combination with `fabio:hasSequenceIdentifier` to specify the sequence identifier/number type.
</vaem:rationale>
<vann:example>
:my-report-document a fabio:ReportDocument ;
fabio:hasSequenceIdentifier "3" .
</vann:example>
<vann:example>
:my-resource
datacite:hasGeneralResourceType fabio:ReportDocument .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b9">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Report"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ReportDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-report-document a fabio:ReportDocument ;\n fabio:hasSequenceIdentifier \"3\" .\n "
},
{
"@value": "\n :my-resource \n datacite:hasGeneralResourceType fabio:ReportDocument .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Report\").\n\nThis is also used in combination with `fabio:hasSequenceIdentifier` to specify the sequence identifier/number type.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The realization of a report, usually in printed form."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "report document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b9"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b9",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Report"
}
]
}
]<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/2000/01/rdf-schema#label> "report document"@en .
<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "The realization of a report, usually in printed form."@en .
<http://purl.org/spar/fabio/ReportDocument> <http://purl.org/vocab/vann/example> "\n :my-report-document a fabio:ReportDocument ;\n fabio:hasSequenceIdentifier \"3\" .\n " .
_:n16082fa6811145e08dfaeb8890637028b9 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Report> .
_:n16082fa6811145e08dfaeb8890637028b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/ReportDocument> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Report\").\n\nThis is also used in combination with `fabio:hasSequenceIdentifier` to specify the sequence identifier/number type.\n "@en .
<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:n16082fa6811145e08dfaeb8890637028b9 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/ReportDocument> <http://purl.org/vocab/vann/example> "\n :my-resource \n datacite:hasGeneralResourceType fabio:ReportDocument .\n " .
<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b9 .
<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/cerif/frapo/ResearchGroup
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix frapo: <http://purl.org/cerif/frapo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frapo:ResearchGroup a owl:Class ;
rdfs:label "research group"@en ;
vann:example """
:my-research-group a frapo:ResearchGroup .
""" ;
vaem:rationale """
This is used to represent the role of research group, conceptualised as a group of people working together in research.
For example, a research group related to some resource can be specified as a type (by means of the property `rdf:type`) by means of the class `frapo:ResearchGroup`.
"""@en ;
rdfs:comment "A group of people, usually within a university department or a research institute, and typically under a single group leader, dedicated to working together to undertake research on one or more topics. May also be called a research unit."@en ;
rdfs:isDefinedBy frapo: ;
rdfs:subClassOf foaf:Group ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/cerif/frapo/ResearchGroup">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/cerif/frapo/"/>
<rdfs:comment xml:lang="en">A group of people, usually within a university department or a research institute, and typically under a single group leader, dedicated to working together to undertake research on one or more topics. May also be called a research unit.</rdfs:comment>
<rdfs:label xml:lang="en">research group</rdfs:label>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Group"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-group a frapo:ResearchGroup .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to represent the role of research group, conceptualised as a group of people working together in research.
For example, a research group related to some resource can be specified as a type (by means of the property `rdf:type`) by means of the class `frapo:ResearchGroup`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/cerif/frapo/ResearchGroup",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-group a frapo:ResearchGroup .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent the role of research group, conceptualised as a group of people working together in research.\n\nFor example, a research group related to some resource can be specified as a type (by means of the property `rdf:type`) by means of the class `frapo:ResearchGroup`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A group of people, usually within a university department or a research institute, and typically under a single group leader, dedicated to working together to undertake research on one or more topics. May also be called a research unit."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/cerif/frapo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "research group"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://xmlns.com/foaf/0.1/Group"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/cerif/frapo/ResearchGroup> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/cerif/frapo/ResearchGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/cerif/frapo/ResearchGroup> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/cerif/frapo/> .
<http://purl.org/cerif/frapo/ResearchGroup> <http://purl.org/vocab/vann/example> "\n :my-research-group a frapo:ResearchGroup .\n " .
<http://purl.org/cerif/frapo/ResearchGroup> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent the role of research group, conceptualised as a group of people working together in research.\n\nFor example, a research group related to some resource can be specified as a type (by means of the property `rdf:type`) by means of the class `frapo:ResearchGroup`.\n "@en .
<http://purl.org/cerif/frapo/ResearchGroup> <http://www.w3.org/2000/01/rdf-schema#comment> "A group of people, usually within a university department or a research institute, and typically under a single group leader, dedicated to working together to undertake research on one or more topics. May also be called a research unit."@en .
<http://purl.org/cerif/frapo/ResearchGroup> <http://www.w3.org/2000/01/rdf-schema#label> "research group"@en .
<http://purl.org/cerif/frapo/ResearchGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://xmlns.com/foaf/0.1/Group> .
IRI: http://purl.org/spar/datacite/ResourceIdentifier
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:ResourceIdentifier a owl:Class ;
rdfs:label "resource identifier"@en ;
vann:example """
:my-resource
datacite:hasIdentifier :my-resource-id .
:my-resource-id a datacite:ResourceIdentifier ;
literal:hasLiteralValue "10.3457/1098.a45" .
""" ;
vaem:rationale """
This is used to represent identifiers associated with resources.
An alternate resource identifier belongs to a particular scheme, such as ISBN, specified by an individual that is a member of the class `datacite:ResourceIdentifierScheme`.
"""@en ;
rdfs:comment "An identifier that is used to uniquely identify a resource."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom datacite:ResourceIdentifierScheme ;
owl:onProperty datacite:usesIdentifierScheme ],
datacite:Identifier ;
vs:term_status reg:statusStable .
[] a owl:AllDisjointClasses ;
owl:members ( datacite:FunderIdentifier datacite:PersonalIdentifier datacite:ResourceIdentifier datacite:RightsIdentifier ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b58">
<rdf:first rdf:resource="http://purl.org/spar/datacite/RightsIdentifier"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/datacite/ResourceIdentifier">
<rdfs:comment xml:lang="en">An identifier that is used to uniquely identify a resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">resource identifier</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/Identifier"/>
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b49"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vann:example>
:my-resource
datacite:hasIdentifier :my-resource-id .
:my-resource-id a datacite:ResourceIdentifier ;
literal:hasLiteralValue "10.3457/1098.a45" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to represent identifiers associated with resources.
An alternate resource identifier belongs to a particular scheme, such as ISBN, specified by an individual that is a member of the class `datacite:ResourceIdentifierScheme`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b49">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/usesIdentifierScheme"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b56">
<rdf:first rdf:resource="http://purl.org/spar/datacite/PersonalIdentifier"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b57"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b57">
<rdf:first rdf:resource="http://purl.org/spar/datacite/ResourceIdentifier"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b58"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b54">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n16082fa6811145e08dfaeb8890637028b55"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b55">
<rdf:first rdf:resource="http://purl.org/spar/datacite/FunderIdentifier"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b56"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasIdentifier :my-resource-id .\n\n :my-resource-id a datacite:ResourceIdentifier ;\n literal:hasLiteralValue \"10.3457/1098.a45\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent identifiers associated with resources.\n\nAn alternate resource identifier belongs to a particular scheme, such as ISBN, specified by an individual that is a member of the class `datacite:ResourceIdentifierScheme`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier that is used to uniquely identify a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "resource identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/datacite/Identifier"
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b49"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b49",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifierScheme"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/usesIdentifierScheme"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b54",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/datacite/FunderIdentifier"
},
{
"@id": "http://purl.org/spar/datacite/PersonalIdentifier"
},
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifier"
},
{
"@id": "http://purl.org/spar/datacite/RightsIdentifier"
}
]
}
]
}
]_:n16082fa6811145e08dfaeb8890637028b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/RightsIdentifier> .
<http://purl.org/spar/datacite/ResourceIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n16082fa6811145e08dfaeb8890637028b49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n16082fa6811145e08dfaeb8890637028b49 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/usesIdentifierScheme> .
<http://purl.org/spar/datacite/ResourceIdentifier> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent identifiers associated with resources.\n\nAn alternate resource identifier belongs to a particular scheme, such as ISBN, specified by an individual that is a member of the class `datacite:ResourceIdentifierScheme`.\n "@en .
_:n16082fa6811145e08dfaeb8890637028b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b57 .
<http://purl.org/spar/datacite/ResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
_:n16082fa6811145e08dfaeb8890637028b57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b58 .
_:n16082fa6811145e08dfaeb8890637028b57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/ResourceIdentifier> .
_:n16082fa6811145e08dfaeb8890637028b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/PersonalIdentifier> .
<http://purl.org/spar/datacite/ResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier that is used to uniquely identify a resource."@en .
<http://purl.org/spar/datacite/ResourceIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/ResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "resource identifier"@en .
_:n16082fa6811145e08dfaeb8890637028b54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:n16082fa6811145e08dfaeb8890637028b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n16082fa6811145e08dfaeb8890637028b54 <http://www.w3.org/2002/07/owl#members> _:n16082fa6811145e08dfaeb8890637028b55 .
_:n16082fa6811145e08dfaeb8890637028b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/FunderIdentifier> .
_:n16082fa6811145e08dfaeb8890637028b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b56 .
_:n16082fa6811145e08dfaeb8890637028b49 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/ResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/Identifier> .
<http://purl.org/spar/datacite/ResourceIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b49 .
<http://purl.org/spar/datacite/ResourceIdentifier> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasIdentifier :my-resource-id .\n\n :my-resource-id a datacite:ResourceIdentifier ;\n literal:hasLiteralValue \"10.3457/1098.a45\" .\n " .
IRI: http://purl.org/spar/datacite/ResourceIdentifierScheme
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:ResourceIdentifierScheme a owl:Class ;
rdfs:label "resource identifier scheme"@en ;
vann:example """
:my-resource
datacite:hasIdentifier :my-resource-id .
:my-resource-id a datacite:ResourceIdentifier ;
datacite:usesIdentifierScheme datacite:doi .
datacite:doi a datacite:ResourceIdentifierScheme .
""" ;
vaem:rationale """
This is used to specify the identifier scheme used by a resource identifier.
Individual schemes are defines as members of this class.
For DataCite, the only permitted identifier scheme for the primary resource identifier is the Digital Object Identifier (`datacite:doi`).
"""@en ;
rdfs:comment "The identifier scheme used to identify a resource."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty [ owl:inverseOf datacite:usesIdentifierScheme ] ;
owl:someValuesFrom datacite:ResourceIdentifier ],
datacite:IdentifierScheme ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b52">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:nodeID="n16082fa6811145e08dfaeb8890637028b53"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/datacite/ResourceIdentifier"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b53">
<owl:inverseOf rdf:resource="http://purl.org/spar/datacite/usesIdentifierScheme"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/datacite/ResourceIdentifierScheme">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<rdfs:subClassOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b52"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">The identifier scheme used to identify a resource.</rdfs:comment>
<rdfs:label xml:lang="en">resource identifier scheme</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource
datacite:hasIdentifier :my-resource-id .
:my-resource-id a datacite:ResourceIdentifier ;
datacite:usesIdentifierScheme datacite:doi .
datacite:doi a datacite:ResourceIdentifierScheme .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to specify the identifier scheme used by a resource identifier.
Individual schemes are defines as members of this class.
For DataCite, the only permitted identifier scheme for the primary resource identifier is the Digital Object Identifier (`datacite:doi`).
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifierScheme",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasIdentifier :my-resource-id .\n\n :my-resource-id a datacite:ResourceIdentifier ;\n datacite:usesIdentifierScheme datacite:doi .\n \n datacite:doi a datacite:ResourceIdentifierScheme .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the identifier scheme used by a resource identifier.\n\nIndividual schemes are defines as members of this class. \nFor DataCite, the only permitted identifier scheme for the primary resource identifier is the Digital Object Identifier (`datacite:doi`).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The identifier scheme used to identify a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "resource identifier scheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/datacite/IdentifierScheme"
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b52"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b52",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b53"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifier"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b53",
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/datacite/usesIdentifierScheme"
}
]
}
]_:n16082fa6811145e08dfaeb8890637028b52 <http://www.w3.org/2002/07/owl#onProperty> _:n16082fa6811145e08dfaeb8890637028b53 .
_:n16082fa6811145e08dfaeb8890637028b53 <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/datacite/usesIdentifierScheme> .
<http://purl.org/spar/datacite/ResourceIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
_:n16082fa6811145e08dfaeb8890637028b52 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/datacite/ResourceIdentifier> .
<http://purl.org/spar/datacite/ResourceIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/IdentifierScheme> .
<http://purl.org/spar/datacite/ResourceIdentifierScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/ResourceIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "The identifier scheme used to identify a resource."@en .
<http://purl.org/spar/datacite/ResourceIdentifierScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/ResourceIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n16082fa6811145e08dfaeb8890637028b52 .
<http://purl.org/spar/datacite/ResourceIdentifierScheme> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasIdentifier :my-resource-id .\n\n :my-resource-id a datacite:ResourceIdentifier ;\n datacite:usesIdentifierScheme datacite:doi .\n \n datacite:doi a datacite:ResourceIdentifierScheme .\n " .
<http://purl.org/spar/datacite/ResourceIdentifierScheme> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the identifier scheme used by a resource identifier.\n\nIndividual schemes are defines as members of this class. \nFor DataCite, the only permitted identifier scheme for the primary resource identifier is the Digital Object Identifier (`datacite:doi`).\n "@en .
_:n16082fa6811145e08dfaeb8890637028b52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/datacite/ResourceIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#label> "resource identifier scheme"@en .
IRI: http://purl.org/spar/fabio/ResourcePaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ResourcePaper a owl:Class ;
rdfs:label "resource paper"@en ;
vann:example """
:my-resource-paper
datacite:hasGeneralResourceType fabio:ResourcePaper .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Data Paper").
"""@en ;
rdfs:comment "A scholarly work that describes resources developed to provide experimental materials or facilities, support a research hypothesis, to provide answers to a research question, or that have contributed to the generation of novel scientific work."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ScholarlyWork ;
vs:term_status reg:statusStable ;
skos:note """
Examples of such resources include, for experimental sciences, mouse mutant lines and large communally used X-ray or neutron sources, and, for computer sciences, datasets, ontologies, vocabularies, ontology design patterns, evaluation benchmarks or methods, services, APIs and software frameworks, workflows, crowdsourcing task designs, protocols and metrics.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ResourcePaper">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ScholarlyWork"/>
<rdfs:comment xml:lang="en">A scholarly work that describes resources developed to provide experimental materials or facilities, support a research hypothesis, to provide answers to a research question, or that have contributed to the generation of novel scientific work.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">resource paper</rdfs:label>
<skos:note xml:lang="en">
Examples of such resources include, for experimental sciences, mouse mutant lines and large communally used X-ray or neutron sources, and, for computer sciences, datasets, ontologies, vocabularies, ontology design patterns, evaluation benchmarks or methods, services, APIs and software frameworks, workflows, crowdsourcing task designs, protocols and metrics.
</skos:note>
<vann:example>
:my-resource-paper
datacite:hasGeneralResourceType fabio:ResourcePaper .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Data Paper").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ResourcePaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-paper\n datacite:hasGeneralResourceType fabio:ResourcePaper .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Data Paper\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A scholarly work that describes resources developed to provide experimental materials or facilities, support a research hypothesis, to provide answers to a research question, or that have contributed to the generation of novel scientific work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "resource paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ScholarlyWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nExamples of such resources include, for experimental sciences, mouse mutant lines and large communally used X-ray or neutron sources, and, for computer sciences, datasets, ontologies, vocabularies, ontology design patterns, evaluation benchmarks or methods, services, APIs and software frameworks, workflows, crowdsourcing task designs, protocols and metrics.\n "
}
]
}
]<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ScholarlyWork> .
<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A scholarly work that describes resources developed to provide experimental materials or facilities, support a research hypothesis, to provide answers to a research question, or that have contributed to the generation of novel scientific work."@en .
<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/2004/02/skos/core#note> "\nExamples of such resources include, for experimental sciences, mouse mutant lines and large communally used X-ray or neutron sources, and, for computer sciences, datasets, ontologies, vocabularies, ontology design patterns, evaluation benchmarks or methods, services, APIs and software frameworks, workflows, crowdsourcing task designs, protocols and metrics.\n "@en .
<http://purl.org/spar/fabio/ResourcePaper> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Data Paper\").\n "@en .
<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/2000/01/rdf-schema#label> "resource paper"@en .
<http://purl.org/spar/fabio/ResourcePaper> <http://purl.org/vocab/vann/example> "\n :my-resource-paper\n datacite:hasGeneralResourceType fabio:ResourcePaper .\n " .
IRI: http://purl.org/spar/fr/ReviewVersion
@prefix fr: <http://purl.org/spar/fr/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fr:ReviewVersion a owl:Class ;
rdfs:label "review version"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType fr:ReviewVersion .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Peer Review").
"""@en ;
rdfs:comment "A version of a given review, defining its content and rating, which may vary over the time."@en ;
rdfs:isDefinedBy fr: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fr/ReviewVersion">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fr/"/>
<rdfs:comment xml:lang="en">A version of a given review, defining its content and rating, which may vary over the time.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">review version</rdfs:label>
<vann:example>
:my-resource
datacite:hasGeneralResourceType fr:ReviewVersion .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Peer Review").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fr/ReviewVersion",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType fr:ReviewVersion .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Peer Review\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A version of a given review, defining its content and rating, which may vary over the time."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fr/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "review version"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fr/ReviewVersion> <http://www.w3.org/2000/01/rdf-schema#comment> "A version of a given review, defining its content and rating, which may vary over the time."@en .
<http://purl.org/spar/fr/ReviewVersion> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType fr:ReviewVersion .\n " .
<http://purl.org/spar/fr/ReviewVersion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fr/ReviewVersion> <http://www.w3.org/2000/01/rdf-schema#label> "review version"@en .
<http://purl.org/spar/fr/ReviewVersion> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fr/ReviewVersion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fr/> .
<http://purl.org/spar/fr/ReviewVersion> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Peer Review\").\n "@en .
IRI: http://purl.org/spar/datacite/RightsIdentifier
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:RightsIdentifier a owl:Class ;
rdfs:label "rights identifier"@en ;
vann:example """
:my-resource-rights
datacite:hasIdentifier :my-resource-rights-id .
:my-resource-rights-id a datacite:RightsIdentifier ;
literal:hasLiteralValue "CC-BY-1.0" .
""" ;
rdfs:comment "An identifier that uniquely identifies a license."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf datacite:Identifier ;
vs:term_status reg:statusStable ;
skos:note """
This is used to represent identifiers associated with rights.
A rights identifier belongs to a particular scheme, such as SPDX, specified by an individual within the class `datacite:RightsIdentifierScheme`.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( datacite:FunderIdentifier datacite:PersonalIdentifier datacite:ResourceIdentifier datacite:RightsIdentifier ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/RightsIdentifier">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/Identifier"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">rights identifier</rdfs:label>
<rdfs:comment xml:lang="en">An identifier that uniquely identifies a license.</rdfs:comment>
<skos:note xml:lang="en">
This is used to represent identifiers associated with rights.
A rights identifier belongs to a particular scheme, such as SPDX, specified by an individual within the class `datacite:RightsIdentifierScheme`.
</skos:note>
<vann:example>
:my-resource-rights
datacite:hasIdentifier :my-resource-rights-id .
:my-resource-rights-id a datacite:RightsIdentifier ;
literal:hasLiteralValue "CC-BY-1.0" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b58">
<rdf:first rdf:resource="http://purl.org/spar/datacite/RightsIdentifier"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b56">
<rdf:first rdf:resource="http://purl.org/spar/datacite/PersonalIdentifier"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b57"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b57">
<rdf:first rdf:resource="http://purl.org/spar/datacite/ResourceIdentifier"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b58"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b54">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n16082fa6811145e08dfaeb8890637028b55"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b55">
<rdf:first rdf:resource="http://purl.org/spar/datacite/FunderIdentifier"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b56"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/RightsIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-rights \n datacite:hasIdentifier :my-resource-rights-id .\n\n :my-resource-rights-id a datacite:RightsIdentifier ;\n literal:hasLiteralValue \"CC-BY-1.0\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier that uniquely identifies a license."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "rights identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/datacite/Identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThis is used to represent identifiers associated with rights.\n\nA rights identifier belongs to a particular scheme, such as SPDX, specified by an individual within the class `datacite:RightsIdentifierScheme`.\n "
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b54",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/datacite/FunderIdentifier"
},
{
"@id": "http://purl.org/spar/datacite/PersonalIdentifier"
},
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifier"
},
{
"@id": "http://purl.org/spar/datacite/RightsIdentifier"
}
]
}
]
}
]<http://purl.org/spar/datacite/RightsIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/RightsIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n16082fa6811145e08dfaeb8890637028b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/RightsIdentifier> .
<http://purl.org/spar/datacite/RightsIdentifier> <http://purl.org/vocab/vann/example> "\n :my-resource-rights \n datacite:hasIdentifier :my-resource-rights-id .\n\n :my-resource-rights-id a datacite:RightsIdentifier ;\n literal:hasLiteralValue \"CC-BY-1.0\" .\n " .
<http://purl.org/spar/datacite/RightsIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier that uniquely identifies a license."@en .
_:n16082fa6811145e08dfaeb8890637028b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b57 .
_:n16082fa6811145e08dfaeb8890637028b57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b58 .
_:n16082fa6811145e08dfaeb8890637028b57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/ResourceIdentifier> .
_:n16082fa6811145e08dfaeb8890637028b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/PersonalIdentifier> .
<http://purl.org/spar/datacite/RightsIdentifier> <http://www.w3.org/2004/02/skos/core#note> "\nThis is used to represent identifiers associated with rights.\n\nA rights identifier belongs to a particular scheme, such as SPDX, specified by an individual within the class `datacite:RightsIdentifierScheme`.\n "@en .
<http://purl.org/spar/datacite/RightsIdentifier> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/Identifier> .
<http://purl.org/spar/datacite/RightsIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/RightsIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "rights identifier"@en .
_:n16082fa6811145e08dfaeb8890637028b54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:n16082fa6811145e08dfaeb8890637028b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n16082fa6811145e08dfaeb8890637028b54 <http://www.w3.org/2002/07/owl#members> _:n16082fa6811145e08dfaeb8890637028b55 .
_:n16082fa6811145e08dfaeb8890637028b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/datacite/FunderIdentifier> .
_:n16082fa6811145e08dfaeb8890637028b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b56 .
IRI: http://purl.org/spar/datacite/RightsIdentifierScheme
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:RightsIdentifierScheme a owl:Class ;
rdfs:label "rights identifier scheme"@en ;
vann:example """
:my-resource-rights
datacite:hasIdentifier :my-resource-rights-id .
:my-resource-rights-id a datacite:RightsIdentifier ;
datacite:usesIdentifierScheme datacite:spdx .
datacite:spdx a datacite:RightsIdentifierScheme .
""" ;
rdfs:comment "The identifier scheme used to identify a license."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:subClassOf datacite:IdentifierScheme ;
vs:term_status reg:statusStable ;
skos:note """
This is used to specify the identifier scheme used by a rights identifier.
Individual schemes are defined as members of this class.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/RightsIdentifierScheme">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">rights identifier scheme</rdfs:label>
<rdfs:comment xml:lang="en">The identifier scheme used to identify a license.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<skos:note xml:lang="en">
This is used to specify the identifier scheme used by a rights identifier.
Individual schemes are defined as members of this class.
</skos:note>
<vann:example>
:my-resource-rights
datacite:hasIdentifier :my-resource-rights-id .
:my-resource-rights-id a datacite:RightsIdentifier ;
datacite:usesIdentifierScheme datacite:spdx .
datacite:spdx a datacite:RightsIdentifierScheme .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/RightsIdentifierScheme",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-rights \n datacite:hasIdentifier :my-resource-rights-id .\n\n :my-resource-rights-id a datacite:RightsIdentifier ;\n datacite:usesIdentifierScheme datacite:spdx .\n\n datacite:spdx a datacite:RightsIdentifierScheme .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The identifier scheme used to identify a license."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "rights identifier scheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/datacite/IdentifierScheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThis is used to specify the identifier scheme used by a rights identifier.\n\nIndividual schemes are defined as members of this class.\n "
}
]
}
]<http://purl.org/spar/datacite/RightsIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/datacite/IdentifierScheme> .
<http://purl.org/spar/datacite/RightsIdentifierScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/datacite/RightsIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#label> "rights identifier scheme"@en .
<http://purl.org/spar/datacite/RightsIdentifierScheme> <http://purl.org/vocab/vann/example> "\n :my-resource-rights \n datacite:hasIdentifier :my-resource-rights-id .\n\n :my-resource-rights-id a datacite:RightsIdentifier ;\n datacite:usesIdentifierScheme datacite:spdx .\n\n datacite:spdx a datacite:RightsIdentifierScheme .\n " .
<http://purl.org/spar/datacite/RightsIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "The identifier scheme used to identify a license."@en .
<http://purl.org/spar/datacite/RightsIdentifierScheme> <http://www.w3.org/2004/02/skos/core#note> "\nThis is used to specify the identifier scheme used by a rights identifier.\n\nIndividual schemes are defined as members of this class.\n "@en .
<http://purl.org/spar/datacite/RightsIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/RightsIdentifierScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix frapo: <http://purl.org/cerif/frapo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pro:Role a owl:Class ;
rdfs:label "role"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :contact-person-for-my-dataset .
:contact-person-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:contact-person .
scoro:contact-person a pro:Role .
""" ;
vaem:rationale """
All but three of the allowed values in the DataCite controlled list terms for contributor type are defined by individual members of the class `pro:Role` in [PRO](http://purl.org/spar/pro), or of its sub-classes in [SCORO](http://purl.org/spar/scoro):
- `scoro:contact-person` (Contact Person)
- `scoro:data-creator` (Data Collector)
- `scoro:data-curator` (Data Curator)
- `scoro:data-manager` (Data Manager)
- `pro:distributor` (Distributor)
- `pro:editor` (Editor)
- `scoro:host-institution` (Hosting Institution)
- `pro:producer` (Producer)
- `scoro:project-leader` (Project Leader)
- `scoro:project-manager` (Project Manager)
- `scoro:project-member` (Project Member)
- `scoro:registrar` (Registration Agency)
- `scoro:registration-authority` (Registration Authority)
- `scoro:researcher` (Researcher)
- `scoro:rights-holder` (Rights Holder)
- `scoro:sponsor` (Sponsor)
- `scoro:supervisor` (Supervisor)
- `pro:translator` (Translator)
- `scoro:workpackage-leader` (Workpackage Leader)
The remaining two, i.e., “RelatedPerson” and “ResearchGroup”, can be specified as a type (by means of the property `rdf:type`) of the contributor under consideration by means of the following classes respectively:
- `foaf:Person` (Related Person)
- `frapo:ResearchGroup` (Research Group)
Note that many other individuals not required for DataCite metadata also exist within these [PRO](http://port.org/spar/pro) and [SCoRO](http://purl.org/spar/scoro) classes, e.g., `pro:copy-editor` and `scoro:principal-investigator`, and new individuals can easily be added to those ontologies, giving great flexibility.
"""@en ;
rdfs:comment "A role an agent may have."@en ;
rdfs:isDefinedBy pro: ;
rdfs:seeAlso frapo:ResearchGroup,
pro:distributor,
pro:editor,
pro:producer,
pro:translator,
scoro:contact-person,
scoro:data-creator,
scoro:data-curator,
scoro:data-manager,
scoro:host-institution,
scoro:project-leader,
scoro:project-manager,
scoro:project-member,
scoro:registrar,
scoro:registration-authority,
scoro:researcher,
scoro:rights-holder,
scoro:sponsor,
scoro:supervisor,
scoro:workpackage-leader,
foaf:Person ;
vs:term_status reg:statusStable ;
skos:note """
Since roles have contexts and time constraints that are important to take into account (for example, a person can be author of one paper and reviewer of another, while another person will be editor of a journal only for a defined period, not for ever), the [PRO](http://port.org/spar/pro) and [SCoRO](http://purl.org/spar/scoro) ontologies permit these contexts to be specified, using the Time-indexed Value in Context ([TVC](http://www.essepuntato.it/2012/04/tvc/)) ontological design pattern.
Thus, the domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/Role">
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/contact-person"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/sponsor"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/project-leader"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/researcher"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/data-manager"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/data-curator"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/registrar"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/project-manager"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/host-institution"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/data-creator"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/pro/editor"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/pro/distributor"/>
<rdfs:seeAlso rdf:resource="http://purl.org/cerif/frapo/ResearchGroup"/>
<rdfs:seeAlso rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/pro/translator"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/pro/producer"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/workpackage-leader"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/rights-holder"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/project-member"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/registration-authority"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/supervisor"/>
<rdfs:comment xml:lang="en">A role an agent may have.</rdfs:comment>
<rdfs:label xml:lang="en">role</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vaem:rationale xml:lang="en">
All but three of the allowed values in the DataCite controlled list terms for contributor type are defined by individual members of the class `pro:Role` in [PRO](http://purl.org/spar/pro), or of its sub-classes in [SCORO](http://purl.org/spar/scoro):
- `scoro:contact-person` (Contact Person)
- `scoro:data-creator` (Data Collector)
- `scoro:data-curator` (Data Curator)
- `scoro:data-manager` (Data Manager)
- `pro:distributor` (Distributor)
- `pro:editor` (Editor)
- `scoro:host-institution` (Hosting Institution)
- `pro:producer` (Producer)
- `scoro:project-leader` (Project Leader)
- `scoro:project-manager` (Project Manager)
- `scoro:project-member` (Project Member)
- `scoro:registrar` (Registration Agency)
- `scoro:registration-authority` (Registration Authority)
- `scoro:researcher` (Researcher)
- `scoro:rights-holder` (Rights Holder)
- `scoro:sponsor` (Sponsor)
- `scoro:supervisor` (Supervisor)
- `pro:translator` (Translator)
- `scoro:workpackage-leader` (Workpackage Leader)
The remaining two, i.e., “RelatedPerson” and “ResearchGroup”, can be specified as a type (by means of the property `rdf:type`) of the contributor under consideration by means of the following classes respectively:
- `foaf:Person` (Related Person)
- `frapo:ResearchGroup` (Research Group)
Note that many other individuals not required for DataCite metadata also exist within these [PRO](http://port.org/spar/pro) and [SCoRO](http://purl.org/spar/scoro) classes, e.g., `pro:copy-editor` and `scoro:principal-investigator`, and new individuals can easily be added to those ontologies, giving great flexibility.
</vaem:rationale>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :contact-person-for-my-dataset .
:contact-person-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:contact-person .
scoro:contact-person a pro:Role .
</vann:example>
<skos:note xml:lang="en">
Since roles have contexts and time constraints that are important to take into account (for example, a person can be author of one paper and reviewer of another, while another person will be editor of a journal only for a defined period, not for ever), the [PRO](http://port.org/spar/pro) and [SCoRO](http://purl.org/spar/scoro) ontologies permit these contexts to be specified, using the Time-indexed Value in Context ([TVC](http://www.essepuntato.it/2012/04/tvc/)) ontological design pattern.
Thus, the domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/Role",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :contact-person-for-my-dataset .\n \n :contact-person-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:contact-person .\n\n scoro:contact-person a pro:Role .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nAll but three of the allowed values in the DataCite controlled list terms for contributor type are defined by individual members of the class `pro:Role` in [PRO](http://purl.org/spar/pro), or of its sub-classes in [SCORO](http://purl.org/spar/scoro):\n\n- `scoro:contact-person` (Contact Person)\n- `scoro:data-creator` (Data Collector)\n- `scoro:data-curator` (Data Curator)\n- `scoro:data-manager` (Data Manager)\n- `pro:distributor` (Distributor)\n- `pro:editor` (Editor)\n- `scoro:host-institution` (Hosting Institution)\n- `pro:producer` (Producer)\n- `scoro:project-leader` (Project Leader)\n- `scoro:project-manager` (Project Manager)\n- `scoro:project-member` (Project Member)\n- `scoro:registrar` (Registration Agency)\n- `scoro:registration-authority` (Registration Authority)\n- `scoro:researcher` (Researcher)\n- `scoro:rights-holder` (Rights Holder)\n- `scoro:sponsor` (Sponsor)\n- `scoro:supervisor` (Supervisor)\n- `pro:translator` (Translator)\n- `scoro:workpackage-leader` (Workpackage Leader)\n\nThe remaining two, i.e., “RelatedPerson” and “ResearchGroup”, can be specified as a type (by means of the property `rdf:type`) of the contributor under consideration by means of the following classes respectively:\n- `foaf:Person` (Related Person)\n- `frapo:ResearchGroup` (Research Group)\n\nNote that many other individuals not required for DataCite metadata also exist within these [PRO](http://port.org/spar/pro) and [SCoRO](http://purl.org/spar/scoro) classes, e.g., `pro:copy-editor` and `scoro:principal-investigator`, and new individuals can easily be added to those ontologies, giving great flexibility.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role an agent may have."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "role"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/scoro/contact-person"
},
{
"@id": "http://purl.org/spar/scoro/sponsor"
},
{
"@id": "http://purl.org/spar/scoro/project-leader"
},
{
"@id": "http://purl.org/spar/scoro/researcher"
},
{
"@id": "http://purl.org/spar/scoro/data-manager"
},
{
"@id": "http://purl.org/spar/scoro/data-curator"
},
{
"@id": "http://purl.org/spar/scoro/registrar"
},
{
"@id": "http://purl.org/spar/scoro/project-manager"
},
{
"@id": "http://purl.org/spar/scoro/host-institution"
},
{
"@id": "http://purl.org/spar/scoro/data-creator"
},
{
"@id": "http://purl.org/spar/pro/editor"
},
{
"@id": "http://purl.org/spar/pro/distributor"
},
{
"@id": "http://purl.org/cerif/frapo/ResearchGroup"
},
{
"@id": "http://xmlns.com/foaf/0.1/Person"
},
{
"@id": "http://purl.org/spar/pro/translator"
},
{
"@id": "http://purl.org/spar/pro/producer"
},
{
"@id": "http://purl.org/spar/scoro/workpackage-leader"
},
{
"@id": "http://purl.org/spar/scoro/rights-holder"
},
{
"@id": "http://purl.org/spar/scoro/project-member"
},
{
"@id": "http://purl.org/spar/scoro/registration-authority"
},
{
"@id": "http://purl.org/spar/scoro/supervisor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nSince roles have contexts and time constraints that are important to take into account (for example, a person can be author of one paper and reviewer of another, while another person will be editor of a journal only for a defined period, not for ever), the [PRO](http://port.org/spar/pro) and [SCoRO](http://purl.org/spar/scoro) ontologies permit these contexts to be specified, using the Time-indexed Value in Context ([TVC](http://www.essepuntato.it/2012/04/tvc/)) ontological design pattern. \n\nThus, the domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "
}
]
}
]<http://purl.org/spar/pro/Role> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :contact-person-for-my-dataset .\n \n :contact-person-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:contact-person .\n\n scoro:contact-person a pro:Role .\n " .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/contact-person> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/sponsor> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/pro/producer> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/project-leader> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/researcher> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/workpackage-leader> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/data-manager> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/data-curator> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/registrar> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2004/02/skos/core#note> "\nSince roles have contexts and time constraints that are important to take into account (for example, a person can be author of one paper and reviewer of another, while another person will be editor of a journal only for a defined period, not for ever), the [PRO](http://port.org/spar/pro) and [SCoRO](http://purl.org/spar/scoro) ontologies permit these contexts to be specified, using the Time-indexed Value in Context ([TVC](http://www.essepuntato.it/2012/04/tvc/)) ontological design pattern. \n\nThus, the domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "@en .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/rights-holder> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/project-member> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/project-manager> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/host-institution> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/pro/editor> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/data-creator> .
<http://purl.org/spar/pro/Role> <http://www.linkedmodel.org/schema/vaem#rationale> "\nAll but three of the allowed values in the DataCite controlled list terms for contributor type are defined by individual members of the class `pro:Role` in [PRO](http://purl.org/spar/pro), or of its sub-classes in [SCORO](http://purl.org/spar/scoro):\n\n- `scoro:contact-person` (Contact Person)\n- `scoro:data-creator` (Data Collector)\n- `scoro:data-curator` (Data Curator)\n- `scoro:data-manager` (Data Manager)\n- `pro:distributor` (Distributor)\n- `pro:editor` (Editor)\n- `scoro:host-institution` (Hosting Institution)\n- `pro:producer` (Producer)\n- `scoro:project-leader` (Project Leader)\n- `scoro:project-manager` (Project Manager)\n- `scoro:project-member` (Project Member)\n- `scoro:registrar` (Registration Agency)\n- `scoro:registration-authority` (Registration Authority)\n- `scoro:researcher` (Researcher)\n- `scoro:rights-holder` (Rights Holder)\n- `scoro:sponsor` (Sponsor)\n- `scoro:supervisor` (Supervisor)\n- `pro:translator` (Translator)\n- `scoro:workpackage-leader` (Workpackage Leader)\n\nThe remaining two, i.e., “RelatedPerson” and “ResearchGroup”, can be specified as a type (by means of the property `rdf:type`) of the contributor under consideration by means of the following classes respectively:\n- `foaf:Person` (Related Person)\n- `frapo:ResearchGroup` (Research Group)\n\nNote that many other individuals not required for DataCite metadata also exist within these [PRO](http://port.org/spar/pro) and [SCoRO](http://purl.org/spar/scoro) classes, e.g., `pro:copy-editor` and `scoro:principal-investigator`, and new individuals can easily be added to those ontologies, giving great flexibility.\n "@en .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/pro/distributor> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#comment> "A role an agent may have."@en .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#label> "role"@en .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/registration-authority> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/cerif/frapo/ResearchGroup> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://xmlns.com/foaf/0.1/Person> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/supervisor> .
<http://purl.org/spar/pro/Role> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/pro/translator> .
IRI: http://purl.org/spar/pro/RoleInTime
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pro:RoleInTime a owl:Class ;
rdfs:label "role in time"@en ;
vann:example """
:david-shotton a foaf:Person ;
pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .
:shotton-affiliation-for-my-dataset a pro:RoleInTime ;
pro:withRole scoro:affiliate ;
pro:relatesToOrganization :university-of-oxford ;
pro:relatesToEntity :my-dataset .
""" ;
vaem:rationale """
According to this class, someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`).
Such an affiliation may be specified in the document with respect to which that agent is an author or contributor.
A particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation.
The domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
"""@en ;
rdfs:comment "A particular situation that describe a role an agent may have, that can be restricted to a particular time interval."@en ;
rdfs:isDefinedBy pro: ;
rdfs:subClassOf tvc:ValueInTime ;
vs:term_status reg:statusStable ;
skos:note """
A role in time describes always:
* a particular role R;
* a particular agent A holding R;
* a particular time interval T in which A holds R (optional);
* one or more entities (e.g. a particular bibliographic entity or a specific institution) that defines a context for R held by A. (At least one contextual entity should be specified for a particular role).
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/RoleInTime">
<rdfs:label xml:lang="en">role in time</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/ValueInTime"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<rdfs:comment xml:lang="en">A particular situation that describe a role an agent may have, that can be restricted to a particular time interval.</rdfs:comment>
<skos:note xml:lang="en">
A role in time describes always:
* a particular role R;
* a particular agent A holding R;
* a particular time interval T in which A holds R (optional);
* one or more entities (e.g. a particular bibliographic entity or a specific institution) that defines a context for R held by A. (At least one contextual entity should be specified for a particular role).
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
According to this class, someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`).
Such an affiliation may be specified in the document with respect to which that agent is an author or contributor.
A particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation.
The domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
</vaem:rationale>
<vann:example>
:david-shotton a foaf:Person ;
pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .
:shotton-affiliation-for-my-dataset a pro:RoleInTime ;
pro:withRole scoro:affiliate ;
pro:relatesToOrganization :university-of-oxford ;
pro:relatesToEntity :my-dataset .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/RoleInTime",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton a foaf:Person ;\n pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .\n\n :shotton-affiliation-for-my-dataset a pro:RoleInTime ;\n pro:withRole scoro:affiliate ;\n pro:relatesToOrganization :university-of-oxford ;\n pro:relatesToEntity :my-dataset .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nAccording to this class, someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`). \nSuch an affiliation may be specified in the document with respect to which that agent is an author or contributor. \nA particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation. \nThe domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A particular situation that describe a role an agent may have, that can be restricted to a particular time interval."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "role in time"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nA role in time describes always:\n* a particular role R;\n* a particular agent A holding R;\n* a particular time interval T in which A holds R (optional);\n* one or more entities (e.g. a particular bibliographic entity or a specific institution) that defines a context for R held by A. (At least one contextual entity should be specified for a particular role).\n "
}
]
}
]<http://purl.org/spar/pro/RoleInTime> <http://www.w3.org/2000/01/rdf-schema#label> "role in time"@en .
<http://purl.org/spar/pro/RoleInTime> <http://purl.org/vocab/vann/example> "\n :david-shotton a foaf:Person ;\n pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .\n\n :shotton-affiliation-for-my-dataset a pro:RoleInTime ;\n pro:withRole scoro:affiliate ;\n pro:relatesToOrganization :university-of-oxford ;\n pro:relatesToEntity :my-dataset .\n " .
<http://purl.org/spar/pro/RoleInTime> <http://www.linkedmodel.org/schema/vaem#rationale> "\nAccording to this class, someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`). \nSuch an affiliation may be specified in the document with respect to which that agent is an author or contributor. \nA particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation. \nThe domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "@en .
<http://purl.org/spar/pro/RoleInTime> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.essepuntato.it/2012/04/tvc/ValueInTime> .
<http://purl.org/spar/pro/RoleInTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/pro/RoleInTime> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pro/RoleInTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/RoleInTime> <http://www.w3.org/2004/02/skos/core#note> "\nA role in time describes always:\n* a particular role R;\n* a particular agent A holding R;\n* a particular time interval T in which A holds R (optional);\n* one or more entities (e.g. a particular bibliographic entity or a specific institution) that defines a context for R held by A. (At least one contextual entity should be specified for a particular role).\n "@en .
<http://purl.org/spar/pro/RoleInTime> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular situation that describe a role an agent may have, that can be restricted to a particular time interval."@en .
IRI: http://purl.org/spar/fabio/ScholarlyWork
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
fabio:ScholarlyWork a owl:Class ;
rdfs:label "scholarly work"@en ;
rdfs:comment "A work that reports scholarly activity on a particular topic, either published in written form, or delivered orally at a meeting."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ScholarlyWork">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:label xml:lang="en">scholarly work</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A work that reports scholarly activity on a particular topic, either published in written form, or delivered orally at a meeting.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ScholarlyWork",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A work that reports scholarly activity on a particular topic, either published in written form, or delivered orally at a meeting."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "scholarly work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
]
}
]<http://purl.org/spar/fabio/ScholarlyWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ScholarlyWork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/ScholarlyWork> <http://www.w3.org/2000/01/rdf-schema#label> "scholarly work"@en .
<http://purl.org/spar/fabio/ScholarlyWork> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ScholarlyWork> <http://www.w3.org/2000/01/rdf-schema#comment> "A work that reports scholarly activity on a particular topic, either published in written form, or delivered orally at a meeting."@en .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcmitype:Service a owl:Class ;
rdfs:label "service"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType dcmitype:Service .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Service").
"""@en ;
rdfs:comment " A system that provides one or more functions."@en ;
rdfs:isDefinedBy dcmitype: ;
vs:term_status reg:statusStable ;
skos:note """
Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/Service">
<rdfs:label xml:lang="en">service</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
<rdfs:comment xml:lang="en"> A system that provides one or more functions.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<skos:note xml:lang="en">
Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server.
</skos:note>
<vann:example>
:my-resource
datacite:hasGeneralResourceType dcmitype:Service .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Service").
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/dcmitype/Service",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Service .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Service\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": " A system that provides one or more functions."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/dcmitype/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "service"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nExamples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server. \n "
}
]
}
]<http://purl.org/dc/dcmitype/Service> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/dcmitype/> .
<http://purl.org/dc/dcmitype/Service> <http://www.w3.org/2000/01/rdf-schema#comment> " A system that provides one or more functions."@en .
<http://purl.org/dc/dcmitype/Service> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/dcmitype/Service> <http://www.w3.org/2004/02/skos/core#note> "\nExamples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server. \n "@en .
<http://purl.org/dc/dcmitype/Service> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Service\").\n "@en .
<http://purl.org/dc/dcmitype/Service> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Service .\n " .
<http://purl.org/dc/dcmitype/Service> <http://www.w3.org/2000/01/rdf-schema#label> "service"@en .
<http://purl.org/dc/dcmitype/Service> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
sit:Situation a owl:Class ;
rdfs:label "situation"@en ;
rdfs:comment "A view on a set of entities. It can be seen as a \"relational context\", reifying a relation."@en ;
rdfs:isDefinedBy sit: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation">
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#"/>
<rdfs:comment xml:lang="en">A view on a set of entities. It can be seen as a "relational context", reifying a relation.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">situation</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A view on a set of entities. It can be seen as a \"relational context\", reifying a relation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "situation"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> <http://www.w3.org/2000/01/rdf-schema#label> "situation"@en .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> <http://www.w3.org/2000/01/rdf-schema#comment> "A view on a set of entities. It can be seen as a \"relational context\", reifying a relation."@en .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/dc/terms/SizeOrDuration
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:SizeOrDuration a owl:Class ;
rdfs:label "size or duration"@en ;
vann:example """
:my-dataset
dcterms:extent :my-dataset-number-of-statements .
:my-dataset-number-of-statements a dcterms:SizeOrDuration ;
rdf:value 146 .
""" ;
vaem:rationale """
This is used to represent a possible extent for the resource under consideration.
""" ;
rdfs:comment "A dimension or extent, or a time taken to play or execute."@en ;
rdfs:isDefinedBy dcterms: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/SizeOrDuration">
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A dimension or extent, or a time taken to play or execute.</rdfs:comment>
<rdfs:label xml:lang="en">size or duration</rdfs:label>
<vann:example>
:my-dataset
dcterms:extent :my-dataset-number-of-statements .
:my-dataset-number-of-statements a dcterms:SizeOrDuration ;
rdf:value 146 .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale>
This is used to represent a possible extent for the resource under consideration.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/SizeOrDuration",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset\n dcterms:extent :my-dataset-number-of-statements .\n\n :my-dataset-number-of-statements a dcterms:SizeOrDuration ;\n rdf:value 146 .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@value": "\nThis is used to represent a possible extent for the resource under consideration.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A dimension or extent, or a time taken to play or execute."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "size or duration"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/SizeOrDuration> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/SizeOrDuration> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent a possible extent for the resource under consideration.\n " .
<http://purl.org/dc/terms/SizeOrDuration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/SizeOrDuration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/terms/SizeOrDuration> <http://www.w3.org/2000/01/rdf-schema#label> "size or duration"@en .
<http://purl.org/dc/terms/SizeOrDuration> <http://www.w3.org/2000/01/rdf-schema#comment> "A dimension or extent, or a time taken to play or execute."@en .
<http://purl.org/dc/terms/SizeOrDuration> <http://purl.org/vocab/vann/example> "\n :my-dataset\n dcterms:extent :my-dataset-number-of-statements .\n\n :my-dataset-number-of-statements a dcterms:SizeOrDuration ;\n rdf:value 146 .\n " .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcmitype:Software a owl:Class ;
rdfs:label "software"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType dcmitype:Software .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Software").
"""@en ;
rdfs:comment "A computer program in source or compiled form."@en ;
rdfs:isDefinedBy dcmitype: ;
vs:term_status reg:statusStable ;
skos:note """
Examples include a C source file, MS-Windows .exe executable, or Perl script.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/Software">
<rdfs:comment xml:lang="en">A computer program in source or compiled form.</rdfs:comment>
<rdfs:label xml:lang="en">software</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Software").
</vaem:rationale>
<vann:example>
:my-resource
datacite:hasGeneralResourceType dcmitype:Software .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Examples include a C source file, MS-Windows .exe executable, or Perl script.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/dcmitype/Software",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Software .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Software\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A computer program in source or compiled form."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/dcmitype/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "software"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nExamples include a C source file, MS-Windows .exe executable, or Perl script. \n "
}
]
}
]<http://purl.org/dc/dcmitype/Software> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Software\").\n "@en .
<http://purl.org/dc/dcmitype/Software> <http://www.w3.org/2000/01/rdf-schema#comment> "A computer program in source or compiled form."@en .
<http://purl.org/dc/dcmitype/Software> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/dcmitype/Software> <http://www.w3.org/2000/01/rdf-schema#label> "software"@en .
<http://purl.org/dc/dcmitype/Software> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/dcmitype/Software> <http://www.w3.org/2004/02/skos/core#note> "\nExamples include a C source file, MS-Windows .exe executable, or Perl script. \n "@en .
<http://purl.org/dc/dcmitype/Software> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/dcmitype/> .
<http://purl.org/dc/dcmitype/Software> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Software .\n " .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcmitype:Sound a owl:Class ;
rdfs:label "sound"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType dcmitype:Sound .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Sound").
"""@en ;
rdfs:comment "A resource primarily intended to be heard."@en ;
rdfs:isDefinedBy dcmitype: ;
vs:term_status reg:statusStable ;
skos:note """
Examples include a C source file, MS-Windows .exe executable, or Perl script.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/Sound">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A resource primarily intended to be heard.</rdfs:comment>
<rdfs:label xml:lang="en">sound</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
<vann:example>
:my-resource
datacite:hasGeneralResourceType dcmitype:Sound .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Sound").
</vaem:rationale>
<skos:note xml:lang="en">
Examples include a C source file, MS-Windows .exe executable, or Perl script.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/dcmitype/Sound",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Sound .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Sound\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A resource primarily intended to be heard."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/dcmitype/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "sound"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nExamples include a C source file, MS-Windows .exe executable, or Perl script. \n "
}
]
}
]<http://purl.org/dc/dcmitype/Sound> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/dcmitype/Sound> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/dcmitype/Sound> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/dcmitype/> .
<http://purl.org/dc/dcmitype/Sound> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Sound\").\n "@en .
<http://purl.org/dc/dcmitype/Sound> <http://www.w3.org/2000/01/rdf-schema#comment> "A resource primarily intended to be heard."@en .
<http://purl.org/dc/dcmitype/Sound> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Sound .\n " .
<http://purl.org/dc/dcmitype/Sound> <http://www.w3.org/2004/02/skos/core#note> "\nExamples include a C source file, MS-Windows .exe executable, or Perl script. \n "@en .
<http://purl.org/dc/dcmitype/Sound> <http://www.w3.org/2000/01/rdf-schema#label> "sound"@en .
IRI: http://www.opengis.net/ont/geosparql#SpatialObject
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
geo:SpatialObject a owl:Class ;
rdfs:label "spatial object"@en ;
rdfs:comment "Anything spatial (being or having a shape, position or an extent)."@en ;
rdfs:isDefinedBy geo: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.opengis.net/ont/geosparql#SpatialObject">
<rdfs:comment xml:lang="en">Anything spatial (being or having a shape, position or an extent).</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">spatial object</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.opengis.net/ont/geosparql#SpatialObject",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Anything spatial (being or having a shape, position or an extent)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.opengis.net/ont/geosparql#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "spatial object"
}
]
}
]<http://www.opengis.net/ont/geosparql#SpatialObject> <http://www.w3.org/2000/01/rdf-schema#label> "spatial object"@en .
<http://www.opengis.net/ont/geosparql#SpatialObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.opengis.net/ont/geosparql#SpatialObject> <http://www.w3.org/2000/01/rdf-schema#comment> "Anything spatial (being or having a shape, position or an extent)."@en .
<http://www.opengis.net/ont/geosparql#SpatialObject> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix wgs1: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
wgs1:SpatialThing a owl:Class ;
rdfs:label "spatial thing"@en ;
rdfs:comment "Anything with spatial extent."@en ;
rdfs:isDefinedBy wgs1: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing">
<rdfs:comment xml:lang="en">Anything with spatial extent.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#"/>
<rdfs:label xml:lang="en">spatial thing</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Anything with spatial extent."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2003/01/geo/wgs84_pos#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "spatial thing"
}
]
}
]<http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> <http://www.w3.org/2000/01/rdf-schema#comment> "Anything with spatial extent."@en .
<http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2003/01/geo/wgs84_pos#> .
<http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> <http://www.w3.org/2000/01/rdf-schema#label> "spatial thing"@en .
IRI: http://purl.org/spar/fabio/Specification
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
fabio:Specification a owl:Class ;
rdfs:label "specification"@en ;
rdfs:comment "An explicit description of, or set of requirements to be satisfied by, a material, product, resource, service or standard."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Specification">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:label xml:lang="en">specification</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">An explicit description of, or set of requirements to be satisfied by, a material, product, resource, service or standard.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Specification",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An explicit description of, or set of requirements to be satisfied by, a material, product, resource, service or standard."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "specification"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
]
}
]<http://purl.org/spar/fabio/Specification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Specification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Specification> <http://www.w3.org/2000/01/rdf-schema#comment> "An explicit description of, or set of requirements to be satisfied by, a material, product, resource, service or standard."@en .
<http://purl.org/spar/fabio/Specification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Specification> <http://www.w3.org/2000/01/rdf-schema#label> "specification"@en .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcmitype:StillImage a owl:Class ;
rdfs:label "still image"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType dcmitype:StillImage .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Image").
"""@en ;
rdfs:comment "A static visual representation."@en ;
rdfs:isDefinedBy dcmitype: ;
rdfs:subClassOf dcmitype:Image ;
vs:term_status reg:statusStable ;
skos:note """
Examples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/StillImage">
<rdfs:label xml:lang="en">still image</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/dcmitype/Image"/>
<rdfs:comment xml:lang="en">A static visual representation.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Image").
</vaem:rationale>
<skos:note xml:lang="en">
Examples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image.
</skos:note>
<vann:example>
:my-resource
datacite:hasGeneralResourceType dcmitype:StillImage .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/dcmitype/StillImage",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:StillImage . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Image\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A static visual representation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/dcmitype/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "still image"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/dc/dcmitype/Image"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nExamples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image. \n "
}
]
}
]<http://purl.org/dc/dcmitype/StillImage> <http://www.w3.org/2000/01/rdf-schema#label> "still image"@en .
<http://purl.org/dc/dcmitype/StillImage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/dcmitype/StillImage> <http://www.w3.org/2000/01/rdf-schema#comment> "A static visual representation."@en .
<http://purl.org/dc/dcmitype/StillImage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/dc/dcmitype/Image> .
<http://purl.org/dc/dcmitype/StillImage> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:StillImage . \n " .
<http://purl.org/dc/dcmitype/StillImage> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/dcmitype/StillImage> <http://www.w3.org/2004/02/skos/core#note> "\nExamples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image. \n "@en .
<http://purl.org/dc/dcmitype/StillImage> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Image\").\n "@en .
<http://purl.org/dc/dcmitype/StillImage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/dcmitype/> .
IRI: http://purl.org/spar/fabio/TechnicalStandard
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:TechnicalStandard a owl:Class ;
rdfs:label "technical standard"@en ;
vann:example """
:my-technical-standard
datacite:hasGeneralResourceType fabio:TechnicalStandard .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Standard").
"""@en ;
rdfs:comment "An official or public specification of, or requirement for, a technical method, practice, process or protocol that is involved in, for example, manufacturing, computation, electronic communication, or digital media."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/TechnicalStandard">
<rdfs:label xml:lang="en">technical standard</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">An official or public specification of, or requirement for, a technical method, practice, process or protocol that is involved in, for example, manufacturing, computation, electronic communication, or digital media.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Standard").
</vaem:rationale>
<vann:example>
:my-technical-standard
datacite:hasGeneralResourceType fabio:TechnicalStandard .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/TechnicalStandard",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-technical-standard\n datacite:hasGeneralResourceType fabio:TechnicalStandard .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Standard\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An official or public specification of, or requirement for, a technical method, practice, process or protocol that is involved in, for example, manufacturing, computation, electronic communication, or digital media."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "technical standard"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/TechnicalStandard> <http://purl.org/vocab/vann/example> "\n :my-technical-standard\n datacite:hasGeneralResourceType fabio:TechnicalStandard .\n " .
<http://purl.org/spar/fabio/TechnicalStandard> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Standard\").\n "@en .
<http://purl.org/spar/fabio/TechnicalStandard> <http://www.w3.org/2000/01/rdf-schema#label> "technical standard"@en .
<http://purl.org/spar/fabio/TechnicalStandard> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/TechnicalStandard> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/TechnicalStandard> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
<http://purl.org/spar/fabio/TechnicalStandard> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/TechnicalStandard> <http://www.w3.org/2000/01/rdf-schema#comment> "An official or public specification of, or requirement for, a technical method, practice, process or protocol that is involved in, for example, manufacturing, computation, electronic communication, or digital media."@en .
IRI: http://purl.org/dc/dcmitype/Text
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcmitype:Text a owl:Class ;
rdfs:label "text"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType dcmitype:Text .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Text").
"""@en ;
rdfs:comment "A resource consisting primarily of words for reading."@en ;
rdfs:isDefinedBy dcmitype: ;
vs:term_status reg:statusStable ;
skos:note """
Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists.
Note that facsimiles or images of texts are still of the genre Text.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/dcmitype/Text">
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/dcmitype/"/>
<rdfs:comment xml:lang="en">A resource consisting primarily of words for reading.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">text</rdfs:label>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Text").
</vaem:rationale>
<skos:note xml:lang="en">
Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists.
Note that facsimiles or images of texts are still of the genre Text.
</skos:note>
<vann:example>
:my-resource
datacite:hasGeneralResourceType dcmitype:Text .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/dcmitype/Text",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Text .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Text\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A resource consisting primarily of words for reading."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/dcmitype/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "text"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nExamples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. \nNote that facsimiles or images of texts are still of the genre Text.\n "
}
]
}
]<http://purl.org/dc/dcmitype/Text> <http://www.w3.org/2000/01/rdf-schema#comment> "A resource consisting primarily of words for reading."@en .
<http://purl.org/dc/dcmitype/Text> <http://www.w3.org/2000/01/rdf-schema#label> "text"@en .
<http://purl.org/dc/dcmitype/Text> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Text .\n " .
<http://purl.org/dc/dcmitype/Text> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/dcmitype/Text> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Text\").\n "@en .
<http://purl.org/dc/dcmitype/Text> <http://www.w3.org/2004/02/skos/core#note> "\nExamples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. \nNote that facsimiles or images of texts are still of the genre Text.\n "@en .
<http://purl.org/dc/dcmitype/Text> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/dc/dcmitype/Text> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/dcmitype/> .
IRI: http://purl.org/spar/fabio/Thesis
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Thesis a owl:Class ;
rdfs:label "thesis"@en ;
vann:example """
:my-thesis
datacite:hasGeneralResourceType fabio:Thesis .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Dissertation").
"""@en ;
rdfs:comment "A book authored by a student containing a formal presentations of research outputs submitted for examination in completion of a course of study at an institution of higher education, to fulfil the requirements for an academic degree. Also know as a dissertation."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Book ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Thesis">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A book authored by a student containing a formal presentations of research outputs submitted for examination in completion of a course of study at an institution of higher education, to fulfil the requirements for an academic degree. Also know as a dissertation.</rdfs:comment>
<rdfs:label xml:lang="en">thesis</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Book"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Dissertation").
</vaem:rationale>
<vann:example>
:my-thesis
datacite:hasGeneralResourceType fabio:Thesis .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Thesis",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-thesis\n datacite:hasGeneralResourceType fabio:Thesis .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Dissertation\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A book authored by a student containing a formal presentations of research outputs submitted for examination in completion of a course of study at an institution of higher education, to fulfil the requirements for an academic degree. Also know as a dissertation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "thesis"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Book"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Thesis> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Thesis> <http://www.w3.org/2000/01/rdf-schema#comment> "A book authored by a student containing a formal presentations of research outputs submitted for examination in completion of a course of study at an institution of higher education, to fulfil the requirements for an academic degree. Also know as a dissertation."@en .
<http://purl.org/spar/fabio/Thesis> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Dissertation\").\n "@en .
<http://purl.org/spar/fabio/Thesis> <http://www.w3.org/2000/01/rdf-schema#label> "thesis"@en .
<http://purl.org/spar/fabio/Thesis> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Book> .
<http://purl.org/spar/fabio/Thesis> <http://purl.org/vocab/vann/example> "\n :my-thesis\n datacite:hasGeneralResourceType fabio:Thesis .\n " .
<http://purl.org/spar/fabio/Thesis> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Thesis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://www.essepuntato.it/2012/04/tvc/ValueInTime
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
tvc:ValueInTime a owl:Class ;
rdfs:label "value in time"@en ;
rdfs:comment "A time-indexed situation that represents a hub linking the entity having a particular value, the value itself and the temporal and contextual extents from which the entity-value relationship depends."@en ;
rdfs:isDefinedBy <http://purl.org/spar/tvc/> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.essepuntato.it/2012/04/tvc/ValueInTime">
<rdfs:label xml:lang="en">value in time</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/tvc/"/>
<rdfs:comment xml:lang="en">A time-indexed situation that represents a hub linking the entity having a particular value, the value itself and the temporal and contextual extents from which the entity-value relationship depends.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A time-indexed situation that represents a hub linking the entity having a particular value, the value itself and the temporal and contextual extents from which the entity-value relationship depends."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/tvc/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "value in time"
}
]
}
]<http://www.essepuntato.it/2012/04/tvc/ValueInTime> <http://www.w3.org/2000/01/rdf-schema#label> "value in time"@en .
<http://www.essepuntato.it/2012/04/tvc/ValueInTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/tvc/> .
<http://www.essepuntato.it/2012/04/tvc/ValueInTime> <http://www.w3.org/2000/01/rdf-schema#comment> "A time-indexed situation that represents a hub linking the entity having a particular value, the value itself and the temporal and contextual extents from which the entity-value relationship depends."@en .
<http://www.essepuntato.it/2012/04/tvc/ValueInTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/Work
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
fabio:Work a owl:Class ;
rdfs:label "work"@en ;
rdfs:comment "A subclass of FRBR Work, restricted to works that are published or potentially publishable, and that contain or are referred to by bibliographic references, or entities used to define bibliographic references."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf frbr:Work .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Work">
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdfs:comment xml:lang="en">A subclass of FRBR Work, restricted to works that are published or potentially publishable, and that contain or are referred to by bibliographic references, or entities used to define bibliographic references.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">work</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Work",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A subclass of FRBR Work, restricted to works that are published or potentially publishable, and that contain or are referred to by bibliographic references, or entities used to define bibliographic references."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
]
}
]<http://purl.org/spar/fabio/Work> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Work> <http://www.w3.org/2000/01/rdf-schema#label> "work"@en .
<http://purl.org/spar/fabio/Work> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Work> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/spar/fabio/Work> <http://www.w3.org/2000/01/rdf-schema#comment> "A subclass of FRBR Work, restricted to works that are published or potentially publishable, and that contain or are referred to by bibliographic references, or entities used to define bibliographic references."@en .
IRI: http://purl.org/vocab/frbr/core#Work
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frbr:Work a owl:Class ;
rdfs:label "work"@en ;
rdfs:comment """
A distinct intellectual or artistic creation.
A work is an abstract entity; there is no single material object one can point to as the work. We recognize the work through individual realizations or expressions of the work, but the work itself exists only in the commonality of content between and among the various expressions of the work. When we speak of Homer's Iliad as a work, our point of reference is not a particular recitation or text of the work, but the intellectual creation that lies behind all the various expressions of the work.
"""@en ;
rdfs:isDefinedBy frbr: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Work">
<rdfs:comment xml:lang="en">
A distinct intellectual or artistic creation.
A work is an abstract entity; there is no single material object one can point to as the work. We recognize the work through individual realizations or expressions of the work, but the work itself exists only in the commonality of content between and among the various expressions of the work. When we speak of Homer's Iliad as a work, our point of reference is not a particular recitation or text of the work, but the intellectual creation that lies behind all the various expressions of the work.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">work</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Work",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nA distinct intellectual or artistic creation.\n\nA work is an abstract entity; there is no single material object one can point to as the work. We recognize the work through individual realizations or expressions of the work, but the work itself exists only in the commonality of content between and among the various expressions of the work. When we speak of Homer's Iliad as a work, our point of reference is not a particular recitation or text of the work, but the intellectual creation that lies behind all the various expressions of the work.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "work"
}
]
}
]<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/2000/01/rdf-schema#comment> "\nA distinct intellectual or artistic creation.\n\nA work is an abstract entity; there is no single material object one can point to as the work. We recognize the work through individual realizations or expressions of the work, but the work itself exists only in the commonality of content between and among the various expressions of the work. When we speak of Homer's Iliad as a work, our point of reference is not a particular recitation or text of the work, but the intellectual creation that lies behind all the various expressions of the work.\n "@en .
<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/2000/01/rdf-schema#label> "work"@en .
IRI: http://purl.org/spar/fabio/Workflow
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Workflow a owl:Class ;
rdfs:label "workflow"@en ;
vann:example """
:my-workflow
datacite:hasGeneralResourceType fabio:Workflow .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given general resource type ("Workflow").
"""@en ;
rdfs:comment "A recorded sequence of connected steps, which may be automated, specifying a reliably repeatable sequence of operations to be undertaken when conducting a particular job, for example an in silico investigation that extracts and processes information from a number of bioinformatics databases."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Workflow">
<rdfs:comment xml:lang="en">A recorded sequence of connected steps, which may be automated, specifying a reliably repeatable sequence of operations to be undertaken when conducting a particular job, for example an in silico investigation that extracts and processes information from a number of bioinformatics databases.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">workflow</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given general resource type ("Workflow").
</vaem:rationale>
<vann:example>
:my-workflow
datacite:hasGeneralResourceType fabio:Workflow .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Workflow",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workflow\n datacite:hasGeneralResourceType fabio:Workflow .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given general resource type (\"Workflow\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A recorded sequence of connected steps, which may be automated, specifying a reliably repeatable sequence of operations to be undertaken when conducting a particular job, for example an in silico investigation that extracts and processes information from a number of bioinformatics databases."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "workflow"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Workflow> <http://www.w3.org/2000/01/rdf-schema#comment> "A recorded sequence of connected steps, which may be automated, specifying a reliably repeatable sequence of operations to be undertaken when conducting a particular job, for example an in silico investigation that extracts and processes information from a number of bioinformatics databases."@en .
<http://purl.org/spar/fabio/Workflow> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Workflow> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Workflow> <http://purl.org/vocab/vann/example> "\n :my-workflow\n datacite:hasGeneralResourceType fabio:Workflow .\n " .
<http://purl.org/spar/fabio/Workflow> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given general resource type (\"Workflow\").\n "@en .
<http://purl.org/spar/fabio/Workflow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Workflow> <http://www.w3.org/2000/01/rdf-schema#label> "workflow"@en .
<http://purl.org/spar/fabio/Workflow> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
Jump to:
IRI: http://purl.org/cerif/frapo/awards
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix frapo: <http://purl.org/cerif/frapo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frapo:awards a owl:ObjectProperty ;
rdfs:label "awards"@en ;
vann:example """
:european-commission
frapo:awards :eu-grant .
:eu-grant a frapo:Grant ;
frapo:hasGrantNumber "282625" .
""" ;
vaem:rationale """
This is used to specify the grant or award number associated with the funding awarded by some funder agent.
More specifically, a `foaf:Agent` awards (`frapo:awards`) a grant (`frapo:Grant`) with a certain number associated to it (`frapo:hasGrantNumber`).
This property is also used to express the fact that a related resource is an award.
More specifically, this is modelled using an instance of `frbr:Endeavour` and a `foaf:Agent` connected to it via the property `frapo:awards`.
"""@en ;
rdfs:comment "Something an agent awards, for example a grant awarded by a funding agency, a degree by a university, or a prize by an organization."@en ;
rdfs:domain foaf:Agent ;
rdfs:isDefinedBy frapo: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/cerif/frapo/awards">
<rdfs:isDefinedBy rdf:resource="http://purl.org/cerif/frapo/"/>
<rdfs:label xml:lang="en">awards</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">Something an agent awards, for example a grant awarded by a funding agency, a degree by a university, or a prize by an organization.</rdfs:comment>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<vann:example>
:european-commission
frapo:awards :eu-grant .
:eu-grant a frapo:Grant ;
frapo:hasGrantNumber "282625" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to specify the grant or award number associated with the funding awarded by some funder agent.
More specifically, a `foaf:Agent` awards (`frapo:awards`) a grant (`frapo:Grant`) with a certain number associated to it (`frapo:hasGrantNumber`).
This property is also used to express the fact that a related resource is an award.
More specifically, this is modelled using an instance of `frbr:Endeavour` and a `foaf:Agent` connected to it via the property `frapo:awards`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/cerif/frapo/awards",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :european-commission\n frapo:awards :eu-grant .\n\n :eu-grant a frapo:Grant ;\n frapo:hasGrantNumber \"282625\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the grant or award number associated with the funding awarded by some funder agent. \nMore specifically, a `foaf:Agent` awards (`frapo:awards`) a grant (`frapo:Grant`) with a certain number associated to it (`frapo:hasGrantNumber`).\n \nThis property is also used to express the fact that a related resource is an award. \nMore specifically, this is modelled using an instance of `frbr:Endeavour` and a `foaf:Agent` connected to it via the property `frapo:awards`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Something an agent awards, for example a grant awarded by a funding agency, a degree by a university, or a prize by an organization."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/cerif/frapo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "awards"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/cerif/frapo/awards> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/cerif/frapo/awards> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/cerif/frapo/> .
<http://purl.org/cerif/frapo/awards> <http://www.w3.org/2000/01/rdf-schema#label> "awards"@en .
<http://purl.org/cerif/frapo/awards> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/cerif/frapo/awards> <http://purl.org/vocab/vann/example> "\n :european-commission\n frapo:awards :eu-grant .\n\n :eu-grant a frapo:Grant ;\n frapo:hasGrantNumber \"282625\" .\n " .
<http://purl.org/cerif/frapo/awards> <http://www.w3.org/2000/01/rdf-schema#comment> "Something an agent awards, for example a grant awarded by a funding agency, a degree by a university, or a prize by an organization."@en .
<http://purl.org/cerif/frapo/awards> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the grant or award number associated with the funding awarded by some funder agent. \nMore specifically, a `foaf:Agent` awards (`frapo:awards`) a grant (`frapo:Grant`) with a certain number associated to it (`frapo:hasGrantNumber`).\n \nThis property is also used to express the fact that a related resource is an award. \nMore specifically, this is modelled using an instance of `frbr:Endeavour` and a `foaf:Agent` connected to it via the property `frapo:awards`.\n "@en .
<http://purl.org/cerif/frapo/awards> <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Agent> .
IRI: http://purl.org/spar/cito/cites
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:cites a owl:ObjectProperty ;
rdfs:label "cites"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:cites .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Cites") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The citing entity cites the cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism)."@en ;
rdfs:isDefinedBy cito: ;
owl:inverseOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/cites">
<rdfs:label xml:lang="en">cites</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:comment xml:lang="en">The citing entity cites the cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Cites") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:cites .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/cites",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:cites .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Cites\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citing entity cites the cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/cites> <http://www.w3.org/2000/01/rdf-schema#label> "cites"@en .
<http://purl.org/spar/cito/cites> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/cites> <http://www.w3.org/2000/01/rdf-schema#comment> "The citing entity cites the cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism)."@en .
<http://purl.org/spar/cito/cites> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/cites> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/cites> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:cites .\n " .
<http://purl.org/spar/cito/cites> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Cites\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/cites> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/cito/citesAsDataSource
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:citesAsDataSource a owl:ObjectProperty ;
rdfs:label "cites as data source"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:citesAsDataSource .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsDerivedFrom") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The citing entity cites the cited entity as source of data."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/citesAsDataSource">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">The citing entity cites the cited entity as source of data.</rdfs:comment>
<rdfs:label xml:lang="en">cites as data source</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsDerivedFrom") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:citesAsDataSource .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/citesAsDataSource",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:citesAsDataSource .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsDerivedFrom\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citing entity cites the cited entity as source of data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "cites as data source"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/citesAsDataSource> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsDerivedFrom\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/2000/01/rdf-schema#comment> "The citing entity cites the cited entity as source of data."@en .
<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/2000/01/rdf-schema#label> "cites as data source"@en .
<http://purl.org/spar/cito/citesAsDataSource> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:citesAsDataSource .\n " .
<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/citesAsDataSource> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/citesAsMetadataDocument
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:citesAsMetadataDocument a owl:ObjectProperty ;
rdfs:label "cites as metadata document"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:citesAsMetadataDocument .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("HasMetadata") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The citing entity cites the cited entity as being the container of metadata describing the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCitedAsMetadataDocumentBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/citesAsMetadataDocument">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedAsMetadataDocumentBy"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">cites as metadata document</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">The citing entity cites the cited entity as being the container of metadata describing the citing entity.</rdfs:comment>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:citesAsMetadataDocument .
</vann:example>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("HasMetadata") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/citesAsMetadataDocument",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:citesAsMetadataDocument .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"HasMetadata\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citing entity cites the cited entity as being the container of metadata describing the citing entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "cites as metadata document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCitedAsMetadataDocumentBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"HasMetadata\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/2000/01/rdf-schema#label> "cites as metadata document"@en .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:citesAsMetadataDocument .\n " .
<http://purl.org/spar/cito/citesAsMetadataDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "The citing entity cites the cited entity as being the container of metadata describing the citing entity."@en .
IRI: http://purl.org/spar/cito/citesForInformation
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:citesForInformation a owl:ObjectProperty ;
rdfs:label "cites for information"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:citesForInformation .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("References") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The citing entity cites the cited entity as a source of information on the subject under discussion."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCitedForInformationBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/citesForInformation">
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCitedForInformationBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">The citing entity cites the cited entity as a source of information on the subject under discussion.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">cites for information</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:citesForInformation .
</vann:example>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("References") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/citesForInformation",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:citesForInformation .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"References\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citing entity cites the cited entity as a source of information on the subject under discussion."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "cites for information"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCitedForInformationBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/citesForInformation> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"References\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/citesForInformation> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:citesForInformation .\n " .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCitedForInformationBy> .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/2000/01/rdf-schema#comment> "The citing entity cites the cited entity as a source of information on the subject under discussion."@en .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/2000/01/rdf-schema#label> "cites for information"@en .
<http://purl.org/spar/cito/citesForInformation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/cito/compiles
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:compiles a owl:ObjectProperty ;
rdfs:label "compiles"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:compiles .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Compiles") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The citing entity is used to create or compile the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isCompiledBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/compiles">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">compiles</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isCompiledBy"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The citing entity is used to create or compile the cited entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Compiles") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:compiles .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/compiles",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:compiles .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Compiles\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citing entity is used to create or compile the cited entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "compiles"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isCompiledBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/compiles> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/compiles> <http://www.w3.org/2000/01/rdf-schema#label> "compiles"@en .
<http://purl.org/spar/cito/compiles> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isCompiledBy> .
<http://purl.org/spar/cito/compiles> <http://www.w3.org/2000/01/rdf-schema#comment> "The citing entity is used to create or compile the cited entity."@en .
<http://purl.org/spar/cito/compiles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/compiles> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/compiles> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/compiles> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Compiles\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/compiles> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:compiles .\n " .
IRI: http://www.opengis.net/ont/geosparql#sfContains
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
geo:sfContains a owl:ObjectProperty ;
rdfs:label "contains"@en ;
vann:example """
:my-dataset-location
geo:hasGeometry :my-dataset-location-polygon .
:my-dataset-location-polygon a sf:Polygon ;
geo:asWKT
"POLYGON ((30 10, 40 40, 20 40, 30 10))"^^geo:wktLiteral ;
geo:sfContains :inner-point .
:inner-point a geo:Geometry ;
geo:asWKT "POINT(20 20)"^^geo:wktLiteral .
""" ;
vaem:rationale """
This is used to specify a polygon (i.e., an individual of the class `sf:Polygon`) defining the geographical box related to the resource under consideration.
The actual value of the polygon can be defined by means of the property `geo:asWKT`, which allows the specification of the coordinates related with the polygon.
"""@en ;
rdfs:comment "A thing spatially contains another thing."@en ;
rdfs:domain geo:SpatialObject ;
rdfs:isDefinedBy geo: ;
rdfs:range geo:SpatialObject ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.opengis.net/ont/geosparql#sfContains">
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql#"/>
<rdfs:comment xml:lang="en">A thing spatially contains another thing.</rdfs:comment>
<rdfs:range rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">contains</rdfs:label>
<rdfs:domain rdf:resource="http://www.opengis.net/ont/geosparql#SpatialObject"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to specify a polygon (i.e., an individual of the class `sf:Polygon`) defining the geographical box related to the resource under consideration.
The actual value of the polygon can be defined by means of the property `geo:asWKT`, which allows the specification of the coordinates related with the polygon.
</vaem:rationale>
<vann:example>
:my-dataset-location
geo:hasGeometry :my-dataset-location-polygon .
:my-dataset-location-polygon a sf:Polygon ;
geo:asWKT
"POLYGON ((30 10, 40 40, 20 40, 30 10))"^^geo:wktLiteral ;
geo:sfContains :inner-point .
:inner-point a geo:Geometry ;
geo:asWKT "POINT(20 20)"^^geo:wktLiteral .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.opengis.net/ont/geosparql#sfContains",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-location\n geo:hasGeometry :my-dataset-location-polygon .\n\n :my-dataset-location-polygon a sf:Polygon ;\n geo:asWKT\n \"POLYGON ((30 10, 40 40, 20 40, 30 10))\"^^geo:wktLiteral ;\n geo:sfContains :inner-point .\n\n :inner-point a geo:Geometry ;\n geo:asWKT \"POINT(20 20)\"^^geo:wktLiteral .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify a polygon (i.e., an individual of the class `sf:Polygon`) defining the geographical box related to the resource under consideration. \nThe actual value of the polygon can be defined by means of the property `geo:asWKT`, which allows the specification of the coordinates related with the polygon.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A thing spatially contains another thing."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.opengis.net/ont/geosparql#SpatialObject"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.opengis.net/ont/geosparql#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "contains"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.opengis.net/ont/geosparql#SpatialObject"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://www.opengis.net/ont/geosparql#sfContains> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.opengis.net/ont/geosparql#> .
<http://www.opengis.net/ont/geosparql#sfContains> <http://www.w3.org/2000/01/rdf-schema#comment> "A thing spatially contains another thing."@en .
<http://www.opengis.net/ont/geosparql#sfContains> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.opengis.net/ont/geosparql#SpatialObject> .
<http://www.opengis.net/ont/geosparql#sfContains> <http://purl.org/vocab/vann/example> "\n :my-dataset-location\n geo:hasGeometry :my-dataset-location-polygon .\n\n :my-dataset-location-polygon a sf:Polygon ;\n geo:asWKT\n \"POLYGON ((30 10, 40 40, 20 40, 30 10))\"^^geo:wktLiteral ;\n geo:sfContains :inner-point .\n\n :inner-point a geo:Geometry ;\n geo:asWKT \"POINT(20 20)\"^^geo:wktLiteral .\n " .
<http://www.opengis.net/ont/geosparql#sfContains> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.opengis.net/ont/geosparql#sfContains> <http://www.w3.org/2000/01/rdf-schema#label> "contains"@en .
<http://www.opengis.net/ont/geosparql#sfContains> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.opengis.net/ont/geosparql#sfContains> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify a polygon (i.e., an individual of the class `sf:Polygon`) defining the geographical box related to the resource under consideration. \nThe actual value of the polygon can be defined by means of the property `geo:asWKT`, which allows the specification of the coordinates related with the polygon.\n "@en .
<http://www.opengis.net/ont/geosparql#sfContains> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.opengis.net/ont/geosparql#SpatialObject> .
IRI: http://purl.org/dc/terms/contributor
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:contributor a owl:ObjectProperty ;
rdfs:label "contributor" ;
vann:example """
:my-dataset
dcterms:contributor :silvio-peroni .
:silvio-peroni a foaf:Agent .
""" ;
vaem:rationale """
This property allows one to link a resource with the agent who contributed to it in some way.
While the type of such agent could be a person (`foaf:Person`) or an organization (`foaf:Organization`), the use of `foaf:Agent` is preferred since it is more generic.
However, the subclasses of `foaf:Agent` can be used if there are other data that allow one to do so – e.g., if the agent has an ORCID specified one can choose to use `foaf:Person` instead.
This property should be accompanied by specific role descriptors if a particular type has been specified for the contributor by using the `pro:RoleInTime` ontological pattern.
"""@en ;
rdfs:comment "An entity responsible for making contributions to the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range foaf:Agent ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/contributor">
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:label>contributor</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">An entity responsible for making contributions to the resource.</rdfs:comment>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset
dcterms:contributor :silvio-peroni .
:silvio-peroni a foaf:Agent .
</vann:example>
<vaem:rationale xml:lang="en">
This property allows one to link a resource with the agent who contributed to it in some way.
While the type of such agent could be a person (`foaf:Person`) or an organization (`foaf:Organization`), the use of `foaf:Agent` is preferred since it is more generic.
However, the subclasses of `foaf:Agent` can be used if there are other data that allow one to do so – e.g., if the agent has an ORCID specified one can choose to use `foaf:Person` instead.
This property should be accompanied by specific role descriptors if a particular type has been specified for the contributor by using the `pro:RoleInTime` ontological pattern.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/contributor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset \n dcterms:contributor :silvio-peroni .\n\n :silvio-peroni a foaf:Agent .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis property allows one to link a resource with the agent who contributed to it in some way. \nWhile the type of such agent could be a person (`foaf:Person`) or an organization (`foaf:Organization`), the use of `foaf:Agent` is preferred since it is more generic. \nHowever, the subclasses of `foaf:Agent` can be used if there are other data that allow one to do so – e.g., if the agent has an ORCID specified one can choose to use `foaf:Person` instead.\n\nThis property should be accompanied by specific role descriptors if a particular type has been specified for the contributor by using the `pro:RoleInTime` ontological pattern.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An entity responsible for making contributions to the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "contributor"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/contributor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/contributor> <http://www.w3.org/2000/01/rdf-schema#label> "contributor" .
<http://purl.org/dc/terms/contributor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/contributor> <http://purl.org/vocab/vann/example> "\n :my-dataset \n dcterms:contributor :silvio-peroni .\n\n :silvio-peroni a foaf:Agent .\n " .
<http://purl.org/dc/terms/contributor> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis property allows one to link a resource with the agent who contributed to it in some way. \nWhile the type of such agent could be a person (`foaf:Person`) or an organization (`foaf:Organization`), the use of `foaf:Agent` is preferred since it is more generic. \nHowever, the subclasses of `foaf:Agent` can be used if there are other data that allow one to do so – e.g., if the agent has an ORCID specified one can choose to use `foaf:Person` instead.\n\nThis property should be accompanied by specific role descriptors if a particular type has been specified for the contributor by using the `pro:RoleInTime` ontological pattern.\n "@en .
<http://purl.org/dc/terms/contributor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/contributor> <http://www.w3.org/2000/01/rdf-schema#comment> "An entity responsible for making contributions to the resource."@en .
<http://purl.org/dc/terms/contributor> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/Agent> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:describes a owl:ObjectProperty ;
rdfs:label "describes"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:describes .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Describes") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The citing entity describes the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isDescribedBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/describes">
<rdfs:comment xml:lang="en">The citing entity describes the cited entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDescribedBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">describes</rdfs:label>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:describes .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Describes") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/describes",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:describes .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Describes\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citing entity describes the cited entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "describes"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isDescribedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/describes> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Describes\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/describes> <http://www.w3.org/2000/01/rdf-schema#comment> "The citing entity describes the cited entity."@en .
<http://purl.org/spar/cito/describes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/describes> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:describes .\n " .
<http://purl.org/spar/cito/describes> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isDescribedBy> .
<http://purl.org/spar/cito/describes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/describes> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/describes> <http://www.w3.org/2000/01/rdf-schema#label> "describes"@en .
<http://purl.org/spar/cito/describes> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/documents
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:documents a owl:ObjectProperty ;
rdfs:label "documents"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:documents .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Documents") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The citing entity documents information about the cited entity." ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
owl:inverseOf cito:isDocumentedBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/documents">
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/isDocumentedBy"/>
<rdfs:comment>The citing entity documents information about the cited entity.</rdfs:comment>
<rdfs:label xml:lang="en">documents</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:documents .
</vann:example>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Documents") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/documents",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:documents .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Documents\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The citing entity documents information about the cited entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "documents"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/isDocumentedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/documents> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/isDocumentedBy> .
<http://purl.org/spar/cito/documents> <http://www.w3.org/2000/01/rdf-schema#comment> "The citing entity documents information about the cited entity." .
<http://purl.org/spar/cito/documents> <http://www.w3.org/2000/01/rdf-schema#label> "documents"@en .
<http://purl.org/spar/cito/documents> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Documents\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/documents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/documents> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/documents> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/documents> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/documents> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:documents .\n " .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:arrangement a owl:ObjectProperty ;
rdfs:label "has arrangement"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:arrangement .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsOriginalFormOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment """
An expression arranged in another one.
"""@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:arrangementOf ;
vs:term_status reg:statusStable ;
skos:note """
In the arranged expression some content of the previous expression is changed in some way, but the result does not alter the content to the extent that it becomes a new work.
The expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood).
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#arrangement">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#arrangementOf"/>
<rdfs:comment xml:lang="en">
An expression arranged in another one.
</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">has arrangement</rdfs:label>
<skos:note xml:lang="en">
In the arranged expression some content of the previous expression is changed in some way, but the result does not alter the content to the extent that it becomes a new work.
The expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood).
</skos:note>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:arrangement .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsOriginalFormOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#arrangement",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:arrangement .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsOriginalFormOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nAn expression arranged in another one.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has arrangement"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#arrangementOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIn the arranged expression some content of the previous expression is changed in some way, but the result does not alter the content to the extent that it becomes a new work. \nThe expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood). \n "
}
]
}
]<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#arrangementOf> .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/2000/01/rdf-schema#comment> "\nAn expression arranged in another one.\n "@en .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsOriginalFormOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/2004/02/skos/core#note> "\nIn the arranged expression some content of the previous expression is changed in some way, but the result does not alter the content to the extent that it becomes a new work. \nThe expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood). \n "@en .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/2000/01/rdf-schema#label> "has arrangement"@en .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#arrangement> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:arrangement .\n " .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:creator a owl:ObjectProperty ;
rdfs:label "has creator" ;
vann:example """
:my-dataset
dcterms:creator :david-shotton .
:david-shotton a foaf:Agent .
""" ;
vaem:rationale """
This property allows one to link a resource with the agent responsible for its creation.
While the type of such agent could be either a person (`foaf:Person`) or an organization (`foaf:Organization`), the use of `foaf:Agent` is preferred since it is more generic.
However, the subclasses of `foaf:Agent` can be used if there are other data that allow one to do so – e.g., if the agent has an ORCID specified one can choose to use `foaf:Person` instead.
"""@en ;
rdfs:comment "An entity responsible for making the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range foaf:Agent ;
rdfs:subPropertyOf dcterms:contributor ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/contributor"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">An entity responsible for making the resource.</rdfs:comment>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:label>has creator</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<vaem:rationale xml:lang="en">
This property allows one to link a resource with the agent responsible for its creation.
While the type of such agent could be either a person (`foaf:Person`) or an organization (`foaf:Organization`), the use of `foaf:Agent` is preferred since it is more generic.
However, the subclasses of `foaf:Agent` can be used if there are other data that allow one to do so – e.g., if the agent has an ORCID specified one can choose to use `foaf:Person` instead.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset
dcterms:creator :david-shotton .
:david-shotton a foaf:Agent .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/creator",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset \n dcterms:creator :david-shotton .\n \n :david-shotton a foaf:Agent .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis property allows one to link a resource with the agent responsible for its creation. \nWhile the type of such agent could be either a person (`foaf:Person`) or an organization (`foaf:Organization`), the use of `foaf:Agent` is preferred since it is more generic. \nHowever, the subclasses of `foaf:Agent` can be used if there are other data that allow one to do so – e.g., if the agent has an ORCID specified one can choose to use `foaf:Person` instead.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An entity responsible for making the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has creator"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/contributor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/creator> <http://purl.org/vocab/vann/example> "\n :my-dataset \n dcterms:creator :david-shotton .\n \n :david-shotton a foaf:Agent .\n " .
<http://purl.org/dc/terms/creator> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/contributor> .
<http://purl.org/dc/terms/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/creator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/creator> <http://www.w3.org/2000/01/rdf-schema#comment> "An entity responsible for making the resource."@en .
<http://purl.org/dc/terms/creator> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/Agent> .
<http://purl.org/dc/terms/creator> <http://www.w3.org/2000/01/rdf-schema#label> "has creator" .
<http://purl.org/dc/terms/creator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/creator> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis property allows one to link a resource with the agent responsible for its creation. \nWhile the type of such agent could be either a person (`foaf:Person`) or an organization (`foaf:Organization`), the use of `foaf:Agent` is preferred since it is more generic. \nHowever, the subclasses of `foaf:Agent` can be used if there are other data that allow one to do so – e.g., if the agent has an ORCID specified one can choose to use `foaf:Person` instead.\n "@en .
IRI: http://purl.org/spar/datacite/hasCreatorList
@prefix co: <http://purl.org/co/> .
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:hasCreatorList a owl:ObjectProperty ;
rdfs:label "has creator list"@en ;
vann:example """
:my-resource
datacite:hasCreatorList [
a co:List ;
co:firstItem :david-shotton ;
co:item :silvio-peroni ;
co:lastItem :sebastian-barzaghi
] .
""" ;
vaem:rationale """
This is used to associate an ordered author list to a resource.
The list is modelled as an instance of the class `co:List`, which permits the specification of an ordered sequence of elements (in this case, a series of authors) via the usage of properties such as `co:firstItem`, `co:item` and `co:lastItem`.
"""@en ;
rdfs:comment "The list of the creators of a certain resource."@en ;
rdfs:domain [ a owl:Restriction ;
owl:onProperty datacite:hasIdentifier ;
owl:someValuesFrom datacite:ResourceIdentifier ] ;
rdfs:range co:List ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/hasCreatorList">
<rdfs:label xml:lang="en">has creator list</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/co/List"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The list of the creators of a certain resource.</rdfs:comment>
<rdfs:domain rdf:nodeID="n16082fa6811145e08dfaeb8890637028b1"/>
<vaem:rationale xml:lang="en">
This is used to associate an ordered author list to a resource.
The list is modelled as an instance of the class `co:List`, which permits the specification of an ordered sequence of elements (in this case, a series of authors) via the usage of properties such as `co:firstItem`, `co:item` and `co:lastItem`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource
datacite:hasCreatorList [
a co:List ;
co:firstItem :david-shotton ;
co:item :silvio-peroni ;
co:lastItem :sebastian-barzaghi
] .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b1">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/hasIdentifier"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/datacite/ResourceIdentifier"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/hasCreatorList",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource \n datacite:hasCreatorList [\n a co:List ;\n co:firstItem :david-shotton ;\n co:item :silvio-peroni ;\n co:lastItem :sebastian-barzaghi\n ] .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to associate an ordered author list to a resource. \nThe list is modelled as an instance of the class `co:List`, which permits the specification of an ordered sequence of elements (in this case, a series of authors) via the usage of properties such as `co:firstItem`, `co:item` and `co:lastItem`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The list of the creators of a certain resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b1"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has creator list"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/co/List"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b1",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/hasIdentifier"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifier"
}
]
}
]<http://purl.org/spar/datacite/hasCreatorList> <http://www.w3.org/2000/01/rdf-schema#label> "has creator list"@en .
_:n16082fa6811145e08dfaeb8890637028b1 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/datacite/ResourceIdentifier> .
<http://purl.org/spar/datacite/hasCreatorList> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/hasCreatorList> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/co/List> .
_:n16082fa6811145e08dfaeb8890637028b1 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/hasIdentifier> .
<http://purl.org/spar/datacite/hasCreatorList> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/datacite/hasCreatorList> <http://www.w3.org/2000/01/rdf-schema#comment> "The list of the creators of a certain resource."@en .
_:n16082fa6811145e08dfaeb8890637028b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/datacite/hasCreatorList> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to associate an ordered author list to a resource. \nThe list is modelled as an instance of the class `co:List`, which permits the specification of an ordered sequence of elements (in this case, a series of authors) via the usage of properties such as `co:firstItem`, `co:item` and `co:lastItem`.\n "@en .
<http://purl.org/spar/datacite/hasCreatorList> <http://purl.org/vocab/vann/example> "\n :my-resource \n datacite:hasCreatorList [\n a co:List ;\n co:firstItem :david-shotton ;\n co:item :silvio-peroni ;\n co:lastItem :sebastian-barzaghi\n ] .\n " .
<http://purl.org/spar/datacite/hasCreatorList> <http://www.w3.org/2000/01/rdf-schema#domain> _:n16082fa6811145e08dfaeb8890637028b1 .
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:hasDescription a owl:ObjectProperty ;
rdfs:label "has description"@en ;
vann:example """
:my-resource
datacite:hasDescription :my-resource-additional-info .
:my-resource-additional-info
literal:hasLiteralValue "This dataset contains data about stuff." .
""" ;
vaem:rationale """
This is used to allow the specification of another resource that provides additional information about the resource under consideration.
"""@en ;
rdfs:comment "An entity used to describe a resource."@en ;
rdfs:domain [ a owl:Restriction ;
owl:onProperty datacite:hasIdentifier ;
owl:someValuesFrom datacite:ResourceIdentifier ] ;
rdfs:isDefinedBy datacite: ;
rdfs:range [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty datacite:hasDescriptionType ] ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b4">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/hasIdentifier"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/datacite/ResourceIdentifier"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/datacite/hasDescription">
<rdfs:range rdf:nodeID="n16082fa6811145e08dfaeb8890637028b5"/>
<rdfs:comment xml:lang="en">An entity used to describe a resource.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:domain rdf:nodeID="n16082fa6811145e08dfaeb8890637028b4"/>
<rdfs:label xml:lang="en">has description</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:my-resource
datacite:hasDescription :my-resource-additional-info .
:my-resource-additional-info
literal:hasLiteralValue "This dataset contains data about stuff." .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to allow the specification of another resource that provides additional information about the resource under consideration.
</vaem:rationale>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b5">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/hasDescriptionType"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/hasDescription",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasDescription :my-resource-additional-info .\n\n :my-resource-additional-info\n literal:hasLiteralValue \"This dataset contains data about stuff.\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to allow the specification of another resource that provides additional information about the resource under consideration.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An entity used to describe a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b4"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has description"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b5"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b5",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#cardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/hasDescriptionType"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b4",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/hasIdentifier"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifier"
}
]
}
]_:n16082fa6811145e08dfaeb8890637028b4 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/datacite/ResourceIdentifier> .
<http://purl.org/spar/datacite/hasDescription> <http://www.w3.org/2000/01/rdf-schema#range> _:n16082fa6811145e08dfaeb8890637028b5 .
<http://purl.org/spar/datacite/hasDescription> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasDescription :my-resource-additional-info .\n\n :my-resource-additional-info\n literal:hasLiteralValue \"This dataset contains data about stuff.\" .\n " .
_:n16082fa6811145e08dfaeb8890637028b4 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/hasIdentifier> .
<http://purl.org/spar/datacite/hasDescription> <http://www.w3.org/2000/01/rdf-schema#comment> "An entity used to describe a resource."@en .
<http://purl.org/spar/datacite/hasDescription> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/hasDescription> <http://www.w3.org/2000/01/rdf-schema#domain> _:n16082fa6811145e08dfaeb8890637028b4 .
<http://purl.org/spar/datacite/hasDescription> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to allow the specification of another resource that provides additional information about the resource under consideration.\n "@en .
<http://purl.org/spar/datacite/hasDescription> <http://www.w3.org/2000/01/rdf-schema#label> "has description"@en .
<http://purl.org/spar/datacite/hasDescription> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/datacite/hasDescription> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n16082fa6811145e08dfaeb8890637028b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n16082fa6811145e08dfaeb8890637028b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n16082fa6811145e08dfaeb8890637028b5 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/hasDescriptionType> .
_:n16082fa6811145e08dfaeb8890637028b5 <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
IRI: http://purl.org/spar/datacite/hasDescriptionType
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:hasDescriptionType a owl:ObjectProperty ;
rdfs:label "has description type"@en ;
vann:example """
:my-resource
datacite:hasDescription :my-resource-additional-info .
:my-resource-additional-info
datacite:hasDescriptionType datacite:abstract .
""" ;
vaem:rationale """
This is used to specify the type of description used to describe a resource, defined as an individual of the class `datacite:DescriptionType` from the DataCite controlled list.
Individuals include: "Abstract" (`datacite:abstract`), "Methods" (`datacite:methods`), "Series Information" (`datacite:series-information`), "Table Of Content" (`datacite:table-of-content`) and "Other" (`datacite:other`).
"""@en ;
rdfs:comment "The type of description used to describe a resource."@en ;
rdfs:domain [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Restriction ;
owl:onProperty datacite:hasIdentifier ;
owl:someValuesFrom datacite:ResourceIdentifier ] ;
owl:onProperty [ owl:inverseOf datacite:hasDescription ] ] ;
rdfs:isDefinedBy datacite: ;
rdfs:range datacite:DescriptionType ;
rdfs:subPropertyOf dcterms:type ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/hasDescriptionType">
<rdfs:domain rdf:nodeID="n16082fa6811145e08dfaeb8890637028b6"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/type"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:range rdf:resource="http://purl.org/spar/datacite/DescriptionType"/>
<rdfs:label xml:lang="en">has description type</rdfs:label>
<rdfs:comment xml:lang="en">The type of description used to describe a resource.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to specify the type of description used to describe a resource, defined as an individual of the class `datacite:DescriptionType` from the DataCite controlled list.
Individuals include: "Abstract" (`datacite:abstract`), "Methods" (`datacite:methods`), "Series Information" (`datacite:series-information`), "Table Of Content" (`datacite:table-of-content`) and "Other" (`datacite:other`).
</vaem:rationale>
<vann:example>
:my-resource
datacite:hasDescription :my-resource-additional-info .
:my-resource-additional-info
datacite:hasDescriptionType datacite:abstract .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b6">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:nodeID="n16082fa6811145e08dfaeb8890637028b7"/>
<owl:onProperty rdf:nodeID="n16082fa6811145e08dfaeb8890637028b8"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b7">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/hasIdentifier"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/datacite/ResourceIdentifier"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b8">
<owl:inverseOf rdf:resource="http://purl.org/spar/datacite/hasDescription"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/hasDescriptionType",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasDescription :my-resource-additional-info .\n\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:abstract .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the type of description used to describe a resource, defined as an individual of the class `datacite:DescriptionType` from the DataCite controlled list.\n\nIndividuals include: \"Abstract\" (`datacite:abstract`), \"Methods\" (`datacite:methods`), \"Series Information\" (`datacite:series-information`), \"Table Of Content\" (`datacite:table-of-content`) and \"Other\" (`datacite:other`).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The type of description used to describe a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b6"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has description type"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/datacite/DescriptionType"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/type"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b6",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b7"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b8"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b7",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/hasIdentifier"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifier"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b8",
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/datacite/hasDescription"
}
]
}
]<http://purl.org/spar/datacite/hasDescriptionType> <http://www.w3.org/2000/01/rdf-schema#domain> _:n16082fa6811145e08dfaeb8890637028b6 .
<http://purl.org/spar/datacite/hasDescriptionType> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/type> .
_:n16082fa6811145e08dfaeb8890637028b6 <http://www.w3.org/2002/07/owl#allValuesFrom> _:n16082fa6811145e08dfaeb8890637028b7 .
_:n16082fa6811145e08dfaeb8890637028b6 <http://www.w3.org/2002/07/owl#onProperty> _:n16082fa6811145e08dfaeb8890637028b8 .
<http://purl.org/spar/datacite/hasDescriptionType> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the type of description used to describe a resource, defined as an individual of the class `datacite:DescriptionType` from the DataCite controlled list.\n\nIndividuals include: \"Abstract\" (`datacite:abstract`), \"Methods\" (`datacite:methods`), \"Series Information\" (`datacite:series-information`), \"Table Of Content\" (`datacite:table-of-content`) and \"Other\" (`datacite:other`).\n "@en .
_:n16082fa6811145e08dfaeb8890637028b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/datacite/hasDescriptionType> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/datacite/DescriptionType> .
<http://purl.org/spar/datacite/hasDescriptionType> <http://www.w3.org/2000/01/rdf-schema#label> "has description type"@en .
_:n16082fa6811145e08dfaeb8890637028b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/datacite/hasDescriptionType> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasDescription :my-resource-additional-info .\n\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:abstract .\n " .
_:n16082fa6811145e08dfaeb8890637028b7 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/datacite/ResourceIdentifier> .
<http://purl.org/spar/datacite/hasDescriptionType> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/hasDescriptionType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/datacite/hasDescriptionType> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n16082fa6811145e08dfaeb8890637028b8 <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/datacite/hasDescription> .
_:n16082fa6811145e08dfaeb8890637028b7 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/hasIdentifier> .
<http://purl.org/spar/datacite/hasDescriptionType> <http://www.w3.org/2000/01/rdf-schema#comment> "The type of description used to describe a resource."@en .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:extent a owl:ObjectProperty ;
rdfs:label "has extent" ;
vann:example """
:my-dataset
dcterms:extent :my-dataset-number-of-statements .
:my-dataset-number-of-statements a dcterms:SizeOrDuration ;
rdf:value 146 .
""" ;
vaem:rationale """
This is used to specify a possible extent for the resource under consideration, defined as an individual of the class `dcterms:SizeOrDuration`.
When possible, such an individual can be accompanied by more specific data properties depending on the actual extent we are considering (e.g. `rdf:value`, `prism:pageRange`, `fabio:hasPageCount`, etc.).
"""@en ;
rdfs:comment "The size or duration of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range dcterms:SizeOrDuration ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/extent">
<rdfs:label>has extent</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/dc/terms/SizeOrDuration"/>
<rdfs:comment xml:lang="en">The size or duration of the resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset
dcterms:extent :my-dataset-number-of-statements .
:my-dataset-number-of-statements a dcterms:SizeOrDuration ;
rdf:value 146 .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to specify a possible extent for the resource under consideration, defined as an individual of the class `dcterms:SizeOrDuration`.
When possible, such an individual can be accompanied by more specific data properties depending on the actual extent we are considering (e.g. `rdf:value`, `prism:pageRange`, `fabio:hasPageCount`, etc.).
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/extent",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset\n dcterms:extent :my-dataset-number-of-statements .\n\n :my-dataset-number-of-statements a dcterms:SizeOrDuration ;\n rdf:value 146 .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify a possible extent for the resource under consideration, defined as an individual of the class `dcterms:SizeOrDuration`. \nWhen possible, such an individual can be accompanied by more specific data properties depending on the actual extent we are considering (e.g. `rdf:value`, `prism:pageRange`, `fabio:hasPageCount`, etc.).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The size or duration of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has extent"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/dc/terms/SizeOrDuration"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/extent> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/extent> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify a possible extent for the resource under consideration, defined as an individual of the class `dcterms:SizeOrDuration`. \nWhen possible, such an individual can be accompanied by more specific data properties depending on the actual extent we are considering (e.g. `rdf:value`, `prism:pageRange`, `fabio:hasPageCount`, etc.).\n "@en .
<http://purl.org/dc/terms/extent> <http://www.w3.org/2000/01/rdf-schema#label> "has extent" .
<http://purl.org/dc/terms/extent> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/dc/terms/SizeOrDuration> .
<http://purl.org/dc/terms/extent> <http://www.w3.org/2000/01/rdf-schema#comment> "The size or duration of the resource."@en .
<http://purl.org/dc/terms/extent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/extent> <http://purl.org/vocab/vann/example> "\n :my-dataset\n dcterms:extent :my-dataset-number-of-statements .\n\n :my-dataset-number-of-statements a dcterms:SizeOrDuration ;\n rdf:value 146 .\n " .
<http://purl.org/dc/terms/extent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
IRI: http://purl.org/dc/terms/format
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:format a owl:ObjectProperty ;
rdfs:label "has format" ;
vann:example """
datacite:spar
dcterms:format <https://w3id.org/spar/mediatype/text/turtle> .
<https://w3id.org/spar/mediatype/text/turtle> a dcterms:MediaTypeOrExtent .
""" ;
vaem:rationale """
This should be used if the type of the relation between two resources refers to the association of metadata by one to the other.
This allows to declare the particular format in which the metadata in the metadata document are stored.
The format should be defined as an individual of the class `dcterms:MediaTypeOrExtent`.
Instead of creating a new media type every time, it is strongly suggested to reuse those already available in existing datasets, such as the “Media type as Linked Open Data” dataset (https://w3id.org/spar/mediatype).
"""@en ;
rdfs:comment "The file format, physical medium, or dimensions of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range dcterms:MediaTypeOrExtent ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/format">
<rdfs:comment xml:lang="en">The file format, physical medium, or dimensions of the resource.</rdfs:comment>
<rdfs:label>has format</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:range rdf:resource="http://purl.org/dc/terms/MediaTypeOrExtent"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
datacite:spar
dcterms:format <https://w3id.org/spar/mediatype/text/turtle> .
<https://w3id.org/spar/mediatype/text/turtle> a dcterms:MediaTypeOrExtent .
</vann:example>
<vaem:rationale xml:lang="en">
This should be used if the type of the relation between two resources refers to the association of metadata by one to the other.
This allows to declare the particular format in which the metadata in the metadata document are stored.
The format should be defined as an individual of the class `dcterms:MediaTypeOrExtent`.
Instead of creating a new media type every time, it is strongly suggested to reuse those already available in existing datasets, such as the “Media type as Linked Open Data” dataset (https://w3id.org/spar/mediatype).
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/format",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n datacite:spar\n dcterms:format <https://w3id.org/spar/mediatype/text/turtle> .\n\n <https://w3id.org/spar/mediatype/text/turtle> a dcterms:MediaTypeOrExtent .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis should be used if the type of the relation between two resources refers to the association of metadata by one to the other.\nThis allows to declare the particular format in which the metadata in the metadata document are stored. \nThe format should be defined as an individual of the class `dcterms:MediaTypeOrExtent`.\n\nInstead of creating a new media type every time, it is strongly suggested to reuse those already available in existing datasets, such as the “Media type as Linked Open Data” dataset (https://w3id.org/spar/mediatype).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The file format, physical medium, or dimensions of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has format"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/dc/terms/MediaTypeOrExtent"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/format> <http://www.w3.org/2000/01/rdf-schema#comment> "The file format, physical medium, or dimensions of the resource."@en .
<http://purl.org/dc/terms/format> <http://purl.org/vocab/vann/example> "\n datacite:spar\n dcterms:format <https://w3id.org/spar/mediatype/text/turtle> .\n\n <https://w3id.org/spar/mediatype/text/turtle> a dcterms:MediaTypeOrExtent .\n " .
<http://purl.org/dc/terms/format> <http://www.w3.org/2000/01/rdf-schema#label> "has format" .
<http://purl.org/dc/terms/format> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis should be used if the type of the relation between two resources refers to the association of metadata by one to the other.\nThis allows to declare the particular format in which the metadata in the metadata document are stored. \nThe format should be defined as an individual of the class `dcterms:MediaTypeOrExtent`.\n\nInstead of creating a new media type every time, it is strongly suggested to reuse those already available in existing datasets, such as the “Media type as Linked Open Data” dataset (https://w3id.org/spar/mediatype).\n "@en .
<http://purl.org/dc/terms/format> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/format> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/dc/terms/MediaTypeOrExtent> .
<http://purl.org/dc/terms/format> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/format> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/hasGeneralResourceType
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix fr: <http://purl.org/spar/fr/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:hasGeneralResourceType a owl:ObjectProperty ;
rdfs:label "has general resource type"@en ;
vann:example """
:my-resource
datacite:hasGeneralResourceType dcmitype:Dataset .
""" ;
vaem:rationale """
All DataCite-required general resource type terms are defined by classes in the [Dublin Core Type Vocabulary](http://purl.org/dc/dcmitype/), in [FaBiO](http://purl.org/spar/fabio) and in the [FAIR* Reviews Ontology](http://purl.org/spar/fr), with the exception of the more general `frbr:Endeavour` (mapped to "Other").
The following list specifies ontology classes for all the allowed general resource types in the DataCite Controlled List, with the relevant DataCite general type given alphabetically in parentheses:
- `dcmitype:MovingImage` (Audiovisual);
- `fabio:Book` (Book);
- `fabio:BookChapter` (BookChapter);
- `dcmitype:Collection` (Collection);
- `fabio:LaboratoryNotebook` (ComputationalNotebook);
- `fabio:ConferencePaper` (ConferencePaper);
- `fabio:ConferenceProceedings` (ConferenceProceeding);
- `fabio:ResourcePaper` (DataPaper);
- `dcmitype:Dataset` (Dataset);
- `fabio:Thesis` (Dissertation);
- `dcmitype:Event` (Event);
- `dcmitype:StillImage` (Image);
- `dcmitype:InteractiveResource` (InteractiveResource);
- `fabio:Journal` (Journal);
- `fabio:JournalArticle` (JournalArticle);
- `fabio:Model` (Model);
- `fabio:DataManagementPlan` (OutputManagementPlan);
- `fr:ReviewVersion` (PeerReview);
- `dcmitype:PhysicalObject` (PhysicalObject);
- `fabio:ConferencePoster` (Poster);
- `fabio:Preprint` (Preprint);
- `fabio:Presentation` (Presentation);
- `fabio:ProjectPlan` (Project);
- `fabio:ReportDocument` (Report);
- `dcmitype:Service` (Service);
- `dcmitype:Software` (Software);
- `dcmitype:Sound` (Sound);
- `fabio:TechnicalStandard` (Standard);
- `fabio:Report` (StudyRegistration);
- `dcmitype:Text` (Text);
- `fabio:Workflow` (Workflow);
- `frbr:Endeavour` (Other).
The value "Award" is modeled differently, using an instance of `frbr:Endeavour` and a `foaf:Agent` connected to it via the property `frapo:awards`.
The value "Instrument" is modeled differently, using an instance of `schema:Action` connected to a `frbr:Endeavour` via the property `schema:instrument`.
"""@en ;
rdfs:comment "The general type of a resource, defined from the DataCite controlled list."@en ;
rdfs:domain [ a owl:Restriction ;
owl:onProperty datacite:hasIdentifier ;
owl:someValuesFrom datacite:ResourceIdentifier ] ;
rdfs:isDefinedBy datacite: ;
rdfs:range skos:Concept ;
rdfs:seeAlso dcmitype:Collection,
dcmitype:Dataset,
dcmitype:Event,
dcmitype:InteractiveResource,
dcmitype:MovingImage,
dcmitype:PhysicalObject,
dcmitype:Service,
dcmitype:Software,
dcmitype:Sound,
dcmitype:StillImage,
dcmitype:Text,
fabio:Book,
fabio:BookChapter,
fabio:ConferencePaper,
fabio:ConferencePoster,
fabio:ConferenceProceedings,
fabio:DataManagementPlan,
fabio:Journal,
fabio:JournalArticle,
fabio:LaboratoryNotebook,
fabio:Model,
fabio:Preprint,
fabio:Presentation,
fabio:ProjectPlan,
fabio:Report,
fabio:ReportDocument,
fabio:ResourcePaper,
fabio:TechnicalStandard,
fabio:Thesis,
fabio:Workflow,
fr:ReviewVersion,
frbr:Endeavour ;
rdfs:subPropertyOf dcterms:type ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b2">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/datacite/hasIdentifier"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/datacite/ResourceIdentifier"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/datacite/hasGeneralResourceType">
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Model"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/dcmitype/Dataset"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/dcmitype/Collection"/>
<rdfs:seeAlso rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/ConferenceProceedings"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Thesis"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Report"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/ResourcePaper"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fr/ReviewVersion"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/dcmitype/InteractiveResource"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/dcmitype/Software"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/dcmitype/MovingImage"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/dcmitype/Text"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/ConferencePaper"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/JournalArticle"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Journal"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Workflow"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/DataManagementPlan"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/ConferencePoster"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Preprint"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/dcmitype/Service"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/ProjectPlan"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Presentation"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/dcmitype/PhysicalObject"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Book"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/dcmitype/Sound"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/ReportDocument"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/LaboratoryNotebook"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/dcmitype/Event"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/BookChapter"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/TechnicalStandard"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:comment xml:lang="en">The general type of a resource, defined from the DataCite controlled list.</rdfs:comment>
<rdfs:label xml:lang="en">has general resource type</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:nodeID="n16082fa6811145e08dfaeb8890637028b2"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/type"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource
datacite:hasGeneralResourceType dcmitype:Dataset .
</vann:example>
<vaem:rationale xml:lang="en">
All DataCite-required general resource type terms are defined by classes in the [Dublin Core Type Vocabulary](http://purl.org/dc/dcmitype/), in [FaBiO](http://purl.org/spar/fabio) and in the [FAIR* Reviews Ontology](http://purl.org/spar/fr), with the exception of the more general `frbr:Endeavour` (mapped to "Other").
The following list specifies ontology classes for all the allowed general resource types in the DataCite Controlled List, with the relevant DataCite general type given alphabetically in parentheses:
- `dcmitype:MovingImage` (Audiovisual);
- `fabio:Book` (Book);
- `fabio:BookChapter` (BookChapter);
- `dcmitype:Collection` (Collection);
- `fabio:LaboratoryNotebook` (ComputationalNotebook);
- `fabio:ConferencePaper` (ConferencePaper);
- `fabio:ConferenceProceedings` (ConferenceProceeding);
- `fabio:ResourcePaper` (DataPaper);
- `dcmitype:Dataset` (Dataset);
- `fabio:Thesis` (Dissertation);
- `dcmitype:Event` (Event);
- `dcmitype:StillImage` (Image);
- `dcmitype:InteractiveResource` (InteractiveResource);
- `fabio:Journal` (Journal);
- `fabio:JournalArticle` (JournalArticle);
- `fabio:Model` (Model);
- `fabio:DataManagementPlan` (OutputManagementPlan);
- `fr:ReviewVersion` (PeerReview);
- `dcmitype:PhysicalObject` (PhysicalObject);
- `fabio:ConferencePoster` (Poster);
- `fabio:Preprint` (Preprint);
- `fabio:Presentation` (Presentation);
- `fabio:ProjectPlan` (Project);
- `fabio:ReportDocument` (Report);
- `dcmitype:Service` (Service);
- `dcmitype:Software` (Software);
- `dcmitype:Sound` (Sound);
- `fabio:TechnicalStandard` (Standard);
- `fabio:Report` (StudyRegistration);
- `dcmitype:Text` (Text);
- `fabio:Workflow` (Workflow);
- `frbr:Endeavour` (Other).
The value "Award" is modeled differently, using an instance of `frbr:Endeavour` and a `foaf:Agent` connected to it via the property `frapo:awards`.
The value "Instrument" is modeled differently, using an instance of `schema:Action` connected to a `frbr:Endeavour` via the property `schema:instrument`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/hasGeneralResourceType",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Dataset .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nAll DataCite-required general resource type terms are defined by classes in the [Dublin Core Type Vocabulary](http://purl.org/dc/dcmitype/), in [FaBiO](http://purl.org/spar/fabio) and in the [FAIR* Reviews Ontology](http://purl.org/spar/fr), with the exception of the more general `frbr:Endeavour` (mapped to \"Other\").\n\nThe following list specifies ontology classes for all the allowed general resource types in the DataCite Controlled List, with the relevant DataCite general type given alphabetically in parentheses:\n\n- `dcmitype:MovingImage` (Audiovisual);\n- `fabio:Book` (Book);\n- `fabio:BookChapter` (BookChapter);\n- `dcmitype:Collection` (Collection);\n- `fabio:LaboratoryNotebook` (ComputationalNotebook);\n- `fabio:ConferencePaper` (ConferencePaper);\n- `fabio:ConferenceProceedings` (ConferenceProceeding);\n- `fabio:ResourcePaper` (DataPaper);\n- `dcmitype:Dataset` (Dataset);\n- `fabio:Thesis` (Dissertation);\n- `dcmitype:Event` (Event);\n- `dcmitype:StillImage` (Image);\n- `dcmitype:InteractiveResource` (InteractiveResource);\n- `fabio:Journal` (Journal);\n- `fabio:JournalArticle` (JournalArticle);\n- `fabio:Model` (Model);\n- `fabio:DataManagementPlan` (OutputManagementPlan);\n- `fr:ReviewVersion` (PeerReview);\n- `dcmitype:PhysicalObject` (PhysicalObject);\n- `fabio:ConferencePoster` (Poster);\n- `fabio:Preprint` (Preprint);\n- `fabio:Presentation` (Presentation);\n- `fabio:ProjectPlan` (Project);\n- `fabio:ReportDocument` (Report);\n- `dcmitype:Service` (Service);\n- `dcmitype:Software` (Software);\n- `dcmitype:Sound` (Sound);\n- `fabio:TechnicalStandard` (Standard);\n- `fabio:Report` (StudyRegistration);\n- `dcmitype:Text` (Text);\n- `fabio:Workflow` (Workflow);\n- `frbr:Endeavour` (Other).\n\nThe value \"Award\" is modeled differently, using an instance of `frbr:Endeavour` and a `foaf:Agent` connected to it via the property `frapo:awards`.\n\nThe value \"Instrument\" is modeled differently, using an instance of `schema:Action` connected to a `frbr:Endeavour` via the property `schema:instrument`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The general type of a resource, defined from the DataCite controlled list."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b2"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has general resource type"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/Model"
},
{
"@id": "http://purl.org/dc/dcmitype/Dataset"
},
{
"@id": "http://purl.org/dc/dcmitype/Collection"
},
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
},
{
"@id": "http://purl.org/spar/fabio/ConferenceProceedings"
},
{
"@id": "http://purl.org/spar/fabio/Thesis"
},
{
"@id": "http://purl.org/dc/dcmitype/StillImage"
},
{
"@id": "http://purl.org/spar/fabio/Report"
},
{
"@id": "http://purl.org/spar/fabio/ResourcePaper"
},
{
"@id": "http://purl.org/spar/fr/ReviewVersion"
},
{
"@id": "http://purl.org/dc/dcmitype/InteractiveResource"
},
{
"@id": "http://purl.org/dc/dcmitype/Software"
},
{
"@id": "http://purl.org/dc/dcmitype/MovingImage"
},
{
"@id": "http://purl.org/dc/dcmitype/Text"
},
{
"@id": "http://purl.org/spar/fabio/ConferencePaper"
},
{
"@id": "http://purl.org/spar/fabio/JournalArticle"
},
{
"@id": "http://purl.org/spar/fabio/Journal"
},
{
"@id": "http://purl.org/spar/fabio/Workflow"
},
{
"@id": "http://purl.org/spar/fabio/DataManagementPlan"
},
{
"@id": "http://purl.org/spar/fabio/ConferencePoster"
},
{
"@id": "http://purl.org/spar/fabio/Preprint"
},
{
"@id": "http://purl.org/dc/dcmitype/Service"
},
{
"@id": "http://purl.org/spar/fabio/ProjectPlan"
},
{
"@id": "http://purl.org/spar/fabio/Presentation"
},
{
"@id": "http://purl.org/dc/dcmitype/PhysicalObject"
},
{
"@id": "http://purl.org/spar/fabio/Book"
},
{
"@id": "http://purl.org/dc/dcmitype/Sound"
},
{
"@id": "http://purl.org/spar/fabio/ReportDocument"
},
{
"@id": "http://purl.org/spar/fabio/LaboratoryNotebook"
},
{
"@id": "http://purl.org/dc/dcmitype/Event"
},
{
"@id": "http://purl.org/spar/fabio/BookChapter"
},
{
"@id": "http://purl.org/spar/fabio/TechnicalStandard"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/type"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b2",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/datacite/hasIdentifier"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/datacite/ResourceIdentifier"
}
]
}
]_:n16082fa6811145e08dfaeb8890637028b2 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/datacite/ResourceIdentifier> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Model> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/dcmitype/Dataset> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/dcmitype/Collection> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/ConferenceProceedings> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Thesis> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/dcmitype/StillImage> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/ResourcePaper> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fr/ReviewVersion> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Report> .
_:n16082fa6811145e08dfaeb8890637028b2 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/datacite/hasIdentifier> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/dcmitype/InteractiveResource> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/dcmitype/Software> .
_:n16082fa6811145e08dfaeb8890637028b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#comment> "The general type of a resource, defined from the DataCite controlled list."@en .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/dcmitype/MovingImage> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/ConferencePaper> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/JournalArticle> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/dcmitype/Text> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Journal> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Workflow> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/DataManagementPlan> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/ConferencePoster> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#label> "has general resource type"@en .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Preprint> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/dcmitype/Service> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/ProjectPlan> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Presentation> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/dcmitype/PhysicalObject> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Book> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/dcmitype/Sound> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#domain> _:n16082fa6811145e08dfaeb8890637028b2 .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/ReportDocument> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/LaboratoryNotebook> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.linkedmodel.org/schema/vaem#rationale> "\nAll DataCite-required general resource type terms are defined by classes in the [Dublin Core Type Vocabulary](http://purl.org/dc/dcmitype/), in [FaBiO](http://purl.org/spar/fabio) and in the [FAIR* Reviews Ontology](http://purl.org/spar/fr), with the exception of the more general `frbr:Endeavour` (mapped to \"Other\").\n\nThe following list specifies ontology classes for all the allowed general resource types in the DataCite Controlled List, with the relevant DataCite general type given alphabetically in parentheses:\n\n- `dcmitype:MovingImage` (Audiovisual);\n- `fabio:Book` (Book);\n- `fabio:BookChapter` (BookChapter);\n- `dcmitype:Collection` (Collection);\n- `fabio:LaboratoryNotebook` (ComputationalNotebook);\n- `fabio:ConferencePaper` (ConferencePaper);\n- `fabio:ConferenceProceedings` (ConferenceProceeding);\n- `fabio:ResourcePaper` (DataPaper);\n- `dcmitype:Dataset` (Dataset);\n- `fabio:Thesis` (Dissertation);\n- `dcmitype:Event` (Event);\n- `dcmitype:StillImage` (Image);\n- `dcmitype:InteractiveResource` (InteractiveResource);\n- `fabio:Journal` (Journal);\n- `fabio:JournalArticle` (JournalArticle);\n- `fabio:Model` (Model);\n- `fabio:DataManagementPlan` (OutputManagementPlan);\n- `fr:ReviewVersion` (PeerReview);\n- `dcmitype:PhysicalObject` (PhysicalObject);\n- `fabio:ConferencePoster` (Poster);\n- `fabio:Preprint` (Preprint);\n- `fabio:Presentation` (Presentation);\n- `fabio:ProjectPlan` (Project);\n- `fabio:ReportDocument` (Report);\n- `dcmitype:Service` (Service);\n- `dcmitype:Software` (Software);\n- `dcmitype:Sound` (Sound);\n- `fabio:TechnicalStandard` (Standard);\n- `fabio:Report` (StudyRegistration);\n- `dcmitype:Text` (Text);\n- `fabio:Workflow` (Workflow);\n- `frbr:Endeavour` (Other).\n\nThe value \"Award\" is modeled differently, using an instance of `frbr:Endeavour` and a `foaf:Agent` connected to it via the property `frapo:awards`.\n\nThe value \"Instrument\" is modeled differently, using an instance of `schema:Action` connected to a `frbr:Endeavour` via the property `schema:instrument`.\n "@en .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasGeneralResourceType dcmitype:Dataset .\n " .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/type> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/dcmitype/Event> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/BookChapter> .
<http://purl.org/spar/datacite/hasGeneralResourceType> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/TechnicalStandard> .
IRI: http://www.opengis.net/ont/geosparql#hasGeometry
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
geo:hasGeometry a owl:ObjectProperty ;
rdfs:label "has geometry"@en ;
vann:example """
:my-dataset-location a geo:Feature ;
geo:hasGeometry :my-dataset-location-point .
:my-dataset-location-point a sf:Point ;
geo:asWKT "POINT(20 45)"^^geo:wktLiteral .
""" ;
vaem:rationale """
This is used to link a spatial entity to its geolocation point, which can be expressed in terms of longitude and latitude.
The point (i.e., an individual of the class `sf:Point`) defining the location of the resource under consideration.
The actual value of the point can be defined by means of the property geo:asWKT, which allows the specification of the coordinates of the point.
"""@en ;
rdfs:comment "A spatial representation for a given feature."@en ;
rdfs:domain geo:Feature ;
rdfs:isDefinedBy geo: ;
rdfs:range geo:Geometry ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.opengis.net/ont/geosparql#hasGeometry">
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql#"/>
<rdfs:domain rdf:resource="http://www.opengis.net/ont/geosparql#Feature"/>
<rdfs:range rdf:resource="http://www.opengis.net/ont/geosparql#Geometry"/>
<rdfs:label xml:lang="en">has geometry</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A spatial representation for a given feature.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used to link a spatial entity to its geolocation point, which can be expressed in terms of longitude and latitude.
The point (i.e., an individual of the class `sf:Point`) defining the location of the resource under consideration.
The actual value of the point can be defined by means of the property geo:asWKT, which allows the specification of the coordinates of the point.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset-location a geo:Feature ;
geo:hasGeometry :my-dataset-location-point .
:my-dataset-location-point a sf:Point ;
geo:asWKT "POINT(20 45)"^^geo:wktLiteral .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.opengis.net/ont/geosparql#hasGeometry",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-location a geo:Feature ;\n geo:hasGeometry :my-dataset-location-point .\n \n :my-dataset-location-point a sf:Point ;\n geo:asWKT \"POINT(20 45)\"^^geo:wktLiteral .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to link a spatial entity to its geolocation point, which can be expressed in terms of longitude and latitude.\n\nThe point (i.e., an individual of the class `sf:Point`) defining the location of the resource under consideration. \nThe actual value of the point can be defined by means of the property geo:asWKT, which allows the specification of the coordinates of the point.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A spatial representation for a given feature."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.opengis.net/ont/geosparql#Feature"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.opengis.net/ont/geosparql#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has geometry"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.opengis.net/ont/geosparql#Geometry"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://www.opengis.net/ont/geosparql#hasGeometry> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.opengis.net/ont/geosparql#> .
<http://www.opengis.net/ont/geosparql#hasGeometry> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.opengis.net/ont/geosparql#hasGeometry> <http://purl.org/vocab/vann/example> "\n :my-dataset-location a geo:Feature ;\n geo:hasGeometry :my-dataset-location-point .\n \n :my-dataset-location-point a sf:Point ;\n geo:asWKT \"POINT(20 45)\"^^geo:wktLiteral .\n " .
<http://www.opengis.net/ont/geosparql#hasGeometry> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.opengis.net/ont/geosparql#Feature> .
<http://www.opengis.net/ont/geosparql#hasGeometry> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.opengis.net/ont/geosparql#Geometry> .
<http://www.opengis.net/ont/geosparql#hasGeometry> <http://www.w3.org/2000/01/rdf-schema#label> "has geometry"@en .
<http://www.opengis.net/ont/geosparql#hasGeometry> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to link a spatial entity to its geolocation point, which can be expressed in terms of longitude and latitude.\n\nThe point (i.e., an individual of the class `sf:Point`) defining the location of the resource under consideration. \nThe actual value of the point can be defined by means of the property geo:asWKT, which allows the specification of the coordinates of the point.\n "@en .
<http://www.opengis.net/ont/geosparql#hasGeometry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.opengis.net/ont/geosparql#hasGeometry> <http://www.w3.org/2000/01/rdf-schema#comment> "A spatial representation for a given feature."@en .
IRI: http://purl.org/spar/datacite/hasIdentifier
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:hasIdentifier a owl:InverseFunctionalProperty,
owl:ObjectProperty ;
rdfs:label "has identifier"@en ;
vann:example """
:my-resource
datacite:hasIdentifier :my-resource-identifier .
:my-resource-identifier a datacite:Identifier .
""" ;
vaem:rationale """
This is used to specify an instance of `datacite:Identifier` that provides a unique identifier for some entity.
"""@en ;
rdfs:comment "A unique identifier for the entity (either a funder, a person, a license or a resource)."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:range datacite:Identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/hasIdentifier">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
<rdfs:comment xml:lang="en">A unique identifier for the entity (either a funder, a person, a license or a resource).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:range rdf:resource="http://purl.org/spar/datacite/Identifier"/>
<rdfs:label xml:lang="en">has identifier</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource
datacite:hasIdentifier :my-resource-identifier .
:my-resource-identifier a datacite:Identifier .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to specify an instance of `datacite:Identifier` that provides a unique identifier for some entity.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/hasIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#InverseFunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource\n datacite:hasIdentifier :my-resource-identifier .\n \n :my-resource-identifier a datacite:Identifier .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify an instance of `datacite:Identifier` that provides a unique identifier for some entity.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A unique identifier for the entity (either a funder, a person, a license or a resource)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/datacite/Identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/hasIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/datacite/hasIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "A unique identifier for the entity (either a funder, a person, a license or a resource)."@en .
<http://purl.org/spar/datacite/hasIdentifier> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify an instance of `datacite:Identifier` that provides a unique identifier for some entity.\n "@en .
<http://purl.org/spar/datacite/hasIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#InverseFunctionalProperty> .
<http://purl.org/spar/datacite/hasIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/hasIdentifier> <http://purl.org/vocab/vann/example> "\n :my-resource\n datacite:hasIdentifier :my-resource-identifier .\n \n :my-resource-identifier a datacite:Identifier .\n " .
<http://purl.org/spar/datacite/hasIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/hasIdentifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/datacite/Identifier> .
<http://purl.org/spar/datacite/hasIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "has identifier"@en .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:language a owl:ObjectProperty ;
rdfs:label "has language" ;
vann:example """
:my-dataset
dcterms:language :my-dataset-en .
:my-dataset-en a dcterms:LinguisticSystem ;
dcterms:description "en"^^dcterms:RFC5646 .
""" ;
vaem:rationale """
The language should always be specified by means of appropriate individuals belonging to the class `dcterms:LinguisticSystem`, and its value should be specified according to a standardised language code as specified in RFC 5646 (http://www.ietf.org/rfc/rfc5646.txt).
In particular, it is possible to specify the values taken from [IETF BCP 47](https://datatracker.ietf.org/doc/html/rfc5646), ISO 639-1 language codes (e.g., `en`, `it`, and `fr`).
The language code can be associated by means of the property `dcterms:description` typed with the `dcterms:RFC5646` datatype.
It is possible, of course, to use directly the resources specified in http://lexvo.org/id/iso639-3/ for languages (e.g., http://lexvo.org/id/iso639-3/eng for English), instead of defining new ones.
"""@en ;
rdfs:comment "A language of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range dcterms:LinguisticSystem ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/language">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label>has language</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:comment xml:lang="en">A language of the resource.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/dc/terms/LinguisticSystem"/>
<vaem:rationale xml:lang="en">
The language should always be specified by means of appropriate individuals belonging to the class `dcterms:LinguisticSystem`, and its value should be specified according to a standardised language code as specified in RFC 5646 (http://www.ietf.org/rfc/rfc5646.txt).
In particular, it is possible to specify the values taken from [IETF BCP 47](https://datatracker.ietf.org/doc/html/rfc5646), ISO 639-1 language codes (e.g., `en`, `it`, and `fr`).
The language code can be associated by means of the property `dcterms:description` typed with the `dcterms:RFC5646` datatype.
It is possible, of course, to use directly the resources specified in http://lexvo.org/id/iso639-3/ for languages (e.g., http://lexvo.org/id/iso639-3/eng for English), instead of defining new ones.
</vaem:rationale>
<vann:example>
:my-dataset
dcterms:language :my-dataset-en .
:my-dataset-en a dcterms:LinguisticSystem ;
dcterms:description "en"^^dcterms:RFC5646 .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/language",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset\n dcterms:language :my-dataset-en .\n\n :my-dataset-en a dcterms:LinguisticSystem ;\n dcterms:description \"en\"^^dcterms:RFC5646 . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThe language should always be specified by means of appropriate individuals belonging to the class `dcterms:LinguisticSystem`, and its value should be specified according to a standardised language code as specified in RFC 5646 (http://www.ietf.org/rfc/rfc5646.txt). \nIn particular, it is possible to specify the values taken from [IETF BCP 47](https://datatracker.ietf.org/doc/html/rfc5646), ISO 639-1 language codes (e.g., `en`, `it`, and `fr`). \nThe language code can be associated by means of the property `dcterms:description` typed with the `dcterms:RFC5646` datatype.\n\nIt is possible, of course, to use directly the resources specified in http://lexvo.org/id/iso639-3/ for languages (e.g., http://lexvo.org/id/iso639-3/eng for English), instead of defining new ones.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A language of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has language"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/dc/terms/LinguisticSystem"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/language> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/language> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/language> <http://purl.org/vocab/vann/example> "\n :my-dataset\n dcterms:language :my-dataset-en .\n\n :my-dataset-en a dcterms:LinguisticSystem ;\n dcterms:description \"en\"^^dcterms:RFC5646 . \n " .
<http://purl.org/dc/terms/language> <http://www.w3.org/2000/01/rdf-schema#label> "has language" .
<http://purl.org/dc/terms/language> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/language> <http://www.w3.org/2000/01/rdf-schema#comment> "A language of the resource."@en .
<http://purl.org/dc/terms/language> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThe language should always be specified by means of appropriate individuals belonging to the class `dcterms:LinguisticSystem`, and its value should be specified according to a standardised language code as specified in RFC 5646 (http://www.ietf.org/rfc/rfc5646.txt). \nIn particular, it is possible to specify the values taken from [IETF BCP 47](https://datatracker.ietf.org/doc/html/rfc5646), ISO 639-1 language codes (e.g., `en`, `it`, and `fr`). \nThe language code can be associated by means of the property `dcterms:description` typed with the `dcterms:RFC5646` datatype.\n\nIt is possible, of course, to use directly the resources specified in http://lexvo.org/id/iso639-3/ for languages (e.g., http://lexvo.org/id/iso639-3/eng for English), instead of defining new ones.\n "@en .
<http://purl.org/dc/terms/language> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/dc/terms/LinguisticSystem> .
IRI: http://purl.org/dc/terms/hasPart
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:hasPart a owl:ObjectProperty ;
rdfs:label "has part"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:hasPart .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("HasPart") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "A related resource that is included either physically or logically in the described resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dcterms:relation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/hasPart">
<rdfs:comment xml:lang="en">A related resource that is included either physically or logically in the described resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has part</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:hasPart .
</vann:example>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("HasPart") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/hasPart",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:hasPart .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"HasPart\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A related resource that is included either physically or logically in the described resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has part"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/relation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/hasPart> <http://www.w3.org/2000/01/rdf-schema#comment> "A related resource that is included either physically or logically in the described resource."@en .
<http://purl.org/dc/terms/hasPart> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"HasPart\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "@en .
<http://purl.org/dc/terms/hasPart> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:hasPart .\n " .
<http://purl.org/dc/terms/hasPart> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/hasPart> <http://www.w3.org/2000/01/rdf-schema#label> "has part"@en .
<http://purl.org/dc/terms/hasPart> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/hasPart> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/hasPart> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/relation> .
IRI: http://purl.org/dc/terms/publisher
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:publisher a owl:AnnotationProperty,
owl:ObjectProperty ;
rdfs:label "has publisher" ;
vann:example """
:my-dataset
dcterms:publisher :my-dataset-publisher .
:my-dataset-publisher a foaf:Agent .
""" ;
vaem:rationale """
According to this property, a publisher is a proper agent (`foaf:Agent`) related to the resource it is published on (`dcterms:publisher`).
"""@en ;
rdfs:comment "An entity responsible for making the resource available."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range foaf:Agent ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/publisher">
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
<rdfs:comment xml:lang="en">An entity responsible for making the resource available.</rdfs:comment>
<rdfs:label>has publisher</rdfs:label>
<vann:example>
:my-dataset
dcterms:publisher :my-dataset-publisher .
:my-dataset-publisher a foaf:Agent .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
According to this property, a publisher is a proper agent (`foaf:Agent`) related to the resource it is published on (`dcterms:publisher`).
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/publisher",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#AnnotationProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset \n dcterms:publisher :my-dataset-publisher .\n\n :my-dataset-publisher a foaf:Agent .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nAccording to this property, a publisher is a proper agent (`foaf:Agent`) related to the resource it is published on (`dcterms:publisher`). \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An entity responsible for making the resource available."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has publisher"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/publisher> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/publisher> <http://purl.org/vocab/vann/example> "\n :my-dataset \n dcterms:publisher :my-dataset-publisher .\n\n :my-dataset-publisher a foaf:Agent .\n " .
<http://purl.org/dc/terms/publisher> <http://www.linkedmodel.org/schema/vaem#rationale> "\nAccording to this property, a publisher is a proper agent (`foaf:Agent`) related to the resource it is published on (`dcterms:publisher`). \n "@en .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/Agent> .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/2000/01/rdf-schema#comment> "An entity responsible for making the resource available."@en .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/2000/01/rdf-schema#label> "has publisher" .
IRI: http://purl.org/vocab/frbr/core#relatedEndeavour
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frbr:relatedEndeavour a owl:ObjectProperty ;
rdfs:label "has related endeavour"@en ;
rdfs:comment "Another endeavour that is related in some way to an endeavour."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Endeavour .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#relatedEndeavour">
<rdfs:label xml:lang="en">has related endeavour</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">Another endeavour that is related in some way to an endeavour.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Another endeavour that is related in some way to an endeavour."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has related endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
]
}
]<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://www.w3.org/2000/01/rdf-schema#label> "has related endeavour"@en .
<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://www.w3.org/2000/01/rdf-schema#comment> "Another endeavour that is related in some way to an endeavour."@en .
IRI: http://purl.org/spar/datacite/hasRelationCharacterization
@prefix cito: <http://purl.org/spar/cito/> .
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:hasRelationCharacterization a owl:ObjectProperty ;
rdfs:label "has relation characterization"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isCitedBy .
""" ;
vaem:rationale """
All DataCite-required relation type terms can be specified by object properties that exist within the following ontologies: [CiTO](http://purl.org/spar/cito), [DCTerms](http://purl.org/dc/terms), [FRBR](http://purl.org/vocab/frbr/core#) and [PRISM](http://prismstandard.org/namespaces/basic/2.0/).
The following list specifies all the allowed values but one (i.e., “IsIdenticalTo”) for the DataCite Controlled List of relation types (given within parentheses) and provides ontology object properties for each term:
- `cito:isCitedBy` (IsCitedBy);
- `cito:cites` (Cites);
- `frbr:supplementOf` (IsSupplementTo);
- `frbr:supplement` (IsSupplementedBy);
- `frbr:successor` (IsContinuedBy);
- `frbr:successorOf` (Continues);
- `cito:isDescribedBy` (IsDescribedBy);
- `cito:describes` (Describes);
- `cito:citesAsMetadataDocument` (HasMetadata);
- `cito:isCitedAsMetadataDocumentBy` (IsMetadataFor);
- `dcterms:hasVersion` (HasVersion);
- `dcterms:isVersionOf` (IsVersionOf);
- `frbr:revision` (IsPreviousVersionOf);
- `frbr:revisionOf` (IsNewVersionOf);
- `dcterms:isPartOf` (IsPartOf);
- `dcterms:hasPart` (HasPart);
- `frbr:partOf` (IsPublishedIn);
- `cito:isCitedForInformationBy` (IsReferencedBy);
- `cito:citesForInformation` (References);
- `cito:isDocumentedBy` (IsDocumentedBy);
- `cito:documents` (Documents);
- `cito:isCompiledBy` (IsCompiledBy);
- `cito:compiles` (Compiles);
- `frbr:arrangementOf` (IsVariantFormOf);
- `frbr:arrangement` (IsOriginalFormOf);
- `cito:isReviewedBy` (IsReviewedBy);
- `cito:reviews` (Reviews);
- `cito:citesAsDataSource` (IsDerivedFrom);
- `cito:isCitedAsDataSourceBy` (IsSourceOf);
- `dcterms:isRequiredBy` (IsRequiredBy);
- `dcterms:requires` (Requires);
- `dcterms:isReplacedBy` (IsObsoletedBy);
- `dcterms:replaces` (Obsoletes);
- `cito:providesDataFor` (IsCollectedBy);
- `cito:usesDataFrom` (Collects);
- `frbr:translationOf` (IsTranslationOf);
- `frbr:translation` (HasTranslation);
- `dcterms:relation` (Other);
The value “IsIdenticalTo” has a different semantics from the above object properties.
It is used to specify that the related identifier is actually another, non-primary, identifier for the first resource under consideration.
It should be linked through the `datacite:hasIdentifier` property, and neither `dcterms:relation` nor any of the other above ones should be specified.
"""@en ;
rdfs:comment "The specific nature or type of the reified relation."@en ;
rdfs:domain datacite:QualifiedRelation ;
rdfs:isDefinedBy datacite: ;
rdfs:seeAlso dcterms:hasPart,
dcterms:hasVersion,
dcterms:isPartOf,
dcterms:isReplacedBy,
dcterms:isRequiredBy,
dcterms:isVersionOf,
dcterms:relation,
dcterms:replaces,
dcterms:requires,
cito:cites,
cito:citesAsDataSource,
cito:citesAsMetadataDocument,
cito:citesForInformation,
cito:compiles,
cito:describes,
cito:documents,
cito:isCitedAsDataSourceBy,
cito:isCitedAsMetadataDocumentBy,
cito:isCitedBy,
cito:isCitedForInformationBy,
cito:isCompiledBy,
cito:isDescribedBy,
cito:isDocumentedBy,
cito:isReviewedBy,
cito:providesDataFor,
cito:reviews,
cito:usesDataFrom,
frbr:arrangement,
frbr:arrangementOf,
frbr:partOf,
frbr:revision,
frbr:revisionOf,
frbr:successor,
frbr:successorOf,
frbr:supplement,
frbr:supplementOf,
frbr:translation,
frbr:translationOf ;
rdfs:subPropertyOf sit:isSettingFor ;
vs:term_status reg:statusStable ;
skos:note """
This property uses as range an existing property via [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning), according to which it becomes possible to use an object property as the object of an OWL assertion.
In such cases, the object properties are simultaneously considered both as normal object properties and also as proper named individuals of the class `owl:Thing`.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/hasRelationCharacterization">
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/describes"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/isCitedAsDataSourceBy"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/citesAsMetadataDocument"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/documents"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/isVersionOf"/>
<rdfs:seeAlso rdf:resource="http://purl.org/vocab/frbr/core#revisionOf"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/replaces"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/hasPart"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/citesAsDataSource"/>
<rdfs:seeAlso rdf:resource="http://purl.org/vocab/frbr/core#successorOf"/>
<rdfs:seeAlso rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<rdfs:seeAlso rdf:resource="http://purl.org/vocab/frbr/core#arrangementOf"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/hasVersion"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/compiles"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/isCitedAsMetadataDocumentBy"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/reviews"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/citesForInformation"/>
<rdfs:seeAlso rdf:resource="http://purl.org/vocab/frbr/core#arrangement"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/isDocumentedBy"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/isPartOf"/>
<rdfs:seeAlso rdf:resource="http://purl.org/vocab/frbr/core#supplementOf"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/isRequiredBy"/>
<rdfs:seeAlso rdf:resource="http://purl.org/vocab/frbr/core#translationOf"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/isCitedForInformationBy"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/isReviewedBy"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/providesDataFor"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/isReplacedBy"/>
<rdfs:seeAlso rdf:resource="http://purl.org/vocab/frbr/core#revision"/>
<rdfs:seeAlso rdf:resource="http://purl.org/vocab/frbr/core#supplement"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/isDescribedBy"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/isCompiledBy"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/cito/usesDataFrom"/>
<rdfs:seeAlso rdf:resource="http://purl.org/vocab/frbr/core#successor"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/requires"/>
<rdfs:seeAlso rdf:resource="http://purl.org/vocab/frbr/core#translation"/>
<rdfs:label xml:lang="en">has relation characterization</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:domain rdf:resource="http://purl.org/spar/datacite/QualifiedRelation"/>
<rdfs:comment xml:lang="en">The specific nature or type of the reified relation.</rdfs:comment>
<skos:note xml:lang="en">
This property uses as range an existing property via [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning), according to which it becomes possible to use an object property as the object of an OWL assertion.
In such cases, the object properties are simultaneously considered both as normal object properties and also as proper named individuals of the class `owl:Thing`.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
All DataCite-required relation type terms can be specified by object properties that exist within the following ontologies: [CiTO](http://purl.org/spar/cito), [DCTerms](http://purl.org/dc/terms), [FRBR](http://purl.org/vocab/frbr/core#) and [PRISM](http://prismstandard.org/namespaces/basic/2.0/).
The following list specifies all the allowed values but one (i.e., “IsIdenticalTo”) for the DataCite Controlled List of relation types (given within parentheses) and provides ontology object properties for each term:
- `cito:isCitedBy` (IsCitedBy);
- `cito:cites` (Cites);
- `frbr:supplementOf` (IsSupplementTo);
- `frbr:supplement` (IsSupplementedBy);
- `frbr:successor` (IsContinuedBy);
- `frbr:successorOf` (Continues);
- `cito:isDescribedBy` (IsDescribedBy);
- `cito:describes` (Describes);
- `cito:citesAsMetadataDocument` (HasMetadata);
- `cito:isCitedAsMetadataDocumentBy` (IsMetadataFor);
- `dcterms:hasVersion` (HasVersion);
- `dcterms:isVersionOf` (IsVersionOf);
- `frbr:revision` (IsPreviousVersionOf);
- `frbr:revisionOf` (IsNewVersionOf);
- `dcterms:isPartOf` (IsPartOf);
- `dcterms:hasPart` (HasPart);
- `frbr:partOf` (IsPublishedIn);
- `cito:isCitedForInformationBy` (IsReferencedBy);
- `cito:citesForInformation` (References);
- `cito:isDocumentedBy` (IsDocumentedBy);
- `cito:documents` (Documents);
- `cito:isCompiledBy` (IsCompiledBy);
- `cito:compiles` (Compiles);
- `frbr:arrangementOf` (IsVariantFormOf);
- `frbr:arrangement` (IsOriginalFormOf);
- `cito:isReviewedBy` (IsReviewedBy);
- `cito:reviews` (Reviews);
- `cito:citesAsDataSource` (IsDerivedFrom);
- `cito:isCitedAsDataSourceBy` (IsSourceOf);
- `dcterms:isRequiredBy` (IsRequiredBy);
- `dcterms:requires` (Requires);
- `dcterms:isReplacedBy` (IsObsoletedBy);
- `dcterms:replaces` (Obsoletes);
- `cito:providesDataFor` (IsCollectedBy);
- `cito:usesDataFrom` (Collects);
- `frbr:translationOf` (IsTranslationOf);
- `frbr:translation` (HasTranslation);
- `dcterms:relation` (Other);
The value “IsIdenticalTo” has a different semantics from the above object properties.
It is used to specify that the related identifier is actually another, non-primary, identifier for the first resource under consideration.
It should be linked through the `datacite:hasIdentifier` property, and neither `dcterms:relation` nor any of the other above ones should be specified.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isCitedBy .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/hasRelationCharacterization",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isCitedBy .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nAll DataCite-required relation type terms can be specified by object properties that exist within the following ontologies: [CiTO](http://purl.org/spar/cito), [DCTerms](http://purl.org/dc/terms), [FRBR](http://purl.org/vocab/frbr/core#) and [PRISM](http://prismstandard.org/namespaces/basic/2.0/). \nThe following list specifies all the allowed values but one (i.e., “IsIdenticalTo”) for the DataCite Controlled List of relation types (given within parentheses) and provides ontology object properties for each term: \n\n- `cito:isCitedBy` (IsCitedBy);\n- `cito:cites` (Cites);\n- `frbr:supplementOf` (IsSupplementTo);\n- `frbr:supplement` (IsSupplementedBy);\n- `frbr:successor` (IsContinuedBy);\n- `frbr:successorOf` (Continues);\n- `cito:isDescribedBy` (IsDescribedBy);\n- `cito:describes` (Describes);\n- `cito:citesAsMetadataDocument` (HasMetadata);\n- `cito:isCitedAsMetadataDocumentBy` (IsMetadataFor);\n- `dcterms:hasVersion` (HasVersion);\n- `dcterms:isVersionOf` (IsVersionOf);\n- `frbr:revision` (IsPreviousVersionOf);\n- `frbr:revisionOf` (IsNewVersionOf);\n- `dcterms:isPartOf` (IsPartOf);\n- `dcterms:hasPart` (HasPart);\n- `frbr:partOf` (IsPublishedIn);\n- `cito:isCitedForInformationBy` (IsReferencedBy);\n- `cito:citesForInformation` (References);\n- `cito:isDocumentedBy` (IsDocumentedBy);\n- `cito:documents` (Documents);\n- `cito:isCompiledBy` (IsCompiledBy);\n- `cito:compiles` (Compiles);\n- `frbr:arrangementOf` (IsVariantFormOf);\n- `frbr:arrangement` (IsOriginalFormOf);\n- `cito:isReviewedBy` (IsReviewedBy);\n- `cito:reviews` (Reviews);\n- `cito:citesAsDataSource` (IsDerivedFrom);\n- `cito:isCitedAsDataSourceBy` (IsSourceOf);\n- `dcterms:isRequiredBy` (IsRequiredBy);\n- `dcterms:requires` (Requires);\n- `dcterms:isReplacedBy` (IsObsoletedBy);\n- `dcterms:replaces` (Obsoletes);\n- `cito:providesDataFor` (IsCollectedBy);\n- `cito:usesDataFrom` (Collects);\n- `frbr:translationOf` (IsTranslationOf);\n- `frbr:translation` (HasTranslation);\n- `dcterms:relation` (Other);\n\nThe value “IsIdenticalTo” has a different semantics from the above object properties. \nIt is used to specify that the related identifier is actually another, non-primary, identifier for the first resource under consideration. \nIt should be linked through the `datacite:hasIdentifier` property, and neither `dcterms:relation` nor any of the other above ones should be specified.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The specific nature or type of the reified relation."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/datacite/QualifiedRelation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has relation characterization"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
},
{
"@id": "http://purl.org/spar/cito/describes"
},
{
"@id": "http://purl.org/spar/cito/isCitedAsDataSourceBy"
},
{
"@id": "http://purl.org/spar/cito/citesAsMetadataDocument"
},
{
"@id": "http://purl.org/spar/cito/documents"
},
{
"@id": "http://purl.org/dc/terms/isVersionOf"
},
{
"@id": "http://purl.org/vocab/frbr/core#revisionOf"
},
{
"@id": "http://purl.org/dc/terms/replaces"
},
{
"@id": "http://purl.org/dc/terms/hasPart"
},
{
"@id": "http://purl.org/spar/cito/cites"
},
{
"@id": "http://purl.org/spar/cito/citesAsDataSource"
},
{
"@id": "http://purl.org/vocab/frbr/core#successorOf"
},
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
},
{
"@id": "http://purl.org/vocab/frbr/core#arrangementOf"
},
{
"@id": "http://purl.org/dc/terms/hasVersion"
},
{
"@id": "http://purl.org/spar/cito/compiles"
},
{
"@id": "http://purl.org/spar/cito/isCitedAsMetadataDocumentBy"
},
{
"@id": "http://purl.org/spar/cito/reviews"
},
{
"@id": "http://purl.org/spar/cito/citesForInformation"
},
{
"@id": "http://purl.org/vocab/frbr/core#arrangement"
},
{
"@id": "http://purl.org/spar/cito/isDocumentedBy"
},
{
"@id": "http://purl.org/dc/terms/isPartOf"
},
{
"@id": "http://purl.org/vocab/frbr/core#supplementOf"
},
{
"@id": "http://purl.org/dc/terms/isRequiredBy"
},
{
"@id": "http://purl.org/vocab/frbr/core#translationOf"
},
{
"@id": "http://purl.org/spar/cito/isCitedForInformationBy"
},
{
"@id": "http://purl.org/spar/cito/isReviewedBy"
},
{
"@id": "http://purl.org/spar/cito/providesDataFor"
},
{
"@id": "http://purl.org/dc/terms/isReplacedBy"
},
{
"@id": "http://purl.org/vocab/frbr/core#revision"
},
{
"@id": "http://purl.org/vocab/frbr/core#supplement"
},
{
"@id": "http://purl.org/spar/cito/isDescribedBy"
},
{
"@id": "http://purl.org/spar/cito/isCompiledBy"
},
{
"@id": "http://purl.org/dc/terms/relation"
},
{
"@id": "http://purl.org/spar/cito/usesDataFrom"
},
{
"@id": "http://purl.org/vocab/frbr/core#successor"
},
{
"@id": "http://purl.org/dc/terms/requires"
},
{
"@id": "http://purl.org/vocab/frbr/core#translation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThis property uses as range an existing property via [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning), according to which it becomes possible to use an object property as the object of an OWL assertion. \nIn such cases, the object properties are simultaneously considered both as normal object properties and also as proper named individuals of the class `owl:Thing`.\n "
}
]
}
]<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/describes> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/isCitedAsDataSourceBy> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/citesAsMetadataDocument> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/documents> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#label> "has relation characterization"@en .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/isVersionOf> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/vocab/frbr/core#revisionOf> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/replaces> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/hasPart> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/citesAsDataSource> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/vocab/frbr/core#successorOf> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/vocab/frbr/core#arrangementOf> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/hasVersion> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/compiles> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/reviews> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/citesForInformation> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/vocab/frbr/core#arrangement> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/isDocumentedBy> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/isPartOf> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/vocab/frbr/core#supplementOf> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/isRequiredBy> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.linkedmodel.org/schema/vaem#rationale> "\nAll DataCite-required relation type terms can be specified by object properties that exist within the following ontologies: [CiTO](http://purl.org/spar/cito), [DCTerms](http://purl.org/dc/terms), [FRBR](http://purl.org/vocab/frbr/core#) and [PRISM](http://prismstandard.org/namespaces/basic/2.0/). \nThe following list specifies all the allowed values but one (i.e., “IsIdenticalTo”) for the DataCite Controlled List of relation types (given within parentheses) and provides ontology object properties for each term: \n\n- `cito:isCitedBy` (IsCitedBy);\n- `cito:cites` (Cites);\n- `frbr:supplementOf` (IsSupplementTo);\n- `frbr:supplement` (IsSupplementedBy);\n- `frbr:successor` (IsContinuedBy);\n- `frbr:successorOf` (Continues);\n- `cito:isDescribedBy` (IsDescribedBy);\n- `cito:describes` (Describes);\n- `cito:citesAsMetadataDocument` (HasMetadata);\n- `cito:isCitedAsMetadataDocumentBy` (IsMetadataFor);\n- `dcterms:hasVersion` (HasVersion);\n- `dcterms:isVersionOf` (IsVersionOf);\n- `frbr:revision` (IsPreviousVersionOf);\n- `frbr:revisionOf` (IsNewVersionOf);\n- `dcterms:isPartOf` (IsPartOf);\n- `dcterms:hasPart` (HasPart);\n- `frbr:partOf` (IsPublishedIn);\n- `cito:isCitedForInformationBy` (IsReferencedBy);\n- `cito:citesForInformation` (References);\n- `cito:isDocumentedBy` (IsDocumentedBy);\n- `cito:documents` (Documents);\n- `cito:isCompiledBy` (IsCompiledBy);\n- `cito:compiles` (Compiles);\n- `frbr:arrangementOf` (IsVariantFormOf);\n- `frbr:arrangement` (IsOriginalFormOf);\n- `cito:isReviewedBy` (IsReviewedBy);\n- `cito:reviews` (Reviews);\n- `cito:citesAsDataSource` (IsDerivedFrom);\n- `cito:isCitedAsDataSourceBy` (IsSourceOf);\n- `dcterms:isRequiredBy` (IsRequiredBy);\n- `dcterms:requires` (Requires);\n- `dcterms:isReplacedBy` (IsObsoletedBy);\n- `dcterms:replaces` (Obsoletes);\n- `cito:providesDataFor` (IsCollectedBy);\n- `cito:usesDataFrom` (Collects);\n- `frbr:translationOf` (IsTranslationOf);\n- `frbr:translation` (HasTranslation);\n- `dcterms:relation` (Other);\n\nThe value “IsIdenticalTo” has a different semantics from the above object properties. \nIt is used to specify that the related identifier is actually another, non-primary, identifier for the first resource under consideration. \nIt should be linked through the `datacite:hasIdentifier` property, and neither `dcterms:relation` nor any of the other above ones should be specified.\n "@en .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/vocab/frbr/core#translationOf> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/isCitedForInformationBy> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/isReviewedBy> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/providesDataFor> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/isReplacedBy> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/vocab/frbr/core#revision> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/vocab/frbr/core#supplement> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/datacite/QualifiedRelation> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/isCompiledBy> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2004/02/skos/core#note> "\nThis property uses as range an existing property via [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning), according to which it becomes possible to use an object property as the object of an OWL assertion. \nIn such cases, the object properties are simultaneously considered both as normal object properties and also as proper named individuals of the class `owl:Thing`.\n "@en .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isCitedBy .\n " .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/relation> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/usesDataFrom> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#comment> "The specific nature or type of the reified relation."@en .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/requires> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/vocab/frbr/core#successor> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/cito/isDescribedBy> .
<http://purl.org/spar/datacite/hasRelationCharacterization> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/vocab/frbr/core#translation> .
IRI: http://purl.org/spar/datacite/hasRelationObject
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:hasRelationObject a owl:ObjectProperty ;
rdfs:label "has relation object"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationObject :my-article .
""" ;
vaem:rationale """
This is used to specify the object of a qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources.
"""@en ;
rdfs:comment "The resource that is the object of a reified relation."@en ;
rdfs:domain datacite:QualifiedRelation ;
rdfs:isDefinedBy datacite: ;
rdfs:subPropertyOf sit:isSettingFor ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/hasRelationObject">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The resource that is the object of a reified relation.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/spar/datacite/QualifiedRelation"/>
<rdfs:label xml:lang="en">has relation object</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationObject :my-article .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to specify the object of a qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/hasRelationObject",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationObject :my-article .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the object of a qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The resource that is the object of a reified relation."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/datacite/QualifiedRelation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has relation object"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/hasRelationObject> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/hasRelationObject> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationObject :my-article .\n " .
<http://purl.org/spar/datacite/hasRelationObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/datacite/hasRelationObject> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/hasRelationObject> <http://www.w3.org/2000/01/rdf-schema#comment> "The resource that is the object of a reified relation."@en .
<http://purl.org/spar/datacite/hasRelationObject> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/datacite/QualifiedRelation> .
<http://purl.org/spar/datacite/hasRelationObject> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the object of a qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources.\n "@en .
<http://purl.org/spar/datacite/hasRelationObject> <http://www.w3.org/2000/01/rdf-schema#label> "has relation object"@en .
<http://purl.org/spar/datacite/hasRelationObject> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> .
IRI: http://purl.org/spar/datacite/hasRelationSubject
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:hasRelationSubject a owl:ObjectProperty ;
rdfs:label "has relation subject"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationSubject :my-dataset .
""" ;
vaem:rationale """
This is used to specify the subject of a qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources.
"""@en ;
rdfs:comment "The resource that is the subject of a reified relation."@en ;
rdfs:domain datacite:QualifiedRelation ;
rdfs:isDefinedBy datacite: ;
rdfs:subPropertyOf sit:isSettingFor ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/hasRelationSubject">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"/>
<rdfs:label xml:lang="en">has relation subject</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/spar/datacite/QualifiedRelation"/>
<rdfs:comment xml:lang="en">The resource that is the subject of a reified relation.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used to specify the subject of a qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationSubject :my-dataset .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/hasRelationSubject",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationSubject :my-dataset .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the subject of a qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The resource that is the subject of a reified relation."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/datacite/QualifiedRelation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has relation subject"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/hasRelationSubject> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> .
<http://purl.org/spar/datacite/hasRelationSubject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/datacite/hasRelationSubject> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/hasRelationSubject> <http://www.w3.org/2000/01/rdf-schema#label> "has relation subject"@en .
<http://purl.org/spar/datacite/hasRelationSubject> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/hasRelationSubject> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/datacite/QualifiedRelation> .
<http://purl.org/spar/datacite/hasRelationSubject> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationSubject :my-dataset .\n " .
<http://purl.org/spar/datacite/hasRelationSubject> <http://www.w3.org/2000/01/rdf-schema#comment> "The resource that is the subject of a reified relation."@en .
<http://purl.org/spar/datacite/hasRelationSubject> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the subject of a qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources.\n "@en .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:revision a owl:ObjectProperty ;
rdfs:label "has revision"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:revision .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsPreviousVersionOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment """
An expression revised in another one.
"""@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:revisionOf ;
vs:term_status reg:statusStable ;
skos:note """
A revision has the intent to alter or update the content of the prior expression, but without changing the content so much that it becomes a new work.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#revision">
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#revisionOf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has revision</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:comment xml:lang="en">
An expression revised in another one.
</rdfs:comment>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:revision .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsPreviousVersionOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<skos:note xml:lang="en">
A revision has the intent to alter or update the content of the prior expression, but without changing the content so much that it becomes a new work.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#revision",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:revision .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsPreviousVersionOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nAn expression revised in another one.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has revision"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#revisionOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nA revision has the intent to alter or update the content of the prior expression, but without changing the content so much that it becomes a new work.\n "
}
]
}
]<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#revisionOf> .
<http://purl.org/vocab/frbr/core#revision> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:revision .\n " .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2004/02/skos/core#note> "\nA revision has the intent to alter or update the content of the prior expression, but without changing the content so much that it becomes a new work.\n "@en .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2000/01/rdf-schema#label> "has revision"@en .
<http://purl.org/vocab/frbr/core#revision> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsPreviousVersionOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2000/01/rdf-schema#comment> "\nAn expression revised in another one.\n "@en .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:spatial a owl:ObjectProperty ;
rdfs:label "has spatial coverage" ;
vann:example """
:my-dataset
dcterms:spatial :my-dataset-location .
:my-dataset-location a geo:Feature .
""" ;
vaem:rationale """
This is used to link a resource with a geographical feature (such as its location), i.e., an individual of the class `geo:Feature`.
"""@en ;
rdfs:comment "Spatial characteristics of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dcterms:coverage ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/spatial">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/coverage"/>
<rdfs:label>has spatial coverage</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">Spatial characteristics of the resource.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to link a resource with a geographical feature (such as its location), i.e., an individual of the class `geo:Feature`.
</vaem:rationale>
<vann:example>
:my-dataset
dcterms:spatial :my-dataset-location .
:my-dataset-location a geo:Feature .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/spatial",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset\n dcterms:spatial :my-dataset-location .\n\n :my-dataset-location a geo:Feature .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to link a resource with a geographical feature (such as its location), i.e., an individual of the class `geo:Feature`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Spatial characteristics of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has spatial coverage"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/coverage"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/spatial> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/spatial> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/coverage> .
<http://purl.org/dc/terms/spatial> <http://www.w3.org/2000/01/rdf-schema#label> "has spatial coverage" .
<http://purl.org/dc/terms/spatial> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to link a resource with a geographical feature (such as its location), i.e., an individual of the class `geo:Feature`.\n "@en .
<http://purl.org/dc/terms/spatial> <http://purl.org/vocab/vann/example> "\n :my-dataset\n dcterms:spatial :my-dataset-location .\n\n :my-dataset-location a geo:Feature .\n " .
<http://purl.org/dc/terms/spatial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/spatial> <http://www.w3.org/2000/01/rdf-schema#comment> "Spatial characteristics of the resource."@en .
<http://purl.org/dc/terms/spatial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:subject a owl:ObjectProperty ;
rdfs:label "has subject" ;
vann:example """
:my-dataset
dcterms:subject :my-concept .
:my-concept a skos:Concept ;
skos:prefLabel "Knowledge"@en .
""" ;
vaem:rationale """
This property should always be used with a [SKOS](http://www.w3.org/2004/02/skos/core#) concept.
If possible, one could specify a more specific property rather than the general `dcterms:subject`, such as `fabio:hasSubjectTerm` and `fabio:hasSubjectDiscipline`.
Instead of creating a new concept every time, one could reuse concepts already available in existing SKOS-based models.
"""@en ;
rdfs:comment "A topic of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/subject">
<rdfs:label>has subject</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A topic of the resource.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset
dcterms:subject :my-concept .
:my-concept a skos:Concept ;
skos:prefLabel "Knowledge"@en .
</vann:example>
<vaem:rationale xml:lang="en">
This property should always be used with a [SKOS](http://www.w3.org/2004/02/skos/core#) concept.
If possible, one could specify a more specific property rather than the general `dcterms:subject`, such as `fabio:hasSubjectTerm` and `fabio:hasSubjectDiscipline`.
Instead of creating a new concept every time, one could reuse concepts already available in existing SKOS-based models.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/subject",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset \n dcterms:subject :my-concept .\n\n :my-concept a skos:Concept ;\n skos:prefLabel \"Knowledge\"@en . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis property should always be used with a [SKOS](http://www.w3.org/2004/02/skos/core#) concept. \nIf possible, one could specify a more specific property rather than the general `dcterms:subject`, such as `fabio:hasSubjectTerm` and `fabio:hasSubjectDiscipline`. \nInstead of creating a new concept every time, one could reuse concepts already available in existing SKOS-based models.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A topic of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has subject"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/subject> <http://www.w3.org/2000/01/rdf-schema#label> "has subject" .
<http://purl.org/dc/terms/subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/subject> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/subject> <http://www.w3.org/2000/01/rdf-schema#comment> "A topic of the resource."@en .
<http://purl.org/dc/terms/subject> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis property should always be used with a [SKOS](http://www.w3.org/2004/02/skos/core#) concept. \nIf possible, one could specify a more specific property rather than the general `dcterms:subject`, such as `fabio:hasSubjectTerm` and `fabio:hasSubjectDiscipline`. \nInstead of creating a new concept every time, one could reuse concepts already available in existing SKOS-based models.\n "@en .
<http://purl.org/dc/terms/subject> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/subject> <http://purl.org/vocab/vann/example> "\n :my-dataset \n dcterms:subject :my-concept .\n\n :my-concept a skos:Concept ;\n skos:prefLabel \"Knowledge\"@en . \n " .
IRI: http://purl.org/vocab/frbr/core#successor
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:successor a owl:ObjectProperty ;
rdfs:label "has successor"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:successor .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsContinuedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment """
An expression work/expression having another one as successor.
"""@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:isDefinedBy frbr: ;
rdfs:range [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:successorOf ;
vs:term_status reg:statusStable ;
skos:note """
The successor type of relationship involves a kind of linear progression of content from one work/expression to the other.
In some cases, the content of the successor may be closely connected to the content of the preceding work, which would result in a work that is referential.
In others, such as with loosely connected parts of a trilogy, the successor will be autonomous.
Serial publications that result from the merger or split of their predecessors and stand on their own without requiring reference to the predecessor are also examples of autonomous works that fall within the successor relationship type.
If there exists a relation of this kind among two different expressions, then they always refer to different works.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#successor">
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#successorOf"/>
<rdfs:comment xml:lang="en">
An expression work/expression having another one as successor.
</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:label xml:lang="en">has successor</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:domain rdf:nodeID="n16082fa6811145e08dfaeb8890637028b10"/>
<rdfs:range rdf:nodeID="n16082fa6811145e08dfaeb8890637028b13"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:successor .
</vann:example>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsContinuedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<skos:note xml:lang="en">
The successor type of relationship involves a kind of linear progression of content from one work/expression to the other.
In some cases, the content of the successor may be closely connected to the content of the preceding work, which would result in a work that is referential.
In others, such as with loosely connected parts of a trilogy, the successor will be autonomous.
Serial publications that result from the merger or split of their predecessors and stand on their own without requiring reference to the predecessor are also examples of autonomous works that fall within the successor relationship type.
If there exists a relation of this kind among two different expressions, then they always refer to different works.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b14">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b15"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b13">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b14"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b11">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b12"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b15">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b12">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b10">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b11"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#successor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:successor .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsContinuedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nAn expression work/expression having another one as successor. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b10"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has successor"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b13"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#successorOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThe successor type of relationship involves a kind of linear progression of content from one work/expression to the other. \nIn some cases, the content of the successor may be closely connected to the content of the preceding work, which would result in a work that is referential. \nIn others, such as with loosely connected parts of a trilogy, the successor will be autonomous. \nSerial publications that result from the merger or split of their predecessors and stand on their own without requiring reference to the predecessor are also examples of autonomous works that fall within the successor relationship type. \nIf there exists a relation of this kind among two different expressions, then they always refer to different works. \n "
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b10",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
},
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
]
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b13",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
},
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
]
}
]
}
]<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#successorOf> .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2000/01/rdf-schema#comment> "\nAn expression work/expression having another one as successor. \n "@en .
_:n16082fa6811145e08dfaeb8890637028b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
_:n16082fa6811145e08dfaeb8890637028b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b15 .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2000/01/rdf-schema#label> "has successor"@en .
<http://purl.org/vocab/frbr/core#successor> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:successor .\n " .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2000/01/rdf-schema#domain> _:n16082fa6811145e08dfaeb8890637028b10 .
_:n16082fa6811145e08dfaeb8890637028b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n16082fa6811145e08dfaeb8890637028b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#successor> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsContinuedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2000/01/rdf-schema#range> _:n16082fa6811145e08dfaeb8890637028b13 .
_:n16082fa6811145e08dfaeb8890637028b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b12 .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n16082fa6811145e08dfaeb8890637028b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
_:n16082fa6811145e08dfaeb8890637028b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2004/02/skos/core#note> "\nThe successor type of relationship involves a kind of linear progression of content from one work/expression to the other. \nIn some cases, the content of the successor may be closely connected to the content of the preceding work, which would result in a work that is referential. \nIn others, such as with loosely connected parts of a trilogy, the successor will be autonomous. \nSerial publications that result from the merger or split of their predecessors and stand on their own without requiring reference to the predecessor are also examples of autonomous works that fall within the successor relationship type. \nIf there exists a relation of this kind among two different expressions, then they always refer to different works. \n "@en .
_:n16082fa6811145e08dfaeb8890637028b13 <http://www.w3.org/2002/07/owl#unionOf> _:n16082fa6811145e08dfaeb8890637028b14 .
_:n16082fa6811145e08dfaeb8890637028b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:n16082fa6811145e08dfaeb8890637028b10 <http://www.w3.org/2002/07/owl#unionOf> _:n16082fa6811145e08dfaeb8890637028b11 .
_:n16082fa6811145e08dfaeb8890637028b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n16082fa6811145e08dfaeb8890637028b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
IRI: http://purl.org/vocab/frbr/core#supplement
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:supplement a owl:ObjectProperty ;
rdfs:label "has supplement"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:supplement .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsSupplementedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment """
An expression work/expression having another one as supplement.
"""@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:isDefinedBy frbr: ;
rdfs:range [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:supplementOf ;
vs:term_status reg:statusStable ;
skos:note """
The supplement relationship type involves works/expressions that are intended to be used in conjunction with another work/expression.
Some of these, such as indices, concordances, teachers' guides, glosses, and instruction manuals for electronic resources will be so closely associated with the content of the related work/expression that they are useless without the other work/expression.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#supplement">
<rdfs:domain rdf:nodeID="n16082fa6811145e08dfaeb8890637028b16"/>
<rdfs:range rdf:nodeID="n16082fa6811145e08dfaeb8890637028b19"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">has supplement</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:comment xml:lang="en">
An expression work/expression having another one as supplement.
</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#supplementOf"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:supplement .
</vann:example>
<skos:note xml:lang="en">
The supplement relationship type involves works/expressions that are intended to be used in conjunction with another work/expression.
Some of these, such as indices, concordances, teachers' guides, glosses, and instruction manuals for electronic resources will be so closely associated with the content of the related work/expression that they are useless without the other work/expression.
</skos:note>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsSupplementedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b18">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b17">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b18"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b19">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b20"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b20">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n16082fa6811145e08dfaeb8890637028b21"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b21">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n16082fa6811145e08dfaeb8890637028b16">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n16082fa6811145e08dfaeb8890637028b17"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#supplement",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:supplement .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsSupplementedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nAn expression work/expression having another one as supplement.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b16"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has supplement"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b19"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#supplementOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThe supplement relationship type involves works/expressions that are intended to be used in conjunction with another work/expression. \nSome of these, such as indices, concordances, teachers' guides, glosses, and instruction manuals for electronic resources will be so closely associated with the content of the related work/expression that they are useless without the other work/expression.\n "
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b16",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
},
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
]
}
]
},
{
"@id": "_:n16082fa6811145e08dfaeb8890637028b19",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
},
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
]
}
]
}
]<http://purl.org/vocab/frbr/core#supplement> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsSupplementedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2000/01/rdf-schema#domain> _:n16082fa6811145e08dfaeb8890637028b16 .
_:n16082fa6811145e08dfaeb8890637028b18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2004/02/skos/core#note> "\nThe supplement relationship type involves works/expressions that are intended to be used in conjunction with another work/expression. \nSome of these, such as indices, concordances, teachers' guides, glosses, and instruction manuals for electronic resources will be so closely associated with the content of the related work/expression that they are useless without the other work/expression.\n "@en .
_:n16082fa6811145e08dfaeb8890637028b17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b18 .
_:n16082fa6811145e08dfaeb8890637028b19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n16082fa6811145e08dfaeb8890637028b17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
_:n16082fa6811145e08dfaeb8890637028b20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n16082fa6811145e08dfaeb8890637028b21 .
_:n16082fa6811145e08dfaeb8890637028b21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2000/01/rdf-schema#range> _:n16082fa6811145e08dfaeb8890637028b19 .
_:n16082fa6811145e08dfaeb8890637028b16 <http://www.w3.org/2002/07/owl#unionOf> _:n16082fa6811145e08dfaeb8890637028b17 .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#supplement> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:supplement .\n " .
_:n16082fa6811145e08dfaeb8890637028b18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2000/01/rdf-schema#label> "has supplement"@en .
_:n16082fa6811145e08dfaeb8890637028b16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n16082fa6811145e08dfaeb8890637028b20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
_:n16082fa6811145e08dfaeb8890637028b19 <http://www.w3.org/2002/07/owl#unionOf> _:n16082fa6811145e08dfaeb8890637028b20 .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2000/01/rdf-schema#comment> "\nAn expression work/expression having another one as supplement.\n "@en .
_:n16082fa6811145e08dfaeb8890637028b21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#supplementOf> .
IRI: http://purl.org/vocab/frbr/core#translation
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:translation a owl:ObjectProperty ;
rdfs:label "has translation"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:translation .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("HasTranslation") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment """
An expression translated in another one.
"""@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:translationOf ;
vs:term_status reg:statusStable ;
skos:note """
It allows to refer to a literal translation, in which the intent is to render the intellectual content of the previous expression as accurately as possible.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#translation">
<rdfs:label xml:lang="en">has translation</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">
An expression translated in another one.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#translationOf"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("HasTranslation") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:translation .
</vann:example>
<skos:note xml:lang="en">
It allows to refer to a literal translation, in which the intent is to render the intellectual content of the previous expression as accurately as possible.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#translation",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:translation .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"HasTranslation\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nAn expression translated in another one.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has translation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#translationOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nIt allows to refer to a literal translation, in which the intent is to render the intellectual content of the previous expression as accurately as possible.\n "
}
]
}
]<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2000/01/rdf-schema#label> "has translation"@en .
<http://purl.org/vocab/frbr/core#translation> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:translation .\n " .
<http://purl.org/vocab/frbr/core#translation> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"HasTranslation\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2000/01/rdf-schema#comment> "\nAn expression translated in another one.\n "@en .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2004/02/skos/core#note> "\nIt allows to refer to a literal translation, in which the intent is to render the intellectual content of the previous expression as accurately as possible.\n "@en .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#translationOf> .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:type a owl:ObjectProperty ;
rdfs:label "has type"@en ;
vann:example """
:my-dataset
literal:hasLiteral :my-dataset-date .
:my-dataset-date
literal:hasLiteralValue "2012-07-04"^^xsd:date ;
dcterms:type dcterms:date .
""" ;
vaem:rationale """
In DataCite, since it is possible to attach information to dates, these must be modelled as entities themselves.
The date itself is a `literal:Literal`, with its actual value expressed via `literal:hasLiteralValue` and its type (represented by the property it would be used otherwise if the date were not reified) through `dcterms:type`.
The properties that can be used in combination with OWL 2 punning to express a particular type for the date are the following:
- `dcterms:dateAccepted` (Accepted)
- `dcterms:available` (Available)
- `dcterms:dateCopyrighted` (Copyrighted)
- `fabio:hasDateCollected` (Collected)
- `dcterms:temporal` (Coverage)
- `dcterms:created` (Created)
- `dcterms:issued` (Issued)
- `dcterms:dateSubmitted` (Submitted)
- `dcterms:modified` (Updated)
- `dcterms:valid` (Valid)
- `fabio:hasRetractionDate` (Withdrawn)
The value associated with one of these data properties should be provided in conformity with one of three alternative XML Schema datatypes, i.e., `xsd:date`, `xsd:gYear` or `xsd:dateTime`.
"""@en ;
rdfs:comment "The nature or genre of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:seeAlso dcterms:available,
dcterms:created,
dcterms:date,
dcterms:dateAccepted,
dcterms:dateCopyrighted,
dcterms:dateSubmitted,
dcterms:issued,
dcterms:modified,
dcterms:temporal,
dcterms:valid,
fabio:hasDateCollected,
fabio:hasRetractionDate ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/type">
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/available"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/issued"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/created"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/dateCopyrighted"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/valid"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/hasRetractionDate"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/modified"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/temporal"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/dateAccepted"/>
<rdfs:seeAlso rdf:resource="http://purl.org/dc/terms/dateSubmitted"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/hasDateCollected"/>
<rdfs:comment xml:lang="en">The nature or genre of the resource.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has type</rdfs:label>
<vann:example>
:my-dataset
literal:hasLiteral :my-dataset-date .
:my-dataset-date
literal:hasLiteralValue "2012-07-04"^^xsd:date ;
dcterms:type dcterms:date .
</vann:example>
<vaem:rationale xml:lang="en">
In DataCite, since it is possible to attach information to dates, these must be modelled as entities themselves.
The date itself is a `literal:Literal`, with its actual value expressed via `literal:hasLiteralValue` and its type (represented by the property it would be used otherwise if the date were not reified) through `dcterms:type`.
The properties that can be used in combination with OWL 2 punning to express a particular type for the date are the following:
- `dcterms:dateAccepted` (Accepted)
- `dcterms:available` (Available)
- `dcterms:dateCopyrighted` (Copyrighted)
- `fabio:hasDateCollected` (Collected)
- `dcterms:temporal` (Coverage)
- `dcterms:created` (Created)
- `dcterms:issued` (Issued)
- `dcterms:dateSubmitted` (Submitted)
- `dcterms:modified` (Updated)
- `dcterms:valid` (Valid)
- `fabio:hasRetractionDate` (Withdrawn)
The value associated with one of these data properties should be provided in conformity with one of three alternative XML Schema datatypes, i.e., `xsd:date`, `xsd:gYear` or `xsd:dateTime`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/type",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset\n literal:hasLiteral :my-dataset-date .\n\n :my-dataset-date \n literal:hasLiteralValue \"2012-07-04\"^^xsd:date ;\n dcterms:type dcterms:date .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nIn DataCite, since it is possible to attach information to dates, these must be modelled as entities themselves. \nThe date itself is a `literal:Literal`, with its actual value expressed via `literal:hasLiteralValue` and its type (represented by the property it would be used otherwise if the date were not reified) through `dcterms:type`.\nThe properties that can be used in combination with OWL 2 punning to express a particular type for the date are the following:\n\n- `dcterms:dateAccepted` (Accepted)\n- `dcterms:available` (Available)\n- `dcterms:dateCopyrighted` (Copyrighted)\n- `fabio:hasDateCollected` (Collected)\n- `dcterms:temporal` (Coverage)\n- `dcterms:created` (Created)\n- `dcterms:issued` (Issued)\n- `dcterms:dateSubmitted` (Submitted)\n- `dcterms:modified` (Updated)\n- `dcterms:valid` (Valid)\n- `fabio:hasRetractionDate` (Withdrawn)\n\nThe value associated with one of these data properties should be provided in conformity with one of three alternative XML Schema datatypes, i.e., `xsd:date`, `xsd:gYear` or `xsd:dateTime`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The nature or genre of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has type"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/dc/terms/available"
},
{
"@id": "http://purl.org/dc/terms/issued"
},
{
"@id": "http://purl.org/dc/terms/created"
},
{
"@id": "http://purl.org/dc/terms/dateCopyrighted"
},
{
"@id": "http://purl.org/dc/terms/valid"
},
{
"@id": "http://purl.org/spar/fabio/hasRetractionDate"
},
{
"@id": "http://purl.org/dc/terms/modified"
},
{
"@id": "http://purl.org/dc/terms/date"
},
{
"@id": "http://purl.org/dc/terms/temporal"
},
{
"@id": "http://purl.org/dc/terms/dateAccepted"
},
{
"@id": "http://purl.org/dc/terms/dateSubmitted"
},
{
"@id": "http://purl.org/spar/fabio/hasDateCollected"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/available> .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/issued> .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/dateCopyrighted> .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/valid> .
<http://purl.org/dc/terms/type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/type> <http://purl.org/vocab/vann/example> "\n :my-dataset\n literal:hasLiteral :my-dataset-date .\n\n :my-dataset-date \n literal:hasLiteralValue \"2012-07-04\"^^xsd:date ;\n dcterms:type dcterms:date .\n " .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/modified> .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/temporal> .
<http://purl.org/dc/terms/type> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/type> <http://www.linkedmodel.org/schema/vaem#rationale> "\nIn DataCite, since it is possible to attach information to dates, these must be modelled as entities themselves. \nThe date itself is a `literal:Literal`, with its actual value expressed via `literal:hasLiteralValue` and its type (represented by the property it would be used otherwise if the date were not reified) through `dcterms:type`.\nThe properties that can be used in combination with OWL 2 punning to express a particular type for the date are the following:\n\n- `dcterms:dateAccepted` (Accepted)\n- `dcterms:available` (Available)\n- `dcterms:dateCopyrighted` (Copyrighted)\n- `fabio:hasDateCollected` (Collected)\n- `dcterms:temporal` (Coverage)\n- `dcterms:created` (Created)\n- `dcterms:issued` (Issued)\n- `dcterms:dateSubmitted` (Submitted)\n- `dcterms:modified` (Updated)\n- `dcterms:valid` (Valid)\n- `fabio:hasRetractionDate` (Withdrawn)\n\nThe value associated with one of these data properties should be provided in conformity with one of three alternative XML Schema datatypes, i.e., `xsd:date`, `xsd:gYear` or `xsd:dateTime`.\n "@en .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#comment> "The nature or genre of the resource."@en .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/created> .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#label> "has type"@en .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/hasRetractionDate> .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/dateAccepted> .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/dc/terms/dateSubmitted> .
<http://purl.org/dc/terms/type> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/hasDateCollected> .
IRI: http://www.essepuntato.it/2012/04/tvc/hasValue
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
tvc:hasValue a owl:ObjectProperty ;
rdfs:label "has value"@en ;
rdfs:comment "An entity (e.g., a person) connected to a particular value-in-time situation."@en ;
rdfs:isDefinedBy <http://purl.org/spar/tvc/> ;
rdfs:range tvc:ValueInTime .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.essepuntato.it/2012/04/tvc/hasValue">
<rdfs:range rdf:resource="http://www.essepuntato.it/2012/04/tvc/ValueInTime"/>
<rdfs:comment xml:lang="en">An entity (e.g., a person) connected to a particular value-in-time situation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/tvc/"/>
<rdfs:label xml:lang="en">has value</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.essepuntato.it/2012/04/tvc/hasValue",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An entity (e.g., a person) connected to a particular value-in-time situation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/tvc/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has value"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime"
}
]
}
]<http://www.essepuntato.it/2012/04/tvc/hasValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.essepuntato.it/2012/04/tvc/ValueInTime> .
<http://www.essepuntato.it/2012/04/tvc/hasValue> <http://www.w3.org/2000/01/rdf-schema#comment> "An entity (e.g., a person) connected to a particular value-in-time situation."@en .
<http://www.essepuntato.it/2012/04/tvc/hasValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.essepuntato.it/2012/04/tvc/hasValue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/tvc/> .
<http://www.essepuntato.it/2012/04/tvc/hasValue> <http://www.w3.org/2000/01/rdf-schema#label> "has value"@en .
IRI: http://purl.org/dc/terms/hasVersion
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:hasVersion a owl:ObjectProperty ;
rdfs:label "has version"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:hasVersion .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("HasVersion") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "A related resource that is a version, edition, or adaptation of the described resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dcterms:relation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/hasVersion">
<rdfs:comment xml:lang="en">A related resource that is a version, edition, or adaptation of the described resource.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en">has version</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:hasVersion .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("HasVersion") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/hasVersion",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:hasVersion .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"HasVersion\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A related resource that is a version, edition, or adaptation of the described resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has version"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/relation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/hasVersion> <http://www.w3.org/2000/01/rdf-schema#comment> "A related resource that is a version, edition, or adaptation of the described resource."@en .
<http://purl.org/dc/terms/hasVersion> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/hasVersion> <http://www.w3.org/2000/01/rdf-schema#label> "has version"@en .
<http://purl.org/dc/terms/hasVersion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/hasVersion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/hasVersion> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/hasVersion> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"HasVersion\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "@en .
<http://purl.org/dc/terms/hasVersion> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:hasVersion .\n " .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pro:holdsRoleInTIme a owl:ObjectProperty ;
rdfs:label "holds role in time"@en ;
vann:example """
:david-shotton a foaf:Agent ;
pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .
:shotton-affiliation-for-my-dataset a pro:RoleInTime ;
pro:withRole scoro:affiliate .
""" ;
vaem:rationale """
Someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`).
Such an affiliation may be specified in the document with respect to which that agent is an author or contributor.
A particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation.
The domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
"""@en ;
rdfs:comment "A role that an agent holds."@en ;
rdfs:domain foaf:Agent ;
rdfs:isDefinedBy pro: ;
rdfs:range pro:RoleInTime ;
rdfs:subPropertyOf tvc:hasValue ;
owl:inverseOf pro:isHeldBy ;
vs:term_status reg:statusStable ;
skos:note """
The full minimum pattern to express the role of some agent is:
foaf:Agent
pro:holdsRoleInTime [
a pro:RoleInTime ;
pro:withRole pro:Role
] .
PRO permits one to specify the time period over which a role is held, and the other contextual entities to which that agent's role relates.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/holdsRoleInTIme">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A role that an agent holds.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/pro/isHeldBy"/>
<rdfs:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/hasValue"/>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:label xml:lang="en">holds role in time</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/spar/pro/RoleInTime"/>
<vaem:rationale xml:lang="en">
Someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`).
Such an affiliation may be specified in the document with respect to which that agent is an author or contributor.
A particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation.
The domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:david-shotton a foaf:Agent ;
pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .
:shotton-affiliation-for-my-dataset a pro:RoleInTime ;
pro:withRole scoro:affiliate .
</vann:example>
<skos:note xml:lang="en">
The full minimum pattern to express the role of some agent is:
foaf:Agent
pro:holdsRoleInTime [
a pro:RoleInTime ;
pro:withRole pro:Role
] .
PRO permits one to specify the time period over which a role is held, and the other contextual entities to which that agent's role relates.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/holdsRoleInTIme",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton a foaf:Agent ;\n pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .\n \n :shotton-affiliation-for-my-dataset a pro:RoleInTime ;\n pro:withRole scoro:affiliate .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nSomeone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`). \nSuch an affiliation may be specified in the document with respect to which that agent is an author or contributor. \nA particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation. \nThe domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A role that an agent holds."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "holds role in time"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/pro/RoleInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/hasValue"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/pro/isHeldBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThe full minimum pattern to express the role of some agent is: \n foaf:Agent \n pro:holdsRoleInTime [ \n a pro:RoleInTime ; \n pro:withRole pro:Role \n ] . \nPRO permits one to specify the time period over which a role is held, and the other contextual entities to which that agent's role relates.\n "
}
]
}
]<http://purl.org/spar/pro/holdsRoleInTIme> <http://www.linkedmodel.org/schema/vaem#rationale> "\nSomeone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`). \nSuch an affiliation may be specified in the document with respect to which that agent is an author or contributor. \nA particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation. \nThe domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "@en .
<http://purl.org/spar/pro/holdsRoleInTIme> <http://www.w3.org/2004/02/skos/core#note> "\nThe full minimum pattern to express the role of some agent is: \n foaf:Agent \n pro:holdsRoleInTime [ \n a pro:RoleInTime ; \n pro:withRole pro:Role \n ] . \nPRO permits one to specify the time period over which a role is held, and the other contextual entities to which that agent's role relates.\n "@en .
<http://purl.org/spar/pro/holdsRoleInTIme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pro/holdsRoleInTIme> <http://www.w3.org/2000/01/rdf-schema#comment> "A role that an agent holds."@en .
<http://purl.org/spar/pro/holdsRoleInTIme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/holdsRoleInTIme> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/pro/isHeldBy> .
<http://purl.org/spar/pro/holdsRoleInTIme> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/hasValue> .
<http://purl.org/spar/pro/holdsRoleInTIme> <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Agent> .
<http://purl.org/spar/pro/holdsRoleInTIme> <http://www.w3.org/2000/01/rdf-schema#label> "holds role in time"@en .
<http://purl.org/spar/pro/holdsRoleInTIme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pro/holdsRoleInTIme> <http://purl.org/vocab/vann/example> "\n :david-shotton a foaf:Agent ;\n pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .\n \n :shotton-affiliation-for-my-dataset a pro:RoleInTime ;\n pro:withRole scoro:affiliate .\n " .
<http://purl.org/spar/pro/holdsRoleInTIme> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/pro/RoleInTime> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix schema: <https://schema.org/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
schema:instrument a owl:ObjectProperty ;
rdfs:label "instrument"@en ;
vann:example """
:my-analysis-action a schema:Action ;
schema:instrument :my-resource .
:my-resource a frbr:Endeavour .
""" ;
vaem:rationale """
This is used to model the fact that a related source is an instrument.
More specifically, an instance of `schema:Action` is used, connected to a `frbr:Endeavour` via the property `schema:instrument`.
"""@en ;
rdfs:comment """
The object that helped the agent perform the action."""@en ;
rdfs:isDefinedBy schema: ;
rdfs:range schema:Action ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="https://schema.org/instrument">
<rdfs:label xml:lang="en">instrument</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://schema.org/"/>
<rdfs:range rdf:resource="https://schema.org/Action"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">
The object that helped the agent perform the action.</rdfs:comment>
<vann:example>
:my-analysis-action a schema:Action ;
schema:instrument :my-resource .
:my-resource a frbr:Endeavour .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to model the fact that a related source is an instrument.
More specifically, an instance of `schema:Action` is used, connected to a `frbr:Endeavour` via the property `schema:instrument`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/instrument",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-analysis-action a schema:Action ;\n schema:instrument :my-resource .\n \n :my-resource a frbr:Endeavour .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to model the fact that a related source is an instrument.\nMore specifically, an instance of `schema:Action` is used, connected to a `frbr:Endeavour` via the property `schema:instrument`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe object that helped the agent perform the action."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://schema.org/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "instrument"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://schema.org/Action"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<https://schema.org/instrument> <http://www.w3.org/2000/01/rdf-schema#label> "instrument"@en .
<https://schema.org/instrument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://schema.org/> .
<https://schema.org/instrument> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/Action> .
<https://schema.org/instrument> <http://purl.org/vocab/vann/example> "\n :my-analysis-action a schema:Action ;\n schema:instrument :my-resource .\n \n :my-resource a frbr:Endeavour .\n " .
<https://schema.org/instrument> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to model the fact that a related source is an instrument.\nMore specifically, an instance of `schema:Action` is used, connected to a `frbr:Endeavour` via the property `schema:instrument`.\n "@en .
<https://schema.org/instrument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://schema.org/instrument> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe object that helped the agent perform the action."@en .
<https://schema.org/instrument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/vocab/frbr/core#arrangementOf
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:arrangementOf a owl:ObjectProperty ;
rdfs:label "is arrangement of"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:arrangementOf .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsVariantFormOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment """
The original expression of an arranged one.
"""@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#arrangementOf">
<rdfs:label xml:lang="en">is arrangement of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">
The original expression of an arranged one.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsVariantFormOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:arrangementOf .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#arrangementOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:arrangementOf .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsVariantFormOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe original expression of an arranged one.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is arrangement of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#arrangementOf> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsVariantFormOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/vocab/frbr/core#arrangementOf> <http://www.w3.org/2000/01/rdf-schema#label> "is arrangement of"@en .
<http://purl.org/vocab/frbr/core#arrangementOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#arrangementOf> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe original expression of an arranged one.\n "@en .
<http://purl.org/vocab/frbr/core#arrangementOf> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:arrangementOf .\n " .
<http://purl.org/vocab/frbr/core#arrangementOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#arrangementOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#arrangementOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/isCitedAsDataSourceBy
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedAsDataSourceBy a owl:ObjectProperty ;
rdfs:label "is cited as data source by"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isCitedAsDataSourceBy .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsSourceOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The cited entity is cited as a data source by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/isCitedAsDataSourceBy">
<rdfs:comment xml:lang="en">The cited entity is cited as a data source by the citing entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">is cited as data source by</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isCitedAsDataSourceBy .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsSourceOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedAsDataSourceBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isCitedAsDataSourceBy .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsSourceOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The cited entity is cited as a data source by the citing entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is cited as data source by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isCitedAsDataSourceBy .\n " .
<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The cited entity is cited as a data source by the citing entity."@en .
<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsSourceOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited as data source by"@en .
<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedAsDataSourceBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
IRI: http://purl.org/spar/cito/isCitedAsMetadataDocumentBy
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedAsMetadataDocumentBy a owl:ObjectProperty ;
rdfs:label "is cited as metadata document by"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isCitedAsMetadataDocumentBy .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsMetadataFor") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The cited entity is cited as being the container of metadata relating to the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/isCitedAsMetadataDocumentBy">
<rdfs:label xml:lang="en">is cited as metadata document by</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">The cited entity is cited as being the container of metadata relating to the citing entity.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsMetadataFor") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isCitedAsMetadataDocumentBy .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedAsMetadataDocumentBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isCitedAsMetadataDocumentBy .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsMetadataFor\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The cited entity is cited as being the container of metadata relating to the citing entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is cited as metadata document by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited as metadata document by"@en .
<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsMetadataFor\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The cited entity is cited as being the container of metadata relating to the citing entity."@en .
<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isCitedAsMetadataDocumentBy .\n " .
<http://purl.org/spar/cito/isCitedAsMetadataDocumentBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
IRI: http://purl.org/spar/cito/isCitedBy
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedBy a owl:ObjectProperty ;
rdfs:label "is cited by"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isCitedBy .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsCitedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The cited entity (the subject of the RDF triple) is cited by the citing entity (the object of the triple)."@en ;
rdfs:isDefinedBy cito: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/isCitedBy">
<rdfs:label xml:lang="en">is cited by</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The cited entity (the subject of the RDF triple) is cited by the citing entity (the object of the triple).</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsCitedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isCitedBy .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isCitedBy .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsCitedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The cited entity (the subject of the RDF triple) is cited by the citing entity (the object of the triple)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is cited by"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited by"@en .
<http://purl.org/spar/cito/isCitedBy> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isCitedBy .\n " .
<http://purl.org/spar/cito/isCitedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The cited entity (the subject of the RDF triple) is cited by the citing entity (the object of the triple)."@en .
<http://purl.org/spar/cito/isCitedBy> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsCitedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/isCitedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
IRI: http://purl.org/spar/cito/isCitedForInformationBy
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCitedForInformationBy a owl:ObjectProperty ;
rdfs:label "is cited for information by"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isCitedForInformationBy .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsReferencedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The cited entity is cited as a source of information on the subject under discussion in the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/isCitedForInformationBy">
<rdfs:comment xml:lang="en">The cited entity is cited as a source of information on the subject under discussion in the citing entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:label xml:lang="en">is cited for information by</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isCitedForInformationBy .
</vann:example>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsReferencedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCitedForInformationBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isCitedForInformationBy .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsReferencedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The cited entity is cited as a source of information on the subject under discussion in the citing entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is cited for information by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCitedForInformationBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCitedForInformationBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The cited entity is cited as a source of information on the subject under discussion in the citing entity."@en .
<http://purl.org/spar/cito/isCitedForInformationBy> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isCitedForInformationBy .\n " .
<http://purl.org/spar/cito/isCitedForInformationBy> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsReferencedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/isCitedForInformationBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCitedForInformationBy> <http://www.w3.org/2000/01/rdf-schema#label> "is cited for information by"@en .
<http://purl.org/spar/cito/isCitedForInformationBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCitedForInformationBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
IRI: http://purl.org/spar/cito/isCompiledBy
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isCompiledBy a owl:ObjectProperty ;
rdfs:label "is compiled by"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isCompiledBy .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsCompiledBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The cited entity is the result of a compile or creation event using the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/isCompiledBy">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">is compiled by</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The cited entity is the result of a compile or creation event using the citing entity.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsCompiledBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isCompiledBy .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isCompiledBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isCompiledBy .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsCompiledBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The cited entity is the result of a compile or creation event using the citing entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is compiled by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isCompiledBy> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isCompiledBy .\n " .
<http://purl.org/spar/cito/isCompiledBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isCompiledBy> <http://www.w3.org/2000/01/rdf-schema#label> "is compiled by"@en .
<http://purl.org/spar/cito/isCompiledBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isCompiledBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isCompiledBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isCompiledBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The cited entity is the result of a compile or creation event using the citing entity."@en .
<http://purl.org/spar/cito/isCompiledBy> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsCompiledBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
IRI: http://purl.org/spar/cito/isDescribedBy
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isDescribedBy a owl:ObjectProperty ;
rdfs:label "is described by"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isDescribedBy .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsDescribedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The cited entity is described by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/isDescribedBy">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:label xml:lang="en">is described by</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The cited entity is described by the citing entity.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isDescribedBy .
</vann:example>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsDescribedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isDescribedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isDescribedBy .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsDescribedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The cited entity is described by the citing entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is described by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isDescribedBy> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isDescribedBy .\n " .
<http://purl.org/spar/cito/isDescribedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isDescribedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isDescribedBy> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsDescribedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/isDescribedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is described by"@en .
<http://purl.org/spar/cito/isDescribedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isDescribedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The cited entity is described by the citing entity."@en .
<http://purl.org/spar/cito/isDescribedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/cito/isDocumentedBy
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isDocumentedBy a owl:ObjectProperty ;
rdfs:label "is documented by"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isDocumentedBy .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsDocumentedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "Information about the cited entity is documented by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/isDocumentedBy">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">Information about the cited entity is documented by the citing entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is documented by</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsDocumentedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isDocumentedBy .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isDocumentedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isDocumentedBy .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsDocumentedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Information about the cited entity is documented by the citing entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is documented by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isDocumentedBy> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isDocumentedBy .\n " .
<http://purl.org/spar/cito/isDocumentedBy> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsDocumentedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/isDocumentedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isDocumentedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "Information about the cited entity is documented by the citing entity."@en .
<http://purl.org/spar/cito/isDocumentedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isDocumentedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isDocumentedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is documented by"@en .
<http://purl.org/spar/cito/isDocumentedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
IRI: http://www.w3.org/2004/02/skos/core#inScheme
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
skos:inScheme a owl:ObjectProperty ;
rdfs:label "is in scheme"@en ;
vann:example """
:my-concept
skos:inScheme :my-scheme .
:my-scheme a skos:ConceptScheme ;
skos:prefLabel "Dewey Decimal Classification"@en .
"""@en ;
vaem:rationale """
This is used to link a particular concept, defined as the subject for the resource under consideration, to the scheme (i.e., an individual of `skos:ConceptScheme`) that defines it.
Instead of creating a new concept scheme every time, one could reuse concept schemes already available in existing SKOS-based models.
"""@en ;
rdfs:comment "A concept scheme in which a concept is included."@en ;
rdfs:isDefinedBy skos: ;
rdfs:range skos:ConceptScheme ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#inScheme">
<rdfs:label xml:lang="en">is in scheme</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core#"/>
<rdfs:comment xml:lang="en">A concept scheme in which a concept is included.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example xml:lang="en">
:my-concept
skos:inScheme :my-scheme .
:my-scheme a skos:ConceptScheme ;
skos:prefLabel "Dewey Decimal Classification"@en .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to link a particular concept, defined as the subject for the resource under consideration, to the scheme (i.e., an individual of `skos:ConceptScheme`) that defines it.
Instead of creating a new concept scheme every time, one could reuse concept schemes already available in existing SKOS-based models.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#inScheme",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@language": "en",
"@value": "\n :my-concept\n skos:inScheme :my-scheme .\n\n :my-scheme a skos:ConceptScheme ;\n skos:prefLabel \"Dewey Decimal Classification\"@en .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to link a particular concept, defined as the subject for the resource under consideration, to the scheme (i.e., an individual of `skos:ConceptScheme`) that defines it. \nInstead of creating a new concept scheme every time, one could reuse concept schemes already available in existing SKOS-based models.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A concept scheme in which a concept is included."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2004/02/skos/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is in scheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2004/02/skos/core#ConceptScheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/2000/01/rdf-schema#label> "is in scheme"@en .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2004/02/skos/core#> .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://purl.org/vocab/vann/example> "\n :my-concept\n skos:inScheme :my-scheme .\n\n :my-scheme a skos:ConceptScheme ;\n skos:prefLabel \"Dewey Decimal Classification\"@en .\n "@en .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "A concept scheme in which a concept is included."@en .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to link a particular concept, defined as the subject for the resource under consideration, to the scheme (i.e., an individual of `skos:ConceptScheme`) that defines it. \nInstead of creating a new concept scheme every time, one could reuse concept schemes already available in existing SKOS-based models.\n "@en .
IRI: http://purl.org/dc/terms/isPartOf
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:isPartOf a owl:ObjectProperty ;
rdfs:label "is part of"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:isPartOf .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsPartOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "A related resource in which the described resource is physically or logically included."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dcterms:relation ;
owl:inverseOf dcterms:hasPart ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/isPartOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<owl:inverseOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
<rdfs:comment xml:lang="en">A related resource in which the described resource is physically or logically included.</rdfs:comment>
<rdfs:label xml:lang="en">is part of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:isPartOf .
</vann:example>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsPartOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/isPartOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:isPartOf .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsPartOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A related resource in which the described resource is physically or logically included."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is part of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/relation"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/dc/terms/hasPart"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/dc/terms/hasPart> .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A related resource in which the described resource is physically or logically included."@en .
<http://purl.org/dc/terms/isPartOf> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsPartOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "@en .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2000/01/rdf-schema#label> "is part of"@en .
<http://purl.org/dc/terms/isPartOf> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:isPartOf .\n " .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
IRI: http://purl.org/vocab/frbr/core#partOf
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:partOf a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "is part of"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:partof .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsPublishedIn") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment """
An endeavour incorporating another endeavour.
"""@en ;
rdfs:isDefinedBy frbr: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#partOf">
<rdfs:label xml:lang="en">is part of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">
An endeavour incorporating another endeavour.
</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsPublishedIn") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:partof .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#partOf",
"@type": [
"http://www.w3.org/2002/07/owl#TransitiveProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:partof .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsPublishedIn\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nAn endeavour incorporating another endeavour.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is part of"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#partOf> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:partof .\n " .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/2000/01/rdf-schema#label> "is part of"@en .
<http://purl.org/vocab/frbr/core#partOf> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsPublishedIn\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#TransitiveProperty> .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/2000/01/rdf-schema#comment> "\nAn endeavour incorporating another endeavour.\n "@en .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frbr:realizationOf a owl:ObjectProperty ;
rdfs:label "is realization of"@en ;
rdfs:comment "A work realized throgh an expression."@en ;
rdfs:domain frbr:Expression ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Work ;
rdfs:subPropertyOf frbr:relatedEndeavour .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#realizationOf">
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:comment xml:lang="en">A work realized throgh an expression.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:label xml:lang="en">is realization of</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A work realized throgh an expression."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is realization of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
]
}
]<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A work realized throgh an expression."@en .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is realization of"@en .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/datacite/isRelationObjectOf
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:isRelationObjectOf a owl:ObjectProperty ;
rdfs:label "is relation object of"@en ;
vann:example """
:my-article
datacite:isRelationObjectOf :relation-dataset-article .
""" ;
vaem:rationale """
This is used to specify the qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources aving one of these as its object.
"""@en ;
rdfs:comment "A relation in its reified form linked to a resource that is the object in such a relation."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:range datacite:QualifiedRelation ;
owl:inverseOf datacite:hasRelationObject ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/isRelationObjectOf">
<rdfs:comment xml:lang="en">A relation in its reified form linked to a resource that is the object in such a relation.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/datacite/hasRelationObject"/>
<rdfs:range rdf:resource="http://purl.org/spar/datacite/QualifiedRelation"/>
<rdfs:label xml:lang="en">is relation object of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article
datacite:isRelationObjectOf :relation-dataset-article .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to specify the qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources aving one of these as its object.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/isRelationObjectOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article \n datacite:isRelationObjectOf :relation-dataset-article .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources aving one of these as its object.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in its reified form linked to a resource that is the object in such a relation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is relation object of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/datacite/QualifiedRelation"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/datacite/hasRelationObject"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/isRelationObjectOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in its reified form linked to a resource that is the object in such a relation."@en .
<http://purl.org/spar/datacite/isRelationObjectOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/datacite/isRelationObjectOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/datacite/hasRelationObject> .
<http://purl.org/spar/datacite/isRelationObjectOf> <http://purl.org/vocab/vann/example> "\n :my-article \n datacite:isRelationObjectOf :relation-dataset-article .\n " .
<http://purl.org/spar/datacite/isRelationObjectOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/datacite/QualifiedRelation> .
<http://purl.org/spar/datacite/isRelationObjectOf> <http://www.w3.org/2000/01/rdf-schema#label> "is relation object of"@en .
<http://purl.org/spar/datacite/isRelationObjectOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/isRelationObjectOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/isRelationObjectOf> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources aving one of these as its object.\n "@en .
IRI: http://purl.org/spar/datacite/isRelationSubjectOf
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:isRelationSubjectOf a owl:ObjectProperty ;
rdfs:label "is relation subject of"@en ;
vann:example """
:my-dataset
datacite:isRelationSubjectOf :relation-dataset-article .
""" ;
vaem:rationale """
This is used to specify the qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources aving one of these as its object.
"""@en ;
rdfs:comment "A relation in its reified form linked to a resource that is the subject in such a relation."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:range datacite:QualifiedRelation ;
owl:inverseOf datacite:hasRelationSubject ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/isRelationSubjectOf">
<rdfs:label xml:lang="en">is relation subject of</rdfs:label>
<rdfs:comment xml:lang="en">A relation in its reified form linked to a resource that is the subject in such a relation.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/spar/datacite/hasRelationSubject"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:range rdf:resource="http://purl.org/spar/datacite/QualifiedRelation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vaem:rationale xml:lang="en">
This is used to specify the qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources aving one of these as its object.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset
datacite:isRelationSubjectOf :relation-dataset-article .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/isRelationSubjectOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset \n datacite:isRelationSubjectOf :relation-dataset-article .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources aving one of these as its object.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in its reified form linked to a resource that is the subject in such a relation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is relation subject of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/datacite/QualifiedRelation"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/datacite/hasRelationSubject"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/isRelationSubjectOf> <http://www.w3.org/2000/01/rdf-schema#label> "is relation subject of"@en .
<http://purl.org/spar/datacite/isRelationSubjectOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in its reified form linked to a resource that is the subject in such a relation."@en .
<http://purl.org/spar/datacite/isRelationSubjectOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/datacite/hasRelationSubject> .
<http://purl.org/spar/datacite/isRelationSubjectOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/isRelationSubjectOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/datacite/QualifiedRelation> .
<http://purl.org/spar/datacite/isRelationSubjectOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/datacite/isRelationSubjectOf> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the qualified relation (modelled via the class `datacite:QualifiedRelation`) between two resources aving one of these as its object.\n "@en .
<http://purl.org/spar/datacite/isRelationSubjectOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/isRelationSubjectOf> <http://purl.org/vocab/vann/example> "\n :my-dataset \n datacite:isRelationSubjectOf :relation-dataset-article .\n " .
IRI: http://purl.org/dc/terms/isReplacedBy
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:isReplacedBy a owl:ObjectProperty ;
rdfs:label "is replaced by"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:isReplacedBy .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsObsoletedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "A related resource that supplants, displaces, or supersedes the described resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dcterms:relation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/isReplacedBy">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:label xml:lang="en">is replaced by</rdfs:label>
<rdfs:comment xml:lang="en">A related resource that supplants, displaces, or supersedes the described resource.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:isReplacedBy .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsObsoletedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/isReplacedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:isReplacedBy .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsObsoletedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A related resource that supplants, displaces, or supersedes the described resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is replaced by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/relation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/isReplacedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/isReplacedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/isReplacedBy> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsObsoletedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "@en .
<http://purl.org/dc/terms/isReplacedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is replaced by"@en .
<http://purl.org/dc/terms/isReplacedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A related resource that supplants, displaces, or supersedes the described resource."@en .
<http://purl.org/dc/terms/isReplacedBy> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:isReplacedBy .\n " .
<http://purl.org/dc/terms/isReplacedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/isReplacedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/dc/terms/isRequiredBy
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:isRequiredBy a owl:ObjectProperty ;
rdfs:label "is required by"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:isRequiredBy .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsRequiredBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "A related resource that requires the described resource to support its function, delivery, or coherence."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dcterms:relation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/isRequiredBy">
<rdfs:label xml:lang="en">is required by</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A related resource that requires the described resource to support its function, delivery, or coherence.</rdfs:comment>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:isRequiredBy .
</vann:example>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsRequiredBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/isRequiredBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:isRequiredBy .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsRequiredBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A related resource that requires the described resource to support its function, delivery, or coherence."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is required by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/relation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/isRequiredBy> <http://www.w3.org/2000/01/rdf-schema#label> "is required by"@en .
<http://purl.org/dc/terms/isRequiredBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/isRequiredBy> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsRequiredBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "@en .
<http://purl.org/dc/terms/isRequiredBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/isRequiredBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/isRequiredBy> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:isRequiredBy .\n " .
<http://purl.org/dc/terms/isRequiredBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/isRequiredBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A related resource that requires the described resource to support its function, delivery, or coherence."@en .
IRI: http://purl.org/spar/cito/isReviewedBy
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:isReviewedBy a owl:ObjectProperty ;
rdfs:label "is reviewed by"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isReviewedBy .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsReviewedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The cited entity presents statements, ideas or conclusions that are reviewed by the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:reviews ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/isReviewedBy">
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/reviews"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is reviewed by</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdfs:comment xml:lang="en">The cited entity presents statements, ideas or conclusions that are reviewed by the citing entity.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsReviewedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:isReviewedBy .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/isReviewedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isReviewedBy .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsReviewedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The cited entity presents statements, ideas or conclusions that are reviewed by the citing entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is reviewed by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/reviews"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/reviews> .
<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is reviewed by"@en .
<http://purl.org/spar/cito/isReviewedBy> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:isReviewedBy .\n " .
<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/isReviewedBy> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsReviewedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/isReviewedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The cited entity presents statements, ideas or conclusions that are reviewed by the citing entity."@en .
IRI: http://purl.org/vocab/frbr/core#revisionOf
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:revisionOf a owl:ObjectProperty ;
rdfs:label "is revision of"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:revisionOf .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsNewVersionOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment """
It identifies the previous expression of a revised one.
"""@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#revisionOf">
<rdfs:comment xml:lang="en">
It identifies the previous expression of a revised one.
</rdfs:comment>
<rdfs:label xml:lang="en">is revision of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsNewVersionOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:revisionOf .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#revisionOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:revisionOf .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsNewVersionOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nIt identifies the previous expression of a revised one.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is revision of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#revisionOf> <http://www.w3.org/2000/01/rdf-schema#comment> "\nIt identifies the previous expression of a revised one.\n "@en .
<http://purl.org/vocab/frbr/core#revisionOf> <http://www.w3.org/2000/01/rdf-schema#label> "is revision of"@en .
<http://purl.org/vocab/frbr/core#revisionOf> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:revisionOf .\n " .
<http://purl.org/vocab/frbr/core#revisionOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#revisionOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#revisionOf> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsNewVersionOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/vocab/frbr/core#revisionOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#revisionOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
pro:isHeldBy a owl:ObjectProperty ;
rdfs:label "is role held by"@en ;
rdfs:comment "The agent holding a role in time."@en ;
rdfs:domain pro:RoleInTime ;
rdfs:isDefinedBy pro: ;
rdfs:range foaf:Agent .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/isHeldBy">
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<rdfs:comment xml:lang="en">The agent holding a role in time.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/spar/pro/RoleInTime"/>
<rdfs:label xml:lang="en">is role held by</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/isHeldBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The agent holding a role in time."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pro/RoleInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is role held by"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://xmlns.com/foaf/0.1/Agent"
}
]
}
]<http://purl.org/spar/pro/isHeldBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The agent holding a role in time."@en .
<http://purl.org/spar/pro/isHeldBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/isHeldBy> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/Agent> .
<http://purl.org/spar/pro/isHeldBy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pro/RoleInTime> .
<http://purl.org/spar/pro/isHeldBy> <http://www.w3.org/2000/01/rdf-schema#label> "is role held by"@en .
<http://purl.org/spar/pro/isHeldBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
sit:isSettingFor a owl:ObjectProperty ;
rdfs:label "is setting for"@en ;
rdfs:comment "An entity the situation is a setting for."@en ;
rdfs:isDefinedBy sit: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor">
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#"/>
<rdfs:label xml:lang="en">is setting for</rdfs:label>
<rdfs:comment xml:lang="en">An entity the situation is a setting for.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An entity the situation is a setting for."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is setting for"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> <http://www.w3.org/2000/01/rdf-schema#label> "is setting for"@en .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> <http://www.w3.org/2000/01/rdf-schema#comment> "An entity the situation is a setting for."@en .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/vocab/frbr/core#successorOf
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:successorOf a owl:ObjectProperty ;
rdfs:label "is successor of"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:successorOf .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Continues") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment """
It identifies the previous work/expression of a succeeded one.
"""@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#successorOf">
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:label xml:lang="en">is successor of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:comment xml:lang="en">
It identifies the previous work/expression of a succeeded one.
</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Continues") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:successorOf .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#successorOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:successorOf .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Continues\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nIt identifies the previous work/expression of a succeeded one.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is successor of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#successorOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#successorOf> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Continues\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/vocab/frbr/core#successorOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#successorOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#successorOf> <http://www.w3.org/2000/01/rdf-schema#label> "is successor of"@en .
<http://purl.org/vocab/frbr/core#successorOf> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:successorOf .\n " .
<http://purl.org/vocab/frbr/core#successorOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#successorOf> <http://www.w3.org/2000/01/rdf-schema#comment> "\nIt identifies the previous work/expression of a succeeded one.\n "@en .
IRI: http://purl.org/vocab/frbr/core#supplementOf
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:supplementOf a owl:ObjectProperty ;
rdfs:label "is supplement of"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:supplementOf .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsSupplementTo") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment """
The work/expression of a particular supplement of it.
"""@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#supplementOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">
The work/expression of a particular supplement of it.
</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">is supplement of</rdfs:label>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsSupplementTo") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:supplementOf .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#supplementOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:supplementOf .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsSupplementTo\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe work/expression of a particular supplement of it.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is supplement of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#supplementOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#supplementOf> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe work/expression of a particular supplement of it.\n "@en .
<http://purl.org/vocab/frbr/core#supplementOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#supplementOf> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsSupplementTo\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/vocab/frbr/core#supplementOf> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:supplementOf .\n " .
<http://purl.org/vocab/frbr/core#supplementOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#supplementOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#supplementOf> <http://www.w3.org/2000/01/rdf-schema#label> "is supplement of"@en .
IRI: http://purl.org/vocab/frbr/core#translationOf
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:translationOf a owl:ObjectProperty ;
rdfs:label "is translation of"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:translationOf .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsTranslationOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment """
The original expression of a translated one.
"""@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#translationOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">
The original expression of a translated one.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:label xml:lang="en">is translation of</rdfs:label>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsTranslationOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization frbr:translationOf .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#translationOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:translationOf .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsTranslationOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe original expression of a translated one.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is translation of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#translationOf> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsTranslationOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/vocab/frbr/core#translationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#translationOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#translationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe original expression of a translated one.\n "@en .
<http://purl.org/vocab/frbr/core#translationOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#translationOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#translationOf> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization frbr:translationOf .\n " .
<http://purl.org/vocab/frbr/core#translationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is translation of"@en .
IRI: http://purl.org/dc/terms/isVersionOf
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:isVersionOf a owl:ObjectProperty ;
rdfs:label "is version of"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:isVersionOf .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsVersionOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "A related resource of which the described resource is a version, edition, or adaptation."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dcterms:relation ;
owl:inverseOf dcterms:hasVersion ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/isVersionOf">
<rdfs:label xml:lang="en">is version of</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/dc/terms/hasVersion"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:comment xml:lang="en">A related resource of which the described resource is a version, edition, or adaptation.</rdfs:comment>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:isVersionOf .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsVersionOf") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/isVersionOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:isVersionOf .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsVersionOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A related resource of which the described resource is a version, edition, or adaptation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is version of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/relation"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/dc/terms/hasVersion"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/isVersionOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/isVersionOf> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:isVersionOf .\n " .
<http://purl.org/dc/terms/isVersionOf> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsVersionOf\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "@en .
<http://purl.org/dc/terms/isVersionOf> <http://www.w3.org/2000/01/rdf-schema#label> "is version of"@en .
<http://purl.org/dc/terms/isVersionOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/dc/terms/hasVersion> .
<http://purl.org/dc/terms/isVersionOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/isVersionOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/isVersionOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/isVersionOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A related resource of which the described resource is a version, edition, or adaptation."@en .
IRI: http://purl.org/spar/cito/providesDataFor
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:providesDataFor a owl:ObjectProperty ;
rdfs:label "provides data for"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:providesDataFor .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsCollectedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The cited entity presents data that are used in work described in the citing entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:isCitedBy ;
owl:inverseOf cito:usesDataFrom ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/providesDataFor">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/isCitedBy"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/cito/usesDataFrom"/>
<rdfs:label xml:lang="en">provides data for</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The cited entity presents data that are used in work described in the citing entity.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:providesDataFor .
</vann:example>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("IsCollectedBy") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/providesDataFor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:providesDataFor .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsCollectedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The cited entity presents data that are used in work described in the citing entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "provides data for"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/isCitedBy"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/cito/usesDataFrom"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/isCitedBy> .
<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/cito/usesDataFrom> .
<http://purl.org/spar/cito/providesDataFor> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"IsCollectedBy\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/2000/01/rdf-schema#label> "provides data for"@en .
<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/providesDataFor> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:providesDataFor .\n " .
<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/providesDataFor> <http://www.w3.org/2000/01/rdf-schema#comment> "The cited entity presents data that are used in work described in the citing entity."@en .
IRI: http://purl.org/spar/pro/relatesToEntity
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pro:relatesToEntity a owl:ObjectProperty ;
rdfs:label "relates to"@en ;
vann:example """
:shotton-affiliation-for-my-dataset a pro:RoleInTime ;
pro:withRole scoro:affiliate ;
pro:relatesToEntity :my-dataset .
""" ;
vaem:rationale """
Someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`).
Such an affiliation may be specified in the document with respect to which that agent is an author or contributor.
A particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation.
The domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
"""@en ;
rdfs:comment "An entity representing the context for a time-indexed situation."@en ;
rdfs:domain pro:RoleInTime ;
rdfs:isDefinedBy pro: ;
rdfs:subPropertyOf tvc:withinContext ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/relatesToEntity">
<rdfs:domain rdf:resource="http://purl.org/spar/pro/RoleInTime"/>
<rdfs:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/withinContext"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<rdfs:label xml:lang="en">relates to</rdfs:label>
<rdfs:comment xml:lang="en">An entity representing the context for a time-indexed situation.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:shotton-affiliation-for-my-dataset a pro:RoleInTime ;
pro:withRole scoro:affiliate ;
pro:relatesToEntity :my-dataset .
</vann:example>
<vaem:rationale xml:lang="en">
Someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`).
Such an affiliation may be specified in the document with respect to which that agent is an author or contributor.
A particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation.
The domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/relatesToEntity",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :shotton-affiliation-for-my-dataset a pro:RoleInTime ;\n pro:withRole scoro:affiliate ;\n pro:relatesToEntity :my-dataset .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nSomeone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`). \nSuch an affiliation may be specified in the document with respect to which that agent is an author or contributor. \nA particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation. \nThe domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An entity representing the context for a time-indexed situation."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pro/RoleInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "relates to"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withinContext"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pro/relatesToEntity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pro/RoleInTime> .
<http://purl.org/spar/pro/relatesToEntity> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/withinContext> .
<http://purl.org/spar/pro/relatesToEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pro/relatesToEntity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/relatesToEntity> <http://www.linkedmodel.org/schema/vaem#rationale> "\nSomeone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`). \nSuch an affiliation may be specified in the document with respect to which that agent is an author or contributor. \nA particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation. \nThe domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "@en .
<http://purl.org/spar/pro/relatesToEntity> <http://purl.org/vocab/vann/example> "\n :shotton-affiliation-for-my-dataset a pro:RoleInTime ;\n pro:withRole scoro:affiliate ;\n pro:relatesToEntity :my-dataset .\n " .
<http://purl.org/spar/pro/relatesToEntity> <http://www.w3.org/2000/01/rdf-schema#label> "relates to"@en .
<http://purl.org/spar/pro/relatesToEntity> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pro/relatesToEntity> <http://www.w3.org/2000/01/rdf-schema#comment> "An entity representing the context for a time-indexed situation."@en .
IRI: http://purl.org/spar/pro/relatesToOrganization
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pro:relatesToOrganization a owl:ObjectProperty ;
rdfs:label "relates to organization"@en ;
vann:example """
:shotton-affiliation-for-my-dataset a pro:RoleInTime ;
pro:withRole scoro:affiliate ;
pro:relatesToOrganization :university-of-oxford .
:university-of-oxford a foaf:Organization .
""" ;
vaem:rationale """
Someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`).
Such an affiliation may be specified in the document with respect to which that agent is an author or contributor.
A particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation.
The domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
"""@en ;
rdfs:comment "An organization representing the context for a time-indexed situation (e.g. relating the role of member to the institution of which that person is a member)."@en ;
rdfs:domain pro:RoleInTime ;
rdfs:isDefinedBy pro: ;
rdfs:range foaf:Organization ;
rdfs:subPropertyOf pro:relatesToEntity ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/relatesToOrganization">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
<rdfs:comment xml:lang="en">An organization representing the context for a time-indexed situation (e.g. relating the role of member to the institution of which that person is a member).</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">relates to organization</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/pro/relatesToEntity"/>
<rdfs:domain rdf:resource="http://purl.org/spar/pro/RoleInTime"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
Someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`).
Such an affiliation may be specified in the document with respect to which that agent is an author or contributor.
A particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation.
The domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
</vaem:rationale>
<vann:example>
:shotton-affiliation-for-my-dataset a pro:RoleInTime ;
pro:withRole scoro:affiliate ;
pro:relatesToOrganization :university-of-oxford .
:university-of-oxford a foaf:Organization .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/relatesToOrganization",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :shotton-affiliation-for-my-dataset a pro:RoleInTime ;\n pro:withRole scoro:affiliate ;\n pro:relatesToOrganization :university-of-oxford .\n \n :university-of-oxford a foaf:Organization .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nSomeone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`). \nSuch an affiliation may be specified in the document with respect to which that agent is an author or contributor. \nA particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation. \nThe domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An organization representing the context for a time-indexed situation (e.g. relating the role of member to the institution of which that person is a member)."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pro/RoleInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "relates to organization"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://xmlns.com/foaf/0.1/Organization"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/pro/relatesToEntity"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pro/relatesToOrganization> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/relatesToOrganization> <http://www.w3.org/2000/01/rdf-schema#range> <http://xmlns.com/foaf/0.1/Organization> .
<http://purl.org/spar/pro/relatesToOrganization> <http://www.w3.org/2000/01/rdf-schema#comment> "An organization representing the context for a time-indexed situation (e.g. relating the role of member to the institution of which that person is a member)."@en .
<http://purl.org/spar/pro/relatesToOrganization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pro/relatesToOrganization> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pro/relatesToOrganization> <http://www.w3.org/2000/01/rdf-schema#label> "relates to organization"@en .
<http://purl.org/spar/pro/relatesToOrganization> <http://www.linkedmodel.org/schema/vaem#rationale> "\nSomeone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`). \nSuch an affiliation may be specified in the document with respect to which that agent is an author or contributor. \nA particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation. \nThe domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "@en .
<http://purl.org/spar/pro/relatesToOrganization> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/pro/relatesToEntity> .
<http://purl.org/spar/pro/relatesToOrganization> <http://purl.org/vocab/vann/example> "\n :shotton-affiliation-for-my-dataset a pro:RoleInTime ;\n pro:withRole scoro:affiliate ;\n pro:relatesToOrganization :university-of-oxford .\n \n :university-of-oxford a foaf:Organization .\n " .
<http://purl.org/spar/pro/relatesToOrganization> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pro/RoleInTime> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:relation a owl:ObjectProperty ;
rdfs:label "relation"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:relation .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Other") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "A related resource."@en ;
rdfs:isDefinedBy dcterms: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/relation">
<rdfs:comment xml:lang="en">A related resource.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">relation</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:relation .
</vann:example>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Other") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/relation",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:relation .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Other\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A related resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "relation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/relation> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Other\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "@en .
<http://purl.org/dc/terms/relation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/relation> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:relation .\n " .
<http://purl.org/dc/terms/relation> <http://www.w3.org/2000/01/rdf-schema#comment> "A related resource."@en .
<http://purl.org/dc/terms/relation> <http://www.w3.org/2000/01/rdf-schema#label> "relation"@en .
<http://purl.org/dc/terms/relation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/relation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/dc/terms/replaces
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:replaces a owl:ObjectProperty ;
rdfs:label "replaces"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:replaces .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Obsoletes") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "A related resource that is supplanted, displaced, or superseded by the described resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dcterms:relation ;
owl:inverseOf dcterms:isReplacedBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/replaces">
<rdfs:comment xml:lang="en">A related resource that is supplanted, displaced, or superseded by the described resource.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<owl:inverseOf rdf:resource="http://purl.org/dc/terms/isReplacedBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">replaces</rdfs:label>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Obsoletes") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:replaces .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/replaces",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:replaces .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Obsoletes\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A related resource that is supplanted, displaced, or superseded by the described resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "replaces"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/relation"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/dc/terms/isReplacedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/replaces> <http://www.w3.org/2000/01/rdf-schema#comment> "A related resource that is supplanted, displaced, or superseded by the described resource."@en .
<http://purl.org/dc/terms/replaces> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Obsoletes\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "@en .
<http://purl.org/dc/terms/replaces> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/replaces> <http://www.w3.org/2000/01/rdf-schema#label> "replaces"@en .
<http://purl.org/dc/terms/replaces> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:replaces .\n " .
<http://purl.org/dc/terms/replaces> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/replaces> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/replaces> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/replaces> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/dc/terms/isReplacedBy> .
IRI: http://purl.org/dc/terms/requires
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:requires a owl:ObjectProperty ;
rdfs:label "requires"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:requires .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Requires") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "A related resource that is required by the described resource to support its function, delivery, or coherence."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dcterms:relation ;
owl:inverseOf dcterms:isRequiredBy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/requires">
<owl:inverseOf rdf:resource="http://purl.org/dc/terms/isRequiredBy"/>
<rdfs:label xml:lang="en">requires</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:comment xml:lang="en">A related resource that is required by the described resource to support its function, delivery, or coherence.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Requires") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization dcterms:requires .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/requires",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:requires .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Requires\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A related resource that is required by the described resource to support its function, delivery, or coherence."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "requires"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/relation"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/dc/terms/isRequiredBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/requires> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/dc/terms/isRequiredBy> .
<http://purl.org/dc/terms/requires> <http://www.w3.org/2000/01/rdf-schema#label> "requires"@en .
<http://purl.org/dc/terms/requires> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/requires> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/requires> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/requires> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Requires\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`. \n "@en .
<http://purl.org/dc/terms/requires> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization dcterms:requires .\n " .
<http://purl.org/dc/terms/requires> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/requires> <http://www.w3.org/2000/01/rdf-schema#comment> "A related resource that is required by the described resource to support its function, delivery, or coherence."@en .
IRI: http://purl.org/spar/cito/reviews
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:reviews a owl:ObjectProperty ;
rdfs:label "reviews"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:reviews .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Reviews") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The citing entity reviews statements, ideas or conclusions presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/reviews">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:comment xml:lang="en">The citing entity reviews statements, ideas or conclusions presented in the cited entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">reviews</rdfs:label>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Reviews") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:reviews .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/reviews",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:reviews .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Reviews\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citing entity reviews statements, ideas or conclusions presented in the cited entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "reviews"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/reviews> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/reviews> <http://www.w3.org/2000/01/rdf-schema#comment> "The citing entity reviews statements, ideas or conclusions presented in the cited entity."@en .
<http://purl.org/spar/cito/reviews> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Reviews\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/reviews> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/reviews> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:reviews .\n " .
<http://purl.org/spar/cito/reviews> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/reviews> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/reviews> <http://www.w3.org/2000/01/rdf-schema#label> "reviews"@en .
IRI: http://purl.org/spar/cito/usesDataFrom
@prefix cito: <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
cito:usesDataFrom a owl:ObjectProperty ;
rdfs:label "uses data from"@en ;
vann:example """
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:usesDataFrom .
""" ;
vaem:rationale """
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Collects") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
"""@en ;
rdfs:comment "The citing entity describes work that uses data presented in the cited entity."@en ;
rdfs:isDefinedBy cito: ;
rdfs:subPropertyOf cito:cites ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/cito/usesDataFrom">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/cito/cites"/>
<rdfs:label xml:lang="en">uses data from</rdfs:label>
<rdfs:comment xml:lang="en">The citing entity describes work that uses data presented in the cited entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/cito/"/>
<vann:example>
:relation-dataset-article a datacite:QualifiedRelation ;
datacite:hasRelationCharacterization cito:usesDataFrom .
</vann:example>
<vaem:rationale xml:lang="en">
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation ("Collects") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/cito/usesDataFrom",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:usesDataFrom .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Collects\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The citing entity describes work that uses data presented in the cited entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/cito/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "uses data from"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/cito/cites"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/cito/usesDataFrom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/cito/usesDataFrom> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/cito/usesDataFrom> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/cito/cites> .
<http://purl.org/spar/cito/usesDataFrom> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a relation (\"Collects\") as an instance of `datacite:QualifiedRelation` via the property `datacite:hasRelationCharacterization`.\n "@en .
<http://purl.org/spar/cito/usesDataFrom> <http://www.w3.org/2000/01/rdf-schema#label> "uses data from"@en .
<http://purl.org/spar/cito/usesDataFrom> <http://www.w3.org/2000/01/rdf-schema#comment> "The citing entity describes work that uses data presented in the cited entity."@en .
<http://purl.org/spar/cito/usesDataFrom> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/cito/> .
<http://purl.org/spar/cito/usesDataFrom> <http://purl.org/vocab/vann/example> "\n :relation-dataset-article a datacite:QualifiedRelation ;\n datacite:hasRelationCharacterization cito:usesDataFrom .\n " .
IRI: http://purl.org/spar/datacite/usesIdentifierScheme
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:usesIdentifierScheme a owl:ObjectProperty ;
rdfs:label "uses identifier scheme"@en ;
vann:example """
:my-resource-id a datacite:Identifier ;
datacite:usesIdentifierScheme datacite:doi .
""" ;
vaem:rationale """
This is used to specify the scheme followed by a certain identifier.
Its value should be a named individual belonging to either `datacite:ResourceIdentifierScheme`, `datacite:AgentIdentifierScheme` (or its sub-classes) or `datacite:RightsIdentifierScheme`.
"""@en ;
rdfs:comment "The identifier scheme used to provide the identifier for an entity (either a funder, a person, a license or a resource)."@en ;
rdfs:domain datacite:Identifier ;
rdfs:isDefinedBy datacite: ;
rdfs:range datacite:IdentifierScheme ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/usesIdentifierScheme">
<rdfs:domain rdf:resource="http://purl.org/spar/datacite/Identifier"/>
<rdfs:range rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<rdfs:comment xml:lang="en">The identifier scheme used to provide the identifier for an entity (either a funder, a person, a license or a resource).</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">uses identifier scheme</rdfs:label>
<vaem:rationale xml:lang="en">
This is used to specify the scheme followed by a certain identifier.
Its value should be a named individual belonging to either `datacite:ResourceIdentifierScheme`, `datacite:AgentIdentifierScheme` (or its sub-classes) or `datacite:RightsIdentifierScheme`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-id a datacite:Identifier ;
datacite:usesIdentifierScheme datacite:doi .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/usesIdentifierScheme",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id a datacite:Identifier ;\n datacite:usesIdentifierScheme datacite:doi .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the scheme followed by a certain identifier. \nIts value should be a named individual belonging to either `datacite:ResourceIdentifierScheme`, `datacite:AgentIdentifierScheme` (or its sub-classes) or `datacite:RightsIdentifierScheme`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The identifier scheme used to provide the identifier for an entity (either a funder, a person, a license or a resource)."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/datacite/Identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "uses identifier scheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/datacite/IdentifierScheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/usesIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/datacite/Identifier> .
<http://purl.org/spar/datacite/usesIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/datacite/IdentifierScheme> .
<http://purl.org/spar/datacite/usesIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "The identifier scheme used to provide the identifier for an entity (either a funder, a person, a license or a resource)."@en .
<http://purl.org/spar/datacite/usesIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/usesIdentifierScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/datacite/usesIdentifierScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/usesIdentifierScheme> <http://www.w3.org/2000/01/rdf-schema#label> "uses identifier scheme"@en .
<http://purl.org/spar/datacite/usesIdentifierScheme> <http://purl.org/vocab/vann/example> "\n :my-resource-id a datacite:Identifier ;\n datacite:usesIdentifierScheme datacite:doi .\n " .
<http://purl.org/spar/datacite/usesIdentifierScheme> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the scheme followed by a certain identifier. \nIts value should be a named individual belonging to either `datacite:ResourceIdentifierScheme`, `datacite:AgentIdentifierScheme` (or its sub-classes) or `datacite:RightsIdentifierScheme`.\n "@en .
IRI: http://purl.org/spar/datacite/usesMetadataScheme
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:usesMetadataScheme a owl:ObjectProperty ;
rdfs:label "uses metadata scheme"@en ;
vann:example """
:related-document a fabio:MetadataDocument ;
datacite:usesMetadataScheme datacite:spar .
datacite:spar a datacite:MetadataScheme .
""" ;
vaem:rationale """
This is used to represent the particular scheme followed for creating the resource metadata exemplified in the metadata document, via the property `datacite:hasMetadataScheme` and the class `datacite:MetadataScheme`.
This is also used when the relation type between two resources involves the association of metadata to one by the other.
It is possible to specify a metadata scheme used by the particular metadata document under consideration to describe the metadata of the subject resource or of the related resource.
In addition to specifying a metadata scheme, in this case the metadata document can also be characterised by means of the class `fabio:MetatadaDocument`.
Each metadata scheme is an individual of the class `datacite:MetadataScheme`.
"""@en ;
rdfs:comment "The link between a metadata document and the scheme followed for creating metadata."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:range datacite:MetadataScheme ;
rdfs:seeAlso fabio:MetadataDocument ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/usesMetadataScheme">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/MetadataDocument"/>
<rdfs:range rdf:resource="http://purl.org/spar/datacite/MetadataScheme"/>
<rdfs:label xml:lang="en">uses metadata scheme</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">The link between a metadata document and the scheme followed for creating metadata.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used to represent the particular scheme followed for creating the resource metadata exemplified in the metadata document, via the property `datacite:hasMetadataScheme` and the class `datacite:MetadataScheme`.
This is also used when the relation type between two resources involves the association of metadata to one by the other.
It is possible to specify a metadata scheme used by the particular metadata document under consideration to describe the metadata of the subject resource or of the related resource.
In addition to specifying a metadata scheme, in this case the metadata document can also be characterised by means of the class `fabio:MetatadaDocument`.
Each metadata scheme is an individual of the class `datacite:MetadataScheme`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:related-document a fabio:MetadataDocument ;
datacite:usesMetadataScheme datacite:spar .
datacite:spar a datacite:MetadataScheme .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/usesMetadataScheme",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :related-document a fabio:MetadataDocument ;\n datacite:usesMetadataScheme datacite:spar .\n\n datacite:spar a datacite:MetadataScheme .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent the particular scheme followed for creating the resource metadata exemplified in the metadata document, via the property `datacite:hasMetadataScheme` and the class `datacite:MetadataScheme`.\n\nThis is also used when the relation type between two resources involves the association of metadata to one by the other.\nIt is possible to specify a metadata scheme used by the particular metadata document under consideration to describe the metadata of the subject resource or of the related resource.\nIn addition to specifying a metadata scheme, in this case the metadata document can also be characterised by means of the class `fabio:MetatadaDocument`.\nEach metadata scheme is an individual of the class `datacite:MetadataScheme`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The link between a metadata document and the scheme followed for creating metadata."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "uses metadata scheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/datacite/MetadataScheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/MetadataDocument"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/usesMetadataScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/datacite/usesMetadataScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/usesMetadataScheme> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent the particular scheme followed for creating the resource metadata exemplified in the metadata document, via the property `datacite:hasMetadataScheme` and the class `datacite:MetadataScheme`.\n\nThis is also used when the relation type between two resources involves the association of metadata to one by the other.\nIt is possible to specify a metadata scheme used by the particular metadata document under consideration to describe the metadata of the subject resource or of the related resource.\nIn addition to specifying a metadata scheme, in this case the metadata document can also be characterised by means of the class `fabio:MetatadaDocument`.\nEach metadata scheme is an individual of the class `datacite:MetadataScheme`.\n "@en .
<http://purl.org/spar/datacite/usesMetadataScheme> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/MetadataDocument> .
<http://purl.org/spar/datacite/usesMetadataScheme> <http://www.w3.org/2000/01/rdf-schema#label> "uses metadata scheme"@en .
<http://purl.org/spar/datacite/usesMetadataScheme> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/datacite/MetadataScheme> .
<http://purl.org/spar/datacite/usesMetadataScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/usesMetadataScheme> <http://purl.org/vocab/vann/example> "\n :related-document a fabio:MetadataDocument ;\n datacite:usesMetadataScheme datacite:spar .\n\n datacite:spar a datacite:MetadataScheme .\n " .
<http://purl.org/spar/datacite/usesMetadataScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "The link between a metadata document and the scheme followed for creating metadata."@en .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pro:withRole a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "with role"@en ;
vann:example """
:david-shotton a foaf:Agent ;
pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .
:shotton-affiliation-for-my-dataset a pro:RoleInTime ;
pro:withRole scoro:affiliate .
""" ;
vaem:rationale """
Someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`).
Such an affiliation may be specified in the document with respect to which that agent is an author or contributor.
A particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation.
The domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
"""@en ;
rdfs:comment "A definition of the type of role held by an agent."@en ;
rdfs:domain pro:RoleInTime ;
rdfs:isDefinedBy pro: ;
rdfs:range pro:Role ;
rdfs:subPropertyOf tvc:withValue ;
vs:term_status reg:statusStable ;
skos:note """
The role is specified as an instance of the class `pro:Role` or of one of its sub-classes.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/withRole">
<rdfs:subPropertyOf rdf:resource="http://www.essepuntato.it/2012/04/tvc/withValue"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment xml:lang="en">A definition of the type of role held by an agent.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/spar/pro/Role"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<rdfs:domain rdf:resource="http://purl.org/spar/pro/RoleInTime"/>
<rdfs:label xml:lang="en">with role</rdfs:label>
<vann:example>
:david-shotton a foaf:Agent ;
pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .
:shotton-affiliation-for-my-dataset a pro:RoleInTime ;
pro:withRole scoro:affiliate .
</vann:example>
<skos:note xml:lang="en">
The role is specified as an instance of the class `pro:Role` or of one of its sub-classes.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
Someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`).
Such an affiliation may be specified in the document with respect to which that agent is an author or contributor.
A particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation.
The domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/withRole",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton a foaf:Agent ;\n pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .\n \n :shotton-affiliation-for-my-dataset a pro:RoleInTime ;\n pro:withRole scoro:affiliate .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nSomeone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`). \nSuch an affiliation may be specified in the document with respect to which that agent is an author or contributor. \nA particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation. \nThe domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A definition of the type of role held by an agent."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pro/RoleInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "with role"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/pro/Role"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withValue"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThe role is specified as an instance of the class `pro:Role` or of one of its sub-classes.\n "
}
]
}
]<http://purl.org/spar/pro/withRole> <http://www.w3.org/2000/01/rdf-schema#label> "with role"@en .
<http://purl.org/spar/pro/withRole> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.essepuntato.it/2012/04/tvc/withValue> .
<http://purl.org/spar/pro/withRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pro/withRole> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pro/withRole> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/pro/Role> .
<http://purl.org/spar/pro/withRole> <http://www.w3.org/2000/01/rdf-schema#comment> "A definition of the type of role held by an agent."@en .
<http://purl.org/spar/pro/withRole> <http://www.w3.org/2004/02/skos/core#note> "\nThe role is specified as an instance of the class `pro:Role` or of one of its sub-classes.\n "@en .
<http://purl.org/spar/pro/withRole> <http://www.linkedmodel.org/schema/vaem#rationale> "\nSomeone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`). \nSuch an affiliation may be specified in the document with respect to which that agent is an author or contributor. \nA particular individual of [SCoRO](http://purl.org/spar/scoro), i.e., `scoro:affiliate` (belonging to the class `scoro:OrganizationalRole`) is used to express such an affiliation. \nThe domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "@en .
<http://purl.org/spar/pro/withRole> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pro/RoleInTime> .
<http://purl.org/spar/pro/withRole> <http://purl.org/vocab/vann/example> "\n :david-shotton a foaf:Agent ;\n pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .\n \n :shotton-affiliation-for-my-dataset a pro:RoleInTime ;\n pro:withRole scoro:affiliate .\n " .
<http://purl.org/spar/pro/withRole> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/withRole> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
IRI: http://www.essepuntato.it/2012/04/tvc/withValue
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
tvc:withValue a owl:ObjectProperty ;
rdfs:label "with value"@en ;
rdfs:comment "The value had by the entity taking part to the situation."@en ;
rdfs:domain tvc:ValueInTime ;
rdfs:isDefinedBy <http://purl.org/spar/tvc/> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.essepuntato.it/2012/04/tvc/withValue">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/tvc/"/>
<rdfs:comment xml:lang="en">The value had by the entity taking part to the situation.</rdfs:comment>
<rdfs:domain rdf:resource="http://www.essepuntato.it/2012/04/tvc/ValueInTime"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">with value</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withValue",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The value had by the entity taking part to the situation."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/tvc/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "with value"
}
]
}
]<http://www.essepuntato.it/2012/04/tvc/withValue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/tvc/> .
<http://www.essepuntato.it/2012/04/tvc/withValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.essepuntato.it/2012/04/tvc/withValue> <http://www.w3.org/2000/01/rdf-schema#comment> "The value had by the entity taking part to the situation."@en .
<http://www.essepuntato.it/2012/04/tvc/withValue> <http://www.w3.org/2000/01/rdf-schema#label> "with value"@en .
<http://www.essepuntato.it/2012/04/tvc/withValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.essepuntato.it/2012/04/tvc/ValueInTime> .
IRI: http://www.essepuntato.it/2012/04/tvc/withinContext
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tvc: <http://www.essepuntato.it/2012/04/tvc/> .
tvc:withinContext a owl:ObjectProperty ;
rdfs:label "within context"@en ;
rdfs:comment "The specific context within which the fact of the entity having the value is relevant."@en ;
rdfs:domain tvc:ValueInTime ;
rdfs:isDefinedBy <http://purl.org/spar/tvc/> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://www.essepuntato.it/2012/04/tvc/withinContext">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The specific context within which the fact of the entity having the value is relevant.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/tvc/"/>
<rdfs:label xml:lang="en">within context</rdfs:label>
<rdfs:domain rdf:resource="http://www.essepuntato.it/2012/04/tvc/ValueInTime"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.essepuntato.it/2012/04/tvc/withinContext",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The specific context within which the fact of the entity having the value is relevant."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.essepuntato.it/2012/04/tvc/ValueInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/tvc/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "within context"
}
]
}
]<http://www.essepuntato.it/2012/04/tvc/withinContext> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/tvc/> .
<http://www.essepuntato.it/2012/04/tvc/withinContext> <http://www.w3.org/2000/01/rdf-schema#label> "within context"@en .
<http://www.essepuntato.it/2012/04/tvc/withinContext> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.essepuntato.it/2012/04/tvc/ValueInTime> .
<http://www.essepuntato.it/2012/04/tvc/withinContext> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.essepuntato.it/2012/04/tvc/withinContext> <http://www.w3.org/2000/01/rdf-schema#comment> "The specific context within which the fact of the entity having the value is relevant."@en .
Jump to:
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
geo:asWKT a owl:DatatypeProperty ;
rdfs:label "as WKT"@en ;
vann:example """
:my-dataset-location a geo:Feature ;
geo:hasGeometry :my-dataset-location-point .
:my-dataset-location-point a sf:Point ;
geo:asWKT "POINT(20 45)"^^geo:wktLiteral .
""" ;
vaem:rationale """
This is used to express actual value of a point by specifying its coordinates in `geo:wktLiteral` format.
"""@en ;
rdfs:comment "The WKT serialization of a geometry."@en ;
rdfs:domain geo:Geometry ;
rdfs:isDefinedBy geo: ;
rdfs:range geo:wktLiteral ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.opengis.net/ont/geosparql#asWKT">
<rdfs:label xml:lang="en">as WKT</rdfs:label>
<rdfs:domain rdf:resource="http://www.opengis.net/ont/geosparql#Geometry"/>
<rdfs:comment xml:lang="en">The WKT serialization of a geometry.</rdfs:comment>
<rdfs:range rdf:resource="http://www.opengis.net/ont/geosparql#wktLiteral"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://www.opengis.net/ont/geosparql#"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to express actual value of a point by specifying its coordinates in `geo:wktLiteral` format.
</vaem:rationale>
<vann:example>
:my-dataset-location a geo:Feature ;
geo:hasGeometry :my-dataset-location-point .
:my-dataset-location-point a sf:Point ;
geo:asWKT "POINT(20 45)"^^geo:wktLiteral .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.opengis.net/ont/geosparql#asWKT",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-location a geo:Feature ;\n geo:hasGeometry :my-dataset-location-point .\n \n :my-dataset-location-point a sf:Point ;\n geo:asWKT \"POINT(20 45)\"^^geo:wktLiteral .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to express actual value of a point by specifying its coordinates in `geo:wktLiteral` format.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The WKT serialization of a geometry."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.opengis.net/ont/geosparql#Geometry"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.opengis.net/ont/geosparql#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "as WKT"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.opengis.net/ont/geosparql#wktLiteral"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://www.opengis.net/ont/geosparql#asWKT> <http://www.w3.org/2000/01/rdf-schema#label> "as WKT"@en .
<http://www.opengis.net/ont/geosparql#asWKT> <http://purl.org/vocab/vann/example> "\n :my-dataset-location a geo:Feature ;\n geo:hasGeometry :my-dataset-location-point .\n \n :my-dataset-location-point a sf:Point ;\n geo:asWKT \"POINT(20 45)\"^^geo:wktLiteral .\n " .
<http://www.opengis.net/ont/geosparql#asWKT> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.opengis.net/ont/geosparql#asWKT> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.opengis.net/ont/geosparql#Geometry> .
<http://www.opengis.net/ont/geosparql#asWKT> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.opengis.net/ont/geosparql#wktLiteral> .
<http://www.opengis.net/ont/geosparql#asWKT> <http://www.w3.org/2000/01/rdf-schema#comment> "The WKT serialization of a geometry."@en .
<http://www.opengis.net/ont/geosparql#asWKT> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://www.opengis.net/ont/geosparql#asWKT> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.opengis.net/ont/geosparql#> .
<http://www.opengis.net/ont/geosparql#asWKT> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to express actual value of a point by specifying its coordinates in `geo:wktLiteral` format.\n "@en .
IRI: http://prismstandard.org/namespaces/basic/2.0/alternateTitle
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:alternateTitle a owl:DatatypeProperty ;
rdfs:label "has alternate title"@en ;
vann:example """
:my-dataset
dcterms:title "UK rainfall, June 2012"@en ;
prism:alternateTitle "Rainfall on UK in June 2012"@en .
""" ;
vaem:rationale """
This is used in addition to the generic title (`dcterms:title`), if appropriate.
To express the language of a title, a language-tagged literal should be used as value.
Values of language tags must follow the pattern defined by the XML schema language type, e.g.: `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on.
"""@en ;
rdfs:comment "An alternate title or alternate headline for a resource that may be used in a table of contents, a popup etc. and can vary with platform."@en ;
rdfs:isDefinedBy prism: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/alternateTitle">
<rdfs:label xml:lang="en">has alternate title</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">An alternate title or alternate headline for a resource that may be used in a table of contents, a popup etc. and can vary with platform.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<vann:example>
:my-dataset
dcterms:title "UK rainfall, June 2012"@en ;
prism:alternateTitle "Rainfall on UK in June 2012"@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in addition to the generic title (`dcterms:title`), if appropriate.
To express the language of a title, a language-tagged literal should be used as value.
Values of language tags must follow the pattern defined by the XML schema language type, e.g.: `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/alternateTitle",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset \n dcterms:title \"UK rainfall, June 2012\"@en ;\n prism:alternateTitle \"Rainfall on UK in June 2012\"@en .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in addition to the generic title (`dcterms:title`), if appropriate.\n \nTo express the language of a title, a language-tagged literal should be used as value. \nValues of language tags must follow the pattern defined by the XML schema language type, e.g.: `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An alternate title or alternate headline for a resource that may be used in a table of contents, a popup etc. and can vary with platform."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has alternate title"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in addition to the generic title (`dcterms:title`), if appropriate.\n \nTo express the language of a title, a language-tagged literal should be used as value. \nValues of language tags must follow the pattern defined by the XML schema language type, e.g.: `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on.\n "@en .
<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://www.w3.org/2000/01/rdf-schema#label> "has alternate title"@en .
<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://purl.org/vocab/vann/example> "\n :my-dataset \n dcterms:title \"UK rainfall, June 2012\"@en ;\n prism:alternateTitle \"Rainfall on UK in June 2012\"@en .\n " .
<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://www.w3.org/2000/01/rdf-schema#comment> "An alternate title or alternate headline for a resource that may be used in a table of contents, a popup etc. and can vary with platform."@en .
<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
IRI: http://purl.org/dc/terms/coverage
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
dcterms:coverage a owl:DatatypeProperty ;
rdfs:label "has coverage"@en ;
rdfs:comment "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant."@en ;
rdfs:isDefinedBy dcterms: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/coverage">
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has coverage</rdfs:label>
<rdfs:comment xml:lang="en">The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/coverage",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has coverage"
}
]
}
]<http://purl.org/dc/terms/coverage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/coverage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/coverage> <http://www.w3.org/2000/01/rdf-schema#label> "has coverage"@en .
<http://purl.org/dc/terms/coverage> <http://www.w3.org/2000/01/rdf-schema#comment> "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant."@en .
IRI: http://purl.org/dc/terms/date
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
dcterms:date a owl:DatatypeProperty ;
rdfs:label "has date"@en ;
rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en ;
rdfs:isDefinedBy dcterms: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/date">
<rdfs:comment xml:lang="en">A point or period of time associated with an event in the lifecycle of the resource.</rdfs:comment>
<rdfs:label xml:lang="en">has date</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/date",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A point or period of time associated with an event in the lifecycle of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date"
}
]
}
]<http://purl.org/dc/terms/date> <http://www.w3.org/2000/01/rdf-schema#comment> "A point or period of time associated with an event in the lifecycle of the resource."@en .
<http://purl.org/dc/terms/date> <http://www.w3.org/2000/01/rdf-schema#label> "has date"@en .
<http://purl.org/dc/terms/date> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/date> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:dateAccepted a owl:DatatypeProperty ;
rdfs:label "has date accepted"@en ;
vann:example """
:my-dataset-acceptance-date
literal:hasLiteralValue "2012-07-04"^^xsd:date ;
dcterms:type dcterms:dateAccepted .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given date type ("Accepted").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
"""@en ;
rdfs:comment "Date of acceptance of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/dateAccepted">
<rdfs:label xml:lang="en">has date accepted</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:comment xml:lang="en">Date of acceptance of the resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vann:example>
:my-dataset-acceptance-date
literal:hasLiteralValue "2012-07-04"^^xsd:date ;
dcterms:type dcterms:dateAccepted .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given date type ("Accepted").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/dateAccepted",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-acceptance-date \n literal:hasLiteralValue \"2012-07-04\"^^xsd:date ;\n dcterms:type dcterms:dateAccepted . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given date type (\"Accepted\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`. \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Date of acceptance of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date accepted"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/2000/01/rdf-schema#label> "has date accepted"@en .
<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/dateAccepted> <http://purl.org/vocab/vann/example> "\n :my-dataset-acceptance-date \n literal:hasLiteralValue \"2012-07-04\"^^xsd:date ;\n dcterms:type dcterms:dateAccepted . \n " .
<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of acceptance of the resource."@en .
<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/dateAccepted> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given date type (\"Accepted\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`. \n "@en .
IRI: http://purl.org/dc/terms/available
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:available a owl:DatatypeProperty ;
rdfs:label "has date available"@en ;
vann:example """
:my-dataset-availability-date
literal:hasLiteralValue "2012-08-04"^^xsd:date ;
dcterms:type dcterms:available .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given date type ("Available").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
"""@en ;
rdfs:comment "Date that the resource became or will become available."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/available">
<rdfs:comment xml:lang="en">Date that the resource became or will become available.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:label xml:lang="en">has date available</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<vann:example>
:my-dataset-availability-date
literal:hasLiteralValue "2012-08-04"^^xsd:date ;
dcterms:type dcterms:available .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given date type ("Available").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/available",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-availability-date \n literal:hasLiteralValue \"2012-08-04\"^^xsd:date ;\n dcterms:type dcterms:available . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given date type (\"Available\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Date that the resource became or will become available."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date available"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/available> <http://www.w3.org/2000/01/rdf-schema#comment> "Date that the resource became or will become available."@en .
<http://purl.org/dc/terms/available> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/available> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/available> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/available> <http://www.w3.org/2000/01/rdf-schema#label> "has date available"@en .
<http://purl.org/dc/terms/available> <http://purl.org/vocab/vann/example> "\n :my-dataset-availability-date \n literal:hasLiteralValue \"2012-08-04\"^^xsd:date ;\n dcterms:type dcterms:available . \n " .
<http://purl.org/dc/terms/available> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given date type (\"Available\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "@en .
<http://purl.org/dc/terms/available> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/available> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
IRI: http://purl.org/spar/fabio/hasDateCollected
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasDateCollected a owl:DatatypeProperty ;
rdfs:label "has date collected"@en ;
vann:example """
:my-dataset-collection-date
literal:hasLiteralValue "2012-07-04"^^xsd:date ;
dcterms:type fabio:hasDateCollected .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given date type ("Collected").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
"""@en ;
rdfs:comment "The date on which some item has been collected, for example the data gathered by means of questionnaires."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasDateCollected">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">The date on which some item has been collected, for example the data gathered by means of questionnaires.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has date collected</rdfs:label>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given date type ("Collected").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset-collection-date
literal:hasLiteralValue "2012-07-04"^^xsd:date ;
dcterms:type fabio:hasDateCollected .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasDateCollected",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-collection-date \n literal:hasLiteralValue \"2012-07-04\"^^xsd:date ;\n dcterms:type fabio:hasDateCollected . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given date type (\"Collected\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which some item has been collected, for example the data gathered by means of questionnaires."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date collected"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasDateCollected> <http://purl.org/vocab/vann/example> "\n :my-dataset-collection-date \n literal:hasLiteralValue \"2012-07-04\"^^xsd:date ;\n dcterms:type fabio:hasDateCollected . \n " .
<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which some item has been collected, for example the data gathered by means of questionnaires."@en .
<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasDateCollected> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given date type (\"Collected\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "@en .
<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/2000/01/rdf-schema#label> "has date collected"@en .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:dateCopyrighted a owl:DatatypeProperty ;
rdfs:label "has date copyrighted"@en ;
vann:example """
:my-dataset-copyright-date
literal:hasLiteralValue "2012"^^xsd:gYear ;
dcterms:type dcterms:dateCopyrighted .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given date type ("Copyrighted").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
"""@en ;
rdfs:comment "Date of copyright of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/dateCopyrighted">
<rdfs:label xml:lang="en">has date copyrighted</rdfs:label>
<rdfs:comment xml:lang="en">Date of copyright of the resource.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset-copyright-date
literal:hasLiteralValue "2012"^^xsd:gYear ;
dcterms:type dcterms:dateCopyrighted .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given date type ("Copyrighted").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/dateCopyrighted",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-copyright-date \n literal:hasLiteralValue \"2012\"^^xsd:gYear ;\n dcterms:type dcterms:dateCopyrighted . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given date type (\"Copyrighted\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Date of copyright of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date copyrighted"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/2000/01/rdf-schema#label> "has date copyrighted"@en .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of copyright of the resource."@en .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given date type (\"Copyrighted\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "@en .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/dc/terms/dateCopyrighted> <http://purl.org/vocab/vann/example> "\n :my-dataset-copyright-date \n literal:hasLiteralValue \"2012\"^^xsd:gYear ;\n dcterms:type dcterms:dateCopyrighted . \n " .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:created a owl:AnnotationProperty,
owl:DatatypeProperty ;
rdfs:label "has date created"@en ;
vann:example """
:my-dataset-creation-date
literal:hasLiteralValue "2012-06-04"^^xsd:date ;
dcterms:type dcterms:created .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given date type ("Created").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
"""@en ;
rdfs:comment "Date of creation of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/created">
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:label xml:lang="en">has date created</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
<rdfs:comment xml:lang="en">Date of creation of the resource.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given date type ("Created").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
</vaem:rationale>
<vann:example>
:my-dataset-creation-date
literal:hasLiteralValue "2012-06-04"^^xsd:date ;
dcterms:type dcterms:created .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/created",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#AnnotationProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-creation-date \n literal:hasLiteralValue \"2012-06-04\"^^xsd:date ;\n dcterms:type dcterms:created . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given date type (\"Created\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Date of creation of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date created"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/created> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/created> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/dc/terms/created> <http://www.w3.org/2000/01/rdf-schema#label> "has date created"@en .
<http://purl.org/dc/terms/created> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/created> <http://purl.org/vocab/vann/example> "\n :my-dataset-creation-date \n literal:hasLiteralValue \"2012-06-04\"^^xsd:date ;\n dcterms:type dcterms:created . \n " .
<http://purl.org/dc/terms/created> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of creation of the resource."@en .
<http://purl.org/dc/terms/created> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/created> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.org/dc/terms/created> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given date type (\"Created\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "@en .
<http://purl.org/dc/terms/created> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:issued a owl:AnnotationProperty,
owl:DatatypeProperty ;
rdfs:label "has date issued"@en ;
vann:example """
:my-dataset-issuance-date
literal:hasLiteralValue "2012-07-25"^^xsd:date ;
dcterms:type dcterms:issued .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given date type ("Issued").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
"""@en ;
rdfs:comment "Date of formal issuance of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/issued">
<rdfs:comment xml:lang="en">Date of formal issuance of the resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
<rdfs:label xml:lang="en">has date issued</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given date type ("Issued").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
</vaem:rationale>
<vann:example>
:my-dataset-issuance-date
literal:hasLiteralValue "2012-07-25"^^xsd:date ;
dcterms:type dcterms:issued .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/issued",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#AnnotationProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-issuance-date \n literal:hasLiteralValue \"2012-07-25\"^^xsd:date ;\n dcterms:type dcterms:issued . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given date type (\"Issued\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Date of formal issuance of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date issued"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/issued> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of formal issuance of the resource."@en .
<http://purl.org/dc/terms/issued> <http://purl.org/vocab/vann/example> "\n :my-dataset-issuance-date \n literal:hasLiteralValue \"2012-07-25\"^^xsd:date ;\n dcterms:type dcterms:issued . \n " .
<http://purl.org/dc/terms/issued> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/issued> <http://www.w3.org/2000/01/rdf-schema#label> "has date issued"@en .
<http://purl.org/dc/terms/issued> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/dc/terms/issued> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/issued> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.org/dc/terms/issued> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/issued> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/issued> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given date type (\"Issued\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "@en .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:modified a owl:AnnotationProperty,
owl:DatatypeProperty ;
rdfs:label "has date modified"@en ;
vann:example """
:my-dataset-change-date
literal:hasLiteralValue "2012-08-01"^^xsd:date ;
dcterms:type dcterms:modified .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given date type ("Updated").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
"""@en ;
rdfs:comment "Date on which the resource was changed."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/modified">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:comment xml:lang="en">Date on which the resource was changed.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:label xml:lang="en">has date modified</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset-change-date
literal:hasLiteralValue "2012-08-01"^^xsd:date ;
dcterms:type dcterms:modified .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given date type ("Updated").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/modified",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#AnnotationProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-change-date \n literal:hasLiteralValue \"2012-08-01\"^^xsd:date ;\n dcterms:type dcterms:modified . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given date type (\"Updated\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Date on which the resource was changed."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date modified"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/modified> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/modified> <http://www.w3.org/2000/01/rdf-schema#comment> "Date on which the resource was changed."@en .
<http://purl.org/dc/terms/modified> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/modified> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/modified> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/dc/terms/modified> <http://purl.org/vocab/vann/example> "\n :my-dataset-change-date \n literal:hasLiteralValue \"2012-08-01\"^^xsd:date ;\n dcterms:type dcterms:modified . \n " .
<http://purl.org/dc/terms/modified> <http://www.w3.org/2000/01/rdf-schema#label> "has date modified"@en .
<http://purl.org/dc/terms/modified> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given date type (\"Updated\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "@en .
<http://purl.org/dc/terms/modified> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.org/dc/terms/modified> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:dateSubmitted a owl:DatatypeProperty ;
rdfs:label "has date submitted"@en ;
vann:example """
:my-dataset-submission-date
literal:hasLiteralValue "2012-07-04"^^xsd:date ;
dcterms:type dcterms:dateSubmitted .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given date type ("Submitted").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
"""@en ;
rdfs:comment "Date of submission of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/dateSubmitted">
<rdfs:label xml:lang="en">has date submitted</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">Date of submission of the resource.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset-submission-date
literal:hasLiteralValue "2012-07-04"^^xsd:date ;
dcterms:type dcterms:dateSubmitted .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given date type ("Submitted").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/dateSubmitted",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-submission-date \n literal:hasLiteralValue \"2012-07-04\"^^xsd:date ;\n dcterms:type dcterms:dateSubmitted . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given date type (\"Submitted\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Date of submission of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date submitted"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/2000/01/rdf-schema#label> "has date submitted"@en .
<http://purl.org/dc/terms/dateSubmitted> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given date type (\"Submitted\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "@en .
<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of submission of the resource."@en .
<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/dateSubmitted> <http://purl.org/vocab/vann/example> "\n :my-dataset-submission-date \n literal:hasLiteralValue \"2012-07-04\"^^xsd:date ;\n dcterms:type dcterms:dateSubmitted . \n " .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:valid a owl:DatatypeProperty ;
rdfs:label "has date valid"@en ;
vann:example """
:my-dataset-validity-date
literal:hasLiteralValue "2022-07-04"^^xsd:date ;
dcterms:type dcterms:valid .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given date type ("Valid").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
"""@en ;
rdfs:comment "Date of validity of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/valid">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:label xml:lang="en">has date valid</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:comment xml:lang="en">Date of validity of the resource.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given date type ("Valid").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset-validity-date
literal:hasLiteralValue "2022-07-04"^^xsd:date ;
dcterms:type dcterms:valid .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/valid",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-validity-date \n literal:hasLiteralValue \"2022-07-04\"^^xsd:date ;\n dcterms:type dcterms:valid . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given date type (\"Valid\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Date of validity of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date valid"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/valid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/valid> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/valid> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given date type (\"Valid\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "@en .
<http://purl.org/dc/terms/valid> <http://www.w3.org/2000/01/rdf-schema#label> "has date valid"@en .
<http://purl.org/dc/terms/valid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/valid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/valid> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of validity of the resource."@en .
<http://purl.org/dc/terms/valid> <http://purl.org/vocab/vann/example> "\n :my-dataset-validity-date \n literal:hasLiteralValue \"2022-07-04\"^^xsd:date ;\n dcterms:type dcterms:valid . \n " .
<http://purl.org/dc/terms/valid> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:description a owl:DatatypeProperty ;
rdfs:label "has description"@en ;
vann:example """
:my-dataset-date-created
dcterms:description "The creation date might be subject to change."@en .
""" ;
vaem:rationale """
This is used to associate additional information to a date (modelled as an instance of `literal:Literal`).
"""@en ;
rdfs:comment "An account of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/description">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has description</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:comment xml:lang="en">An account of the resource.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<vann:example>
:my-dataset-date-created
dcterms:description "The creation date might be subject to change."@en .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to associate additional information to a date (modelled as an instance of `literal:Literal`).
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/description",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-date-created\n dcterms:description \"The creation date might be subject to change.\"@en .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to associate additional information to a date (modelled as an instance of `literal:Literal`).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An account of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has description"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/description> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to associate additional information to a date (modelled as an instance of `literal:Literal`).\n "@en .
<http://purl.org/dc/terms/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/description> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/description> <http://purl.org/vocab/vann/example> "\n :my-dataset-date-created\n dcterms:description \"The creation date might be subject to change.\"@en .\n " .
<http://purl.org/dc/terms/description> <http://www.w3.org/2000/01/rdf-schema#label> "has description"@en .
<http://purl.org/dc/terms/description> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/description> <http://www.w3.org/2000/01/rdf-schema#comment> "An account of the resource."@en .
<http://purl.org/dc/terms/description> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
IRI: http://prismstandard.org/namespaces/basic/2.0/edition
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
prism:edition a owl:DatatypeProperty ;
rdfs:label "has edition"@en ;
vann:example """
:related-item
prism:edition "3" .
""" ;
vaem:rationale """
This is used to express the edition number or string of a resource.
"""@en ;
rdfs:comment "An identifier for one of several alternate issues of a magazine or other resource."@en ;
rdfs:isDefinedBy prism: ;
rdfs:range xsd:string ;
vs:term_status reg:statusStable ;
skos:note """
An issue of a magazine may be produced in multiple editions, with each edition providing content customized for a particular demographic or geographic group.
Fortune, for example, is produced in a Domestic edition, a European edition, and an Asian edition.
While much of the content overlaps, there is some content that is unique to each edition.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/edition">
<rdfs:label xml:lang="en">has edition</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:comment xml:lang="en">An identifier for one of several alternate issues of a magazine or other resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to express the edition number or string of a resource.
</vaem:rationale>
<vann:example>
:related-item
prism:edition "3" .
</vann:example>
<skos:note xml:lang="en">
An issue of a magazine may be produced in multiple editions, with each edition providing content customized for a particular demographic or geographic group.
Fortune, for example, is produced in a Domestic edition, a European edition, and an Asian edition.
While much of the content overlaps, there is some content that is unique to each edition.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/edition",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :related-item\n prism:edition \"3\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to express the edition number or string of a resource.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier for one of several alternate issues of a magazine or other resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has edition"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nAn issue of a magazine may be produced in multiple editions, with each edition providing content customized for a particular demographic or geographic group. \nFortune, for example, is produced in a Domestic edition, a European edition, and an Asian edition. \nWhile much of the content overlaps, there is some content that is unique to each edition.\n "
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to express the edition number or string of a resource.\n "@en .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.w3.org/2000/01/rdf-schema#label> "has edition"@en .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://purl.org/vocab/vann/example> "\n :related-item\n prism:edition \"3\" .\n " .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.w3.org/2004/02/skos/core#note> "\nAn issue of a magazine may be produced in multiple editions, with each edition providing content customized for a particular demographic or geographic group. \nFortune, for example, is produced in a Domestic edition, a European edition, and an Asian edition. \nWhile much of the content overlaps, there is some content that is unique to each edition.\n "@en .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier for one of several alternate issues of a magazine or other resource."@en .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://prismstandard.org/namespaces/basic/2.0/endingPage
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:endingPage a owl:DatatypeProperty ;
rdfs:label "has ending page"@en ;
vann:example """
:related-item
prism:endingPage "47" .
""" ;
vaem:rationale """
This is used to express the last page of a resource.
"""@en ;
rdfs:comment "The last page number for the published version of the resource."@en ;
rdfs:isDefinedBy prism: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/endingPage">
<rdfs:label xml:lang="en">has ending page</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">The last page number for the published version of the resource.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<vann:example>
:related-item
prism:endingPage "47" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to express the last page of a resource.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/endingPage",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :related-item\n prism:endingPage \"47\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to express the last page of a resource.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The last page number for the published version of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has ending page"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/2000/01/rdf-schema#label> "has ending page"@en .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/2000/01/rdf-schema#comment> "The last page number for the published version of the resource."@en .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://purl.org/vocab/vann/example> "\n :related-item\n prism:endingPage \"47\" .\n " .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to express the last page of a resource.\n "@en .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
foaf:familyName a owl:DatatypeProperty ;
rdfs:label "has family name"@en ;
vann:example """
:david-shotton a foaf:Person ;
foaf:familyName "Shotton"@en .
""" ;
vaem:rationale """
This property expresses the surname or last name of an agent involved with the resource (e.g., creator, contributor, etc.).
The agent must be a `foaf:Person`.
"""@en ;
rdfs:comment "The family name of some person."@en ;
rdfs:domain foaf:Person ;
rdfs:isDefinedBy foaf: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/familyName">
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has family name</rdfs:label>
<rdfs:comment xml:lang="en">The family name of some person.</rdfs:comment>
<vann:example>
:david-shotton a foaf:Person ;
foaf:familyName "Shotton"@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This property expresses the surname or last name of an agent involved with the resource (e.g., creator, contributor, etc.).
The agent must be a `foaf:Person`.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://xmlns.com/foaf/0.1/familyName",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton a foaf:Person ;\n foaf:familyName \"Shotton\"@en .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis property expresses the surname or last name of an agent involved with the resource (e.g., creator, contributor, etc.). \nThe agent must be a `foaf:Person`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The family name of some person."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://xmlns.com/foaf/0.1/Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://xmlns.com/foaf/0.1/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has family name"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://xmlns.com/foaf/0.1/familyName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Person> .
<http://xmlns.com/foaf/0.1/familyName> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://xmlns.com/foaf/0.1/familyName> <http://www.w3.org/2000/01/rdf-schema#comment> "The family name of some person."@en .
<http://xmlns.com/foaf/0.1/familyName> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://xmlns.com/foaf/0.1/> .
<http://xmlns.com/foaf/0.1/familyName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://xmlns.com/foaf/0.1/familyName> <http://www.w3.org/2000/01/rdf-schema#label> "has family name"@en .
<http://xmlns.com/foaf/0.1/familyName> <http://purl.org/vocab/vann/example> "\n :david-shotton a foaf:Person ;\n foaf:familyName \"Shotton\"@en .\n " .
<http://xmlns.com/foaf/0.1/familyName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://xmlns.com/foaf/0.1/familyName> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis property expresses the surname or last name of an agent involved with the resource (e.g., creator, contributor, etc.). \nThe agent must be a `foaf:Person`.\n "@en .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
foaf:givenName a owl:DatatypeProperty ;
rdfs:label "has given name"@en ;
vann:example """
:david-shotton a foaf:Person ;
foaf:givenName "David"@en .
""" ;
vaem:rationale """
This property expresses the personal or first name of an agent involved with the resource (e.g., creator, contributor, etc.).
The agent must be a `foaf:Person`.
"""@en ;
rdfs:comment "The given name of some person."@en ;
rdfs:domain foaf:Person ;
rdfs:isDefinedBy foaf: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/givenName">
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:comment xml:lang="en">The given name of some person.</rdfs:comment>
<rdfs:label xml:lang="en">has given name</rdfs:label>
<vaem:rationale xml:lang="en">
This property expresses the personal or first name of an agent involved with the resource (e.g., creator, contributor, etc.).
The agent must be a `foaf:Person`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:david-shotton a foaf:Person ;
foaf:givenName "David"@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://xmlns.com/foaf/0.1/givenName",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton a foaf:Person ;\n foaf:givenName \"David\"@en .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis property expresses the personal or first name of an agent involved with the resource (e.g., creator, contributor, etc.). \nThe agent must be a `foaf:Person`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The given name of some person."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://xmlns.com/foaf/0.1/Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://xmlns.com/foaf/0.1/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has given name"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://xmlns.com/foaf/0.1/givenName> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://xmlns.com/foaf/0.1/> .
<http://xmlns.com/foaf/0.1/givenName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://xmlns.com/foaf/0.1/givenName> <http://www.w3.org/2000/01/rdf-schema#label> "has given name"@en .
<http://xmlns.com/foaf/0.1/givenName> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis property expresses the personal or first name of an agent involved with the resource (e.g., creator, contributor, etc.). \nThe agent must be a `foaf:Person`.\n "@en .
<http://xmlns.com/foaf/0.1/givenName> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://xmlns.com/foaf/0.1/givenName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://xmlns.com/foaf/0.1/Person> .
<http://xmlns.com/foaf/0.1/givenName> <http://purl.org/vocab/vann/example> "\n :david-shotton a foaf:Person ;\n foaf:givenName \"David\"@en .\n " .
<http://xmlns.com/foaf/0.1/givenName> <http://www.w3.org/2000/01/rdf-schema#comment> "The given name of some person."@en .
<http://xmlns.com/foaf/0.1/givenName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
IRI: http://purl.org/cerif/frapo/hasGrantNumber
@prefix frapo: <http://purl.org/cerif/frapo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frapo:hasGrantNumber a owl:DatatypeProperty ;
rdfs:label "has grant number"@en ;
vann:example """
:european-commission
frapo:awards :eu-grant .
:eu-grant a frapo:Grant ;
frapo:hasGrantNumber "282625" .
""" ;
vaem:rationale """
This is used to specify the grant or award number associated with the funding awarded by some funder agent.
More specifically, a `foaf:Agent` awards (`frapo:awards`) a grant (`frapo:Grant`) with a certain number associated to it (`frapo:hasGrantNumber`).
"""@en ;
rdfs:comment "A data property specifying the grant number of a grant provided by a funding agency."@en ;
rdfs:domain frapo:Grant ;
rdfs:isDefinedBy frapo: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/cerif/frapo/hasGrantNumber">
<rdfs:domain rdf:resource="http://purl.org/cerif/frapo/Grant"/>
<rdfs:comment xml:lang="en">A data property specifying the grant number of a grant provided by a funding agency.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/cerif/frapo/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has grant number</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:european-commission
frapo:awards :eu-grant .
:eu-grant a frapo:Grant ;
frapo:hasGrantNumber "282625" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to specify the grant or award number associated with the funding awarded by some funder agent.
More specifically, a `foaf:Agent` awards (`frapo:awards`) a grant (`frapo:Grant`) with a certain number associated to it (`frapo:hasGrantNumber`).
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/cerif/frapo/hasGrantNumber",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :european-commission\n frapo:awards :eu-grant .\n\n :eu-grant a frapo:Grant ;\n frapo:hasGrantNumber \"282625\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the grant or award number associated with the funding awarded by some funder agent. \nMore specifically, a `foaf:Agent` awards (`frapo:awards`) a grant (`frapo:Grant`) with a certain number associated to it (`frapo:hasGrantNumber`).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A data property specifying the grant number of a grant provided by a funding agency."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/cerif/frapo/Grant"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/cerif/frapo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has grant number"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/cerif/frapo/hasGrantNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/cerif/frapo/Grant> .
<http://purl.org/cerif/frapo/hasGrantNumber> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/cerif/frapo/hasGrantNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "A data property specifying the grant number of a grant provided by a funding agency."@en .
<http://purl.org/cerif/frapo/hasGrantNumber> <http://purl.org/vocab/vann/example> "\n :european-commission\n frapo:awards :eu-grant .\n\n :eu-grant a frapo:Grant ;\n frapo:hasGrantNumber \"282625\" .\n " .
<http://purl.org/cerif/frapo/hasGrantNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/cerif/frapo/hasGrantNumber> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/cerif/frapo/> .
<http://purl.org/cerif/frapo/hasGrantNumber> <http://www.w3.org/2000/01/rdf-schema#label> "has grant number"@en .
<http://purl.org/cerif/frapo/hasGrantNumber> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the grant or award number associated with the funding awarded by some funder agent. \nMore specifically, a `foaf:Agent` awards (`frapo:awards`) a grant (`frapo:Grant`) with a certain number associated to it (`frapo:hasGrantNumber`).\n "@en .
IRI: http://prismstandard.org/namespaces/basic/2.0/issueIdentifier
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:issueIdentifier a owl:DatatypeProperty ;
rdfs:label "has issue identifier"@en ;
vann:example """
:related-item
prism:issueIdentifier "2" .
""" ;
vaem:rationale """
This is used to express the issue identifier of a resource.
"""@en ;
rdfs:comment "A system generated unique publisher identifier for the issue of a serial publication."@en ;
rdfs:isDefinedBy prism: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/issueIdentifier">
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:comment xml:lang="en">A system generated unique publisher identifier for the issue of a serial publication.</rdfs:comment>
<rdfs:label xml:lang="en">has issue identifier</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:related-item
prism:issueIdentifier "2" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to express the issue identifier of a resource.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/issueIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :related-item\n prism:issueIdentifier \"2\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to express the issue identifier of a resource.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A system generated unique publisher identifier for the issue of a serial publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has issue identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "A system generated unique publisher identifier for the issue of a serial publication."@en .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://purl.org/vocab/vann/example> "\n :related-item\n prism:issueIdentifier \"2\" .\n " .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "has issue identifier"@en .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to express the issue identifier of a resource.\n "@en .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
IRI: http://www.w3.org/2003/01/geo/wgs84_pos#lat
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix wgs1: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
wgs1:lat a owl:DatatypeProperty ;
rdfs:label "has latitude"@en ;
vann:example """
:inner-point a geo:Geometry ;
wgs:lat "20" .
""" ;
vaem:rationale """
This is used to express the WGS84 latitude of a geographical feature in decimal degrees.
"""@en ;
rdfs:comment "The WGS84 latitude of a thing, expressed in decimal degrees."@en ;
rdfs:domain wgs1:SpatialThing ;
rdfs:isDefinedBy wgs1: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#lat">
<rdfs:comment xml:lang="en">The WGS84 latitude of a thing, expressed in decimal degrees.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#"/>
<rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:label xml:lang="en">has latitude</rdfs:label>
<vann:example>
:inner-point a geo:Geometry ;
wgs:lat "20" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to express the WGS84 latitude of a geographical feature in decimal degrees.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2003/01/geo/wgs84_pos#lat",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :inner-point a geo:Geometry ;\n wgs:lat \"20\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to express the WGS84 latitude of a geographical feature in decimal degrees.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The WGS84 latitude of a thing, expressed in decimal degrees."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2003/01/geo/wgs84_pos#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has latitude"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://www.w3.org/2003/01/geo/wgs84_pos#lat> <http://www.w3.org/2000/01/rdf-schema#comment> "The WGS84 latitude of a thing, expressed in decimal degrees."@en .
<http://www.w3.org/2003/01/geo/wgs84_pos#lat> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2003/01/geo/wgs84_pos#> .
<http://www.w3.org/2003/01/geo/wgs84_pos#lat> <http://purl.org/vocab/vann/example> "\n :inner-point a geo:Geometry ;\n wgs:lat \"20\" .\n " .
<http://www.w3.org/2003/01/geo/wgs84_pos#lat> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.w3.org/2003/01/geo/wgs84_pos#lat> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> .
<http://www.w3.org/2003/01/geo/wgs84_pos#lat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://www.w3.org/2003/01/geo/wgs84_pos#lat> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to express the WGS84 latitude of a geographical feature in decimal degrees.\n "@en .
<http://www.w3.org/2003/01/geo/wgs84_pos#lat> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://www.w3.org/2003/01/geo/wgs84_pos#lat> <http://www.w3.org/2000/01/rdf-schema#label> "has latitude"@en .
IRI: http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue
@prefix literal: <http://www.essepuntato.it/2010/06/literalreification/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
literal:hasLiteralValue a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has literal value"@en ;
vann:example """
:my-literal a literal:Literal ;
literal:hasLiteralValue "0000-0002-0799-1527"^^rdfs:Literal .
""" ;
vaem:rationale """
This is used to express the actual content of a reified literal (modelled via the class `literal:Literal`).
"""@en ;
rdfs:comment "The value that a reified literal represents."@en ;
rdfs:domain literal:Literal ;
rdfs:isDefinedBy <http://purl.org/spar/literal/> ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:domain rdf:resource="http://www.essepuntato.it/2010/06/literalreification/Literal"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/literal/"/>
<rdfs:label xml:lang="en">has literal value</rdfs:label>
<rdfs:comment xml:lang="en">The value that a reified literal represents.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<vann:example>
:my-literal a literal:Literal ;
literal:hasLiteralValue "0000-0002-0799-1527"^^rdfs:Literal .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to express the actual content of a reified literal (modelled via the class `literal:Literal`).
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-literal a literal:Literal ;\n literal:hasLiteralValue \"0000-0002-0799-1527\"^^rdfs:Literal .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to express the actual content of a reified literal (modelled via the class `literal:Literal`).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The value that a reified literal represents."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.essepuntato.it/2010/06/literalreification/Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/literal/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has literal value"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.essepuntato.it/2010/06/literalreification/Literal> .
<http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/literal/> .
<http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue> <http://purl.org/vocab/vann/example> "\n :my-literal a literal:Literal ;\n literal:hasLiteralValue \"0000-0002-0799-1527\"^^rdfs:Literal .\n " .
<http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to express the actual content of a reified literal (modelled via the class `literal:Literal`).\n "@en .
<http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue> <http://www.w3.org/2000/01/rdf-schema#label> "has literal value"@en .
<http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue> <http://www.w3.org/2000/01/rdf-schema#comment> "The value that a reified literal represents."@en .
<http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://www.essepuntato.it/2010/06/literalreification/hasLiteralValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
IRI: http://purl.org/cerif/frapo/hasLocation
@prefix frapo: <http://purl.org/cerif/frapo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frapo:hasLocation a owl:DatatypeProperty ;
rdfs:label "has location"@en ;
vann:example """
:my-dataset-location
frapo:hasLocation "The common area between Tuscany and Liguria" .
""" ;
vaem:rationale """
This is used to provide a textual description for the location under consideration.
"""@en ;
rdfs:comment "A relevant location, which might be geographical (e.g. _New York City_) or local (e.g. _Freezer B, second shelf_)."@en ;
rdfs:isDefinedBy frapo: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/cerif/frapo/hasLocation">
<rdfs:label xml:lang="en">has location</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:comment xml:lang="en">A relevant location, which might be geographical (e.g. _New York City_) or local (e.g. _Freezer B, second shelf_).</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/cerif/frapo/"/>
<vann:example>
:my-dataset-location
frapo:hasLocation "The common area between Tuscany and Liguria" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to provide a textual description for the location under consideration.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/cerif/frapo/hasLocation",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-location \n frapo:hasLocation \"The common area between Tuscany and Liguria\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to provide a textual description for the location under consideration.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relevant location, which might be geographical (e.g. _New York City_) or local (e.g. _Freezer B, second shelf_)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/cerif/frapo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has location"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/cerif/frapo/hasLocation> <http://www.w3.org/2000/01/rdf-schema#label> "has location"@en .
<http://purl.org/cerif/frapo/hasLocation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/cerif/frapo/hasLocation> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/cerif/frapo/hasLocation> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to provide a textual description for the location under consideration.\n "@en .
<http://purl.org/cerif/frapo/hasLocation> <http://purl.org/vocab/vann/example> "\n :my-dataset-location \n frapo:hasLocation \"The common area between Tuscany and Liguria\" .\n " .
<http://purl.org/cerif/frapo/hasLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A relevant location, which might be geographical (e.g. _New York City_) or local (e.g. _Freezer B, second shelf_)."@en .
<http://purl.org/cerif/frapo/hasLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/cerif/frapo/hasLocation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/cerif/frapo/> .
IRI: http://www.w3.org/2003/01/geo/wgs84_pos#long
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix wgs1: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
wgs1:long a owl:DatatypeProperty ;
rdfs:label "has longitude"@en ;
vann:example """
:inner-point a geo:Geometry ;
wgs:long "20" .
""" ;
vaem:rationale """
This is used to express the WGS84 longitude of a geographical feature in decimal degrees.
"""@en ;
rdfs:comment "The WGS84 longitude of a thing, expressed in decimal degrees."@en ;
rdfs:domain wgs1:SpatialThing ;
rdfs:isDefinedBy wgs1: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#long">
<rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has longitude</rdfs:label>
<rdfs:comment xml:lang="en">The WGS84 longitude of a thing, expressed in decimal degrees.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#"/>
<vann:example>
:inner-point a geo:Geometry ;
wgs:long "20" .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to express the WGS84 longitude of a geographical feature in decimal degrees.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2003/01/geo/wgs84_pos#long",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :inner-point a geo:Geometry ;\n wgs:long \"20\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to express the WGS84 longitude of a geographical feature in decimal degrees.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The WGS84 longitude of a thing, expressed in decimal degrees."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2003/01/geo/wgs84_pos#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has longitude"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://www.w3.org/2003/01/geo/wgs84_pos#long> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> .
<http://www.w3.org/2003/01/geo/wgs84_pos#long> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://www.w3.org/2003/01/geo/wgs84_pos#long> <http://purl.org/vocab/vann/example> "\n :inner-point a geo:Geometry ;\n wgs:long \"20\" .\n " .
<http://www.w3.org/2003/01/geo/wgs84_pos#long> <http://www.w3.org/2000/01/rdf-schema#label> "has longitude"@en .
<http://www.w3.org/2003/01/geo/wgs84_pos#long> <http://www.w3.org/2000/01/rdf-schema#comment> "The WGS84 longitude of a thing, expressed in decimal degrees."@en .
<http://www.w3.org/2003/01/geo/wgs84_pos#long> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to express the WGS84 longitude of a geographical feature in decimal degrees.\n "@en .
<http://www.w3.org/2003/01/geo/wgs84_pos#long> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.w3.org/2003/01/geo/wgs84_pos#long> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://www.w3.org/2003/01/geo/wgs84_pos#long> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
foaf:name a owl:DatatypeProperty ;
rdfs:label "has name"@en ;
vann:example """
:david-shotton a foaf:Person ;
foaf:name "David Shotton"@en .
""" ;
vaem:rationale """
This is the most generic [FOAF](http://xmlns.com/foaf/0.1/) property for names.
While two more specific properties are also available for people (`foaf:givenName` and `foaf:familyName`), the coverage of `foaf:name` guarantees its application to any agent (people, organizations, etc.).
However, those more specific properties could additionally or alternatively be used if the creator is indeed a `foaf:Person`.
The name type (e.g., organizational or personal) is expressed by specifying whether the agent involved is a person (`foaf:Person`) or an organization (`foaf:Organization`).
The language of a name is expressed via a language-tagged literal, whose value must follow the pattern defined by the XML schema language type (e.g., `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on).
"""@en ;
rdfs:comment "A name for some thing."@en ;
rdfs:isDefinedBy foaf: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf rdfs:label ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/name">
<rdfs:label xml:lang="en">has name</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">A name for some thing.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<vann:example>
:david-shotton a foaf:Person ;
foaf:name "David Shotton"@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is the most generic [FOAF](http://xmlns.com/foaf/0.1/) property for names.
While two more specific properties are also available for people (`foaf:givenName` and `foaf:familyName`), the coverage of `foaf:name` guarantees its application to any agent (people, organizations, etc.).
However, those more specific properties could additionally or alternatively be used if the creator is indeed a `foaf:Person`.
The name type (e.g., organizational or personal) is expressed by specifying whether the agent involved is a person (`foaf:Person`) or an organization (`foaf:Organization`).
The language of a name is expressed via a language-tagged literal, whose value must follow the pattern defined by the XML schema language type (e.g., `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on).
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://xmlns.com/foaf/0.1/name",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton a foaf:Person ;\n foaf:name \"David Shotton\"@en .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is the most generic [FOAF](http://xmlns.com/foaf/0.1/) property for names.\nWhile two more specific properties are also available for people (`foaf:givenName` and `foaf:familyName`), the coverage of `foaf:name` guarantees its application to any agent (people, organizations, etc.). \nHowever, those more specific properties could additionally or alternatively be used if the creator is indeed a `foaf:Person`.\n\nThe name type (e.g., organizational or personal) is expressed by specifying whether the agent involved is a person (`foaf:Person`) or an organization (`foaf:Organization`).\n\nThe language of a name is expressed via a language-tagged literal, whose value must follow the pattern defined by the XML schema language type (e.g., `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on). \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A name for some thing."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://xmlns.com/foaf/0.1/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has name"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#label"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://xmlns.com/foaf/0.1/name> <http://www.w3.org/2000/01/rdf-schema#label> "has name"@en .
<http://xmlns.com/foaf/0.1/name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://xmlns.com/foaf/0.1/name> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is the most generic [FOAF](http://xmlns.com/foaf/0.1/) property for names.\nWhile two more specific properties are also available for people (`foaf:givenName` and `foaf:familyName`), the coverage of `foaf:name` guarantees its application to any agent (people, organizations, etc.). \nHowever, those more specific properties could additionally or alternatively be used if the creator is indeed a `foaf:Person`.\n\nThe name type (e.g., organizational or personal) is expressed by specifying whether the agent involved is a person (`foaf:Person`) or an organization (`foaf:Organization`).\n\nThe language of a name is expressed via a language-tagged literal, whose value must follow the pattern defined by the XML schema language type (e.g., `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on). \n "@en .
<http://xmlns.com/foaf/0.1/name> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://xmlns.com/foaf/0.1/name> <http://www.w3.org/2000/01/rdf-schema#comment> "A name for some thing."@en .
<http://xmlns.com/foaf/0.1/name> <http://purl.org/vocab/vann/example> "\n :david-shotton a foaf:Person ;\n foaf:name \"David Shotton\"@en .\n " .
<http://xmlns.com/foaf/0.1/name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://xmlns.com/foaf/0.1/name> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#label> .
<http://xmlns.com/foaf/0.1/name> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://xmlns.com/foaf/0.1/> .
IRI: http://www.w3.org/2004/02/skos/core#notation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
skos:notation a owl:DatatypeProperty ;
rdfs:label "has notation"@en ;
vann:example """
:my-concept a skos:Concept ;
skos:notation "123456" .
""" ;
vaem:rationale """
This is used to assign a classification code, used in a related subject scheme, to a subject of the resource.
"""@en ;
rdfs:comment "A string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme."@en ;
rdfs:isDefinedBy skos: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#notation">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core#"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:comment xml:lang="en">A string of characters such as "T58.5" or "303.4833" used to uniquely identify a concept within the scope of a given concept scheme.</rdfs:comment>
<rdfs:label xml:lang="en">has notation</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vaem:rationale xml:lang="en">
This is used to assign a classification code, used in a related subject scheme, to a subject of the resource.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-concept a skos:Concept ;
skos:notation "123456" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#notation",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-concept a skos:Concept ;\n skos:notation \"123456\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to assign a classification code, used in a related subject scheme, to a subject of the resource.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2004/02/skos/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has notation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://www.w3.org/2004/02/skos/core#notation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.w3.org/2004/02/skos/core#notation> <http://purl.org/vocab/vann/example> "\n :my-concept a skos:Concept ;\n skos:notation \"123456\" .\n " .
<http://www.w3.org/2004/02/skos/core#notation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2004/02/skos/core#> .
<http://www.w3.org/2004/02/skos/core#notation> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://www.w3.org/2004/02/skos/core#notation> <http://www.w3.org/2000/01/rdf-schema#comment> "A string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme."@en .
<http://www.w3.org/2004/02/skos/core#notation> <http://www.w3.org/2000/01/rdf-schema#label> "has notation"@en .
<http://www.w3.org/2004/02/skos/core#notation> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to assign a classification code, used in a related subject scheme, to a subject of the resource.\n "@en .
<http://www.w3.org/2004/02/skos/core#notation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://www.w3.org/2004/02/skos/core#prefLabel
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
skos:prefLabel a owl:DatatypeProperty ;
rdfs:label "has preferred label"@en ;
vann:example """
:my-concept a skos:Concept ;
skos:prefLabel "Knowledge"@en .
""" ;
vaem:rationale """
This is used to specify the label of a subject (modelled as an instance of `skos:Concept`) or a subject scheme (`skos:ConceptScheme`).
"""@en ;
rdfs:comment "The preferred lexical label for a resource, in a given language."@en ;
rdfs:isDefinedBy skos: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf rdfs:label ;
vs:term_status reg:statusStable ;
skos:note "A resource has no more than one value of `skos:prefLabel` per language tag, and no more than one value of `skos:prefLabel` without language tag."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#prefLabel">
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:label xml:lang="en">has preferred label</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">The preferred lexical label for a resource, in a given language.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core#"/>
<vann:example>
:my-concept a skos:Concept ;
skos:prefLabel "Knowledge"@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">A resource has no more than one value of `skos:prefLabel` per language tag, and no more than one value of `skos:prefLabel` without language tag.</skos:note>
<vaem:rationale xml:lang="en">
This is used to specify the label of a subject (modelled as an instance of `skos:Concept`) or a subject scheme (`skos:ConceptScheme`).
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#prefLabel",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-concept a skos:Concept ;\n skos:prefLabel \"Knowledge\"@en . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the label of a subject (modelled as an instance of `skos:Concept`) or a subject scheme (`skos:ConceptScheme`).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The preferred lexical label for a resource, in a given language."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2004/02/skos/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has preferred label"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#label"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A resource has no more than one value of `skos:prefLabel` per language tag, and no more than one value of `skos:prefLabel` without language tag."
}
]
}
]<http://www.w3.org/2004/02/skos/core#prefLabel> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.w3.org/2004/02/skos/core#prefLabel> <http://purl.org/vocab/vann/example> "\n :my-concept a skos:Concept ;\n skos:prefLabel \"Knowledge\"@en . \n " .
<http://www.w3.org/2004/02/skos/core#prefLabel> <http://www.w3.org/2000/01/rdf-schema#label> "has preferred label"@en .
<http://www.w3.org/2004/02/skos/core#prefLabel> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the label of a subject (modelled as an instance of `skos:Concept`) or a subject scheme (`skos:ConceptScheme`).\n "@en .
<http://www.w3.org/2004/02/skos/core#prefLabel> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2004/02/skos/core#> .
<http://www.w3.org/2004/02/skos/core#prefLabel> <http://www.w3.org/2004/02/skos/core#note> "A resource has no more than one value of `skos:prefLabel` per language tag, and no more than one value of `skos:prefLabel` without language tag."@en .
<http://www.w3.org/2004/02/skos/core#prefLabel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://www.w3.org/2004/02/skos/core#prefLabel> <http://www.w3.org/2000/01/rdf-schema#comment> "The preferred lexical label for a resource, in a given language."@en .
<http://www.w3.org/2004/02/skos/core#prefLabel> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2000/01/rdf-schema#label> .
<http://www.w3.org/2004/02/skos/core#prefLabel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasPublicationYear a owl:DatatypeProperty ;
rdfs:label "has publication year"@en ;
vann:example """
:my-dataset
fabio:hasPublicationYear "2012"^^xsd:gYear .
""" ;
vaem:rationale """
This is used to express the year a resource was published or issued in.
"""@en ;
rdfs:comment "The year of publication of a work."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dcterms:issued ;
vs:term_status reg:statusStable ;
skos:note """
A sub-property of the generic `dcterms:issued` that accepts values with the `xsd:gYear` datatype.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasPublicationYear">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/issued"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">The year of publication of a work.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:label xml:lang="en">has publication year</rdfs:label>
<vann:example>
:my-dataset
fabio:hasPublicationYear "2012"^^xsd:gYear .
</vann:example>
<skos:note xml:lang="en">
A sub-property of the generic `dcterms:issued` that accepts values with the `xsd:gYear` datatype.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to express the year a resource was published or issued in.
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasPublicationYear",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset\n fabio:hasPublicationYear \"2012\"^^xsd:gYear .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to express the year a resource was published or issued in.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The year of publication of a work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has publication year"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/issued"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nA sub-property of the generic `dcterms:issued` that accepts values with the `xsd:gYear` datatype.\n "
}
]
}
]<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to express the year a resource was published or issued in.\n "@en .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/issued> .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/2004/02/skos/core#note> "\nA sub-property of the generic `dcterms:issued` that accepts values with the `xsd:gYear` datatype.\n "@en .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/2000/01/rdf-schema#comment> "The year of publication of a work."@en .
<http://purl.org/spar/fabio/hasPublicationYear> <http://purl.org/vocab/vann/example> "\n :my-dataset\n fabio:hasPublicationYear \"2012\"^^xsd:gYear .\n " .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/2000/01/rdf-schema#label> "has publication year"@en .
IRI: http://purl.org/spar/fabio/hasRetractionDate
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasRetractionDate a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has retraction date"@en ;
vann:example """
:my-dataset-retraction-date
literal:hasLiteralValue "2020-07-04"^^xsd:date ;
dcterms:type fabio:hasRetractionDate .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given date type ("Withdrawn").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
"""@en ;
rdfs:comment "The date on which something, for example a claim or a journal article, is retracted."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasRetractionDate">
<rdfs:comment xml:lang="en">The date on which something, for example a claim or a journal article, is retracted.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has retraction date</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given date type ("Withdrawn").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
</vaem:rationale>
<vann:example>
:my-dataset-retraction-date
literal:hasLiteralValue "2020-07-04"^^xsd:date ;
dcterms:type fabio:hasRetractionDate .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasRetractionDate",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-retraction-date \n literal:hasLiteralValue \"2020-07-04\"^^xsd:date ;\n dcterms:type fabio:hasRetractionDate . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given date type (\"Withdrawn\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which something, for example a claim or a journal article, is retracted."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has retraction date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which something, for example a claim or a journal article, is retracted."@en .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasRetractionDate> <http://purl.org/vocab/vann/example> "\n :my-dataset-retraction-date \n literal:hasLiteralValue \"2020-07-04\"^^xsd:date ;\n dcterms:type fabio:hasRetractionDate . \n " .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/2000/01/rdf-schema#label> "has retraction date"@en .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given date type (\"Withdrawn\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "@en .
IRI: http://purl.org/spar/fabio/hasSequenceIdentifier
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasSequenceIdentifier a owl:DatatypeProperty ;
rdfs:label "has sequence identifier"@en ;
vann:example """
:related-item
fabio:hasSequenceIdentifier "3" .
""" ;
vaem:rationale """
This is used to express the year a resource was published or issued in.
The type of number identifier can be expressed by specifying the class of the resource: for example, whether the related resource is a "Book" (`fabio:Book`), a "Chapter" (`fabio:Chapter`), a "Report" (`fabio:ReportDocument`) or "Other" (`frbr:Endeavour`).
"""@en ;
rdfs:comment "A literal (for example a number or a letter) that identifies the sequence position of a work within a particular context, for example a book in a book series, a chapter in a document, a volume in a journal."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasSequenceIdentifier">
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:comment xml:lang="en">A literal (for example a number or a letter) that identifies the sequence position of a work within a particular context, for example a book in a book series, a chapter in a document, a volume in a journal.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has sequence identifier</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vaem:rationale xml:lang="en">
This is used to express the year a resource was published or issued in.
The type of number identifier can be expressed by specifying the class of the resource: for example, whether the related resource is a "Book" (`fabio:Book`), a "Chapter" (`fabio:Chapter`), a "Report" (`fabio:ReportDocument`) or "Other" (`frbr:Endeavour`).
</vaem:rationale>
<vann:example>
:related-item
fabio:hasSequenceIdentifier "3" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasSequenceIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :related-item\n fabio:hasSequenceIdentifier \"3\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to express the year a resource was published or issued in.\n\nThe type of number identifier can be expressed by specifying the class of the resource: for example, whether the related resource is a \"Book\" (`fabio:Book`), a \"Chapter\" (`fabio:Chapter`), a \"Report\" (`fabio:ReportDocument`) or \"Other\" (`frbr:Endeavour`).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A literal (for example a number or a letter) that identifies the sequence position of a work within a particular context, for example a book in a book series, a chapter in a document, a volume in a journal."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has sequence identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://purl.org/vocab/vann/example> "\n :related-item\n fabio:hasSequenceIdentifier \"3\" .\n " .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "A literal (for example a number or a letter) that identifies the sequence position of a work within a particular context, for example a book in a book series, a chapter in a document, a volume in a journal."@en .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "has sequence identifier"@en .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to express the year a resource was published or issued in.\n\nThe type of number identifier can be expressed by specifying the class of the resource: for example, whether the related resource is a \"Book\" (`fabio:Book`), a \"Chapter\" (`fabio:Chapter`), a \"Report\" (`fabio:ReportDocument`) or \"Other\" (`frbr:Endeavour`).\n "@en .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://prismstandard.org/namespaces/basic/2.0/startingPage
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:startingPage a owl:DatatypeProperty ;
rdfs:label "has starting page"@en ;
vann:example """
:related-item
prism:startingPage "27" .
""" ;
vaem:rationale """
This is used to express the first page of a resource.
"""@en ;
rdfs:comment "The first page number for the published version of the resource."@en ;
rdfs:isDefinedBy prism: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/startingPage">
<rdfs:comment xml:lang="en">The first page number for the published version of the resource.</rdfs:comment>
<rdfs:label xml:lang="en">has starting page</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to express the first page of a resource.
</vaem:rationale>
<vann:example>
:related-item
prism:startingPage "27" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/startingPage",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :related-item\n prism:startingPage \"27\" .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to express the first page of a resource.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The first page number for the published version of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has starting page"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/2000/01/rdf-schema#comment> "The first page number for the published version of the resource."@en .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://purl.org/vocab/vann/example> "\n :related-item\n prism:startingPage \"27\" .\n " .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/2000/01/rdf-schema#label> "has starting page"@en .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to express the first page of a resource.\n "@en .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
IRI: http://purl.org/spar/fabio/hasSubtitle
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasSubtitle a owl:DatatypeProperty ;
rdfs:label "has subtitle"@en ;
vann:example """
:my-dataset
dcterms:title "UK rainfall, June 2012"@en ;
fabio:hasSubtitle "The wettest june on record"@en .
""" ;
vaem:rationale """
This is used in addition to the generic title of a resource (`dcterms:title`), if appropriate.
To express the language of a title, a language-tagged literal should be used as value.
Values of language tags must follow the pattern defined by the XML schema language type, e.g.: `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on.
"""@en ;
rdfs:comment "A secondary title that follows the main title of a work."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dcterms:title ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasSubtitle">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">A secondary title that follows the main title of a work.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/title"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has subtitle</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used in addition to the generic title of a resource (`dcterms:title`), if appropriate.
To express the language of a title, a language-tagged literal should be used as value.
Values of language tags must follow the pattern defined by the XML schema language type, e.g.: `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on.
</vaem:rationale>
<vann:example>
:my-dataset
dcterms:title "UK rainfall, June 2012"@en ;
fabio:hasSubtitle "The wettest june on record"@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasSubtitle",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset\n dcterms:title \"UK rainfall, June 2012\"@en ;\n fabio:hasSubtitle \"The wettest june on record\"@en .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in addition to the generic title of a resource (`dcterms:title`), if appropriate.\n\nTo express the language of a title, a language-tagged literal should be used as value. \nValues of language tags must follow the pattern defined by the XML schema language type, e.g.: `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A secondary title that follows the main title of a work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has subtitle"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/title"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/2000/01/rdf-schema#comment> "A secondary title that follows the main title of a work."@en .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/title> .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/spar/fabio/hasSubtitle> <http://purl.org/vocab/vann/example> "\n :my-dataset\n dcterms:title \"UK rainfall, June 2012\"@en ;\n fabio:hasSubtitle \"The wettest june on record\"@en .\n " .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/2000/01/rdf-schema#label> "has subtitle"@en .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in addition to the generic title of a resource (`dcterms:title`), if appropriate.\n\nTo express the language of a title, a language-tagged literal should be used as value. \nValues of language tags must follow the pattern defined by the XML schema language type, e.g.: `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on.\n "@en .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:temporal a owl:DatatypeProperty ;
rdfs:label "has temporal coverage"@en ;
vann:example """
:my-dataset-coverage-date
literal:hasLiteralValue "2010"^^xsd:date ;
dcterms:type dcterms:temporal .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given date type ("Coverage").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
"""@en ;
rdfs:comment "Temporal characteristics of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dcterms:coverage ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/temporal">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/coverage"/>
<rdfs:comment xml:lang="en">Temporal characteristics of the resource.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has temporal coverage</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given date type ("Coverage").
This is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.
</vaem:rationale>
<vann:example>
:my-dataset-coverage-date
literal:hasLiteralValue "2010"^^xsd:date ;
dcterms:type dcterms:temporal .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/temporal",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset-coverage-date \n literal:hasLiteralValue \"2010\"^^xsd:date ;\n dcterms:type dcterms:temporal . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given date type (\"Coverage\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Temporal characteristics of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has temporal coverage"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/coverage"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/temporal> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/coverage> .
<http://purl.org/dc/terms/temporal> <http://purl.org/vocab/vann/example> "\n :my-dataset-coverage-date \n literal:hasLiteralValue \"2010\"^^xsd:date ;\n dcterms:type dcterms:temporal . \n " .
<http://purl.org/dc/terms/temporal> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/temporal> <http://www.w3.org/2000/01/rdf-schema#comment> "Temporal characteristics of the resource."@en .
<http://purl.org/dc/terms/temporal> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/dc/terms/temporal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/temporal> <http://www.w3.org/2000/01/rdf-schema#label> "has temporal coverage"@en .
<http://purl.org/dc/terms/temporal> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given date type (\"Coverage\").\n\nThis is used in combination with [OWL2 punning](http://www.w3.org/TR/2009/WD-owl2-new-features-20090611/#F12:_Punning) to characterise the type of a date (modelled as an instance of `literal:Literal`) via the property `dcterms:type`.\n "@en .
<http://purl.org/dc/terms/temporal> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:title a owl:DatatypeProperty ;
rdfs:label "has title"@en ;
vann:example """
:my-dataset
dcterms:title "UK rainfall, June 2012"@en .
""" ;
vaem:rationale """
This is used to specify the title of a resource if no particular type has been specified for the title otherwise.
"""@en ;
rdfs:comment "A name given to the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/title">
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:label xml:lang="en">has title</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:comment xml:lang="en">A name given to the resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vann:example>
:my-dataset
dcterms:title "UK rainfall, June 2012"@en .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to specify the title of a resource if no particular type has been specified for the title otherwise.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/title",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset \n dcterms:title \"UK rainfall, June 2012\"@en .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the title of a resource if no particular type has been specified for the title otherwise.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A name given to the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has title"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/title> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/dc/terms/title> <http://purl.org/vocab/vann/example> "\n :my-dataset \n dcterms:title \"UK rainfall, June 2012\"@en .\n " .
<http://purl.org/dc/terms/title> <http://www.w3.org/2000/01/rdf-schema#label> "has title"@en .
<http://purl.org/dc/terms/title> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/title> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/title> <http://www.w3.org/2000/01/rdf-schema#comment> "A name given to the resource."@en .
<http://purl.org/dc/terms/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/title> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the title of a resource if no particular type has been specified for the title otherwise.\n "@en .
IRI: http://purl.org/spar/fabio/hasTranslatedTitle
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasTranslatedTitle a owl:DatatypeProperty ;
rdfs:label "has translated title"@en ;
vann:example """
:my-dataset
dcterms:title "UK rainfall, June 2012"@en ;
fabio:hasTranslatedTitle "Acquazzoni nel Regno Unito, giugno 2012"@it .
""" ;
vaem:rationale """
This is used in addition to the generic title of a resource (`dcterms:title`), if appropriate.
To express the language of a title, a language-tagged literal should be used as value.
Values of language tags must follow the pattern defined by the XML schema language type, e.g.: `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on.
"""@en ;
rdfs:comment "A version of the title of an entity translated into another language."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dcterms:title ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasTranslatedTitle">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:comment xml:lang="en">A version of the title of an entity translated into another language.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/title"/>
<rdfs:label xml:lang="en">has translated title</rdfs:label>
<vaem:rationale xml:lang="en">
This is used in addition to the generic title of a resource (`dcterms:title`), if appropriate.
To express the language of a title, a language-tagged literal should be used as value.
Values of language tags must follow the pattern defined by the XML schema language type, e.g.: `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset
dcterms:title "UK rainfall, June 2012"@en ;
fabio:hasTranslatedTitle "Acquazzoni nel Regno Unito, giugno 2012"@it .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasTranslatedTitle",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset\n dcterms:title \"UK rainfall, June 2012\"@en ;\n fabio:hasTranslatedTitle \"Acquazzoni nel Regno Unito, giugno 2012\"@it .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used in addition to the generic title of a resource (`dcterms:title`), if appropriate.\n\nTo express the language of a title, a language-tagged literal should be used as value. \nValues of language tags must follow the pattern defined by the XML schema language type, e.g.: `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A version of the title of an entity translated into another language."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has translated title"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/title"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/2000/01/rdf-schema#comment> "A version of the title of an entity translated into another language."@en .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://purl.org/vocab/vann/example> "\n :my-dataset\n dcterms:title \"UK rainfall, June 2012\"@en ;\n fabio:hasTranslatedTitle \"Acquazzoni nel Regno Unito, giugno 2012\"@it .\n " .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used in addition to the generic title of a resource (`dcterms:title`), if appropriate.\n\nTo express the language of a title, a language-tagged literal should be used as value. \nValues of language tags must follow the pattern defined by the XML schema language type, e.g.: `en`, `it`, `fr`, `cmn`, `nys`, `swh`, and so on.\n "@en .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/title> .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/2000/01/rdf-schema#label> "has translated title"@en .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/hasURL
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasURL a owl:DatatypeProperty ;
rdfs:label "has URL"@en ;
vann:example """
datacite:orcid a datacite:PersonalIdentifierScheme ;
fabio:hasURL "http://orcid.org"^^xsd:anyURI .
""" ;
vaem:rationale """
This is used to specify the URL of a certain resource, including subject terms, subject schemes, identifier schemes, and so on.
"""@en ;
rdfs:comment "An identifier, in form of an HTTP Universal Resource Locator (URL), for a particular resource on the World Wide Web."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:anyURI ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasURL">
<rdfs:comment xml:lang="en">An identifier, in form of an HTTP Universal Resource Locator (URL), for a particular resource on the World Wide Web.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has URL</rdfs:label>
<vann:example>
datacite:orcid a datacite:PersonalIdentifierScheme ;
fabio:hasURL "http://orcid.org"^^xsd:anyURI .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to specify the URL of a certain resource, including subject terms, subject schemes, identifier schemes, and so on.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasURL",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n datacite:orcid a datacite:PersonalIdentifierScheme ;\n fabio:hasURL \"http://orcid.org\"^^xsd:anyURI .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to specify the URL of a certain resource, including subject terms, subject schemes, identifier schemes, and so on.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier, in form of an HTTP Universal Resource Locator (URL), for a particular resource on the World Wide Web."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has URL"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#anyURI"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasURL> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to specify the URL of a certain resource, including subject terms, subject schemes, identifier schemes, and so on.\n "@en .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier, in form of an HTTP Universal Resource Locator (URL), for a particular resource on the World Wide Web."@en .
<http://purl.org/spar/fabio/hasURL> <http://purl.org/vocab/vann/example> "\n datacite:orcid a datacite:PersonalIdentifierScheme ;\n fabio:hasURL \"http://orcid.org\"^^xsd:anyURI .\n " .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/2000/01/rdf-schema#label> "has URL"@en .
IRI: http://prismstandard.org/namespaces/basic/2.0/volume
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:volume a owl:DatatypeProperty ;
rdfs:label "has volume"@en ;
vann:example """
:related-item
prism:volume "1" .
""" ;
vaem:rationale """
This is used to express the volume number of a resource.
"""@en ;
rdfs:comment "Additional identifier for the publication where the resource appeared, providing the Volume portion of the common Volume, Number scheme."@en ;
rdfs:isDefinedBy prism: ;
rdfs:range rdfs:Literal ;
vs:term_status reg:statusStable ;
skos:note """
Provided for basic bibliographic citations. The content should not contain “Vol.” or other abbreviations for “Volume”; it should only be the alphanumeric volume identifier.
The Number portion of the issue identification is specified in the prism:number element.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/volume">
<rdfs:label xml:lang="en">has volume</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">Additional identifier for the publication where the resource appeared, providing the Volume portion of the common Volume, Number scheme.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<vaem:rationale xml:lang="en">
This is used to express the volume number of a resource.
</vaem:rationale>
<vann:example>
:related-item
prism:volume "1" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Provided for basic bibliographic citations. The content should not contain “Vol.” or other abbreviations for “Volume”; it should only be the alphanumeric volume identifier.
The Number portion of the issue identification is specified in the prism:number element.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/volume",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :related-item\n prism:volume \"1\" . \n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to express the volume number of a resource.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Additional identifier for the publication where the resource appeared, providing the Volume portion of the common Volume, Number scheme."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has volume"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nProvided for basic bibliographic citations. The content should not contain “Vol.” or other abbreviations for “Volume”; it should only be the alphanumeric volume identifier. \nThe Number portion of the issue identification is specified in the prism:number element.\n "
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/2000/01/rdf-schema#label> "has volume"@en .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/2004/02/skos/core#note> "\nProvided for basic bibliographic citations. The content should not contain “Vol.” or other abbreviations for “Volume”; it should only be the alphanumeric volume identifier. \nThe Number portion of the issue identification is specified in the prism:number element.\n "@en .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/2000/01/rdf-schema#comment> "Additional identifier for the publication where the resource appeared, providing the Volume portion of the common Volume, Number scheme."@en .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to express the volume number of a resource.\n "@en .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://purl.org/vocab/vann/example> "\n :related-item\n prism:volume \"1\" . \n " .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
Jump to:
IRI: http://purl.org/spar/datacite/abstract
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:abstract a datacite:DescriptionType,
owl:NamedIndividual ;
rdfs:label "abstract"@en ;
vann:example """
:my-resource-additional-info
datacite:hasDescriptionType datacite:abstract .
""" ;
vaem:rationale """
This is used to represent the description type "Abstract".
"""@en ;
rdfs:comment "A brief summary of a textual work, appearing at the beginning of the work and designed to act as the point-of-entry that will help the reader quickly to obtain an overview of the work's contents."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:seeAlso fabio:Abstract ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/abstract">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">abstract</rdfs:label>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Abstract"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/DescriptionType"/>
<rdfs:comment xml:lang="en">A brief summary of a textual work, appearing at the beginning of the work and designed to act as the point-of-entry that will help the reader quickly to obtain an overview of the work's contents.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used to represent the description type "Abstract".
</vaem:rationale>
<vann:example>
:my-resource-additional-info
datacite:hasDescriptionType datacite:abstract .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/abstract",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/DescriptionType"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:abstract .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent the description type \"Abstract\".\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A brief summary of a textual work, appearing at the beginning of the work and designed to act as the point-of-entry that will help the reader quickly to obtain an overview of the work's contents."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "abstract"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/Abstract"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/abstract> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/abstract> <http://www.w3.org/2000/01/rdf-schema#label> "abstract"@en .
<http://purl.org/spar/datacite/abstract> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Abstract> .
<http://purl.org/spar/datacite/abstract> <http://purl.org/vocab/vann/example> "\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:abstract .\n " .
<http://purl.org/spar/datacite/abstract> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/abstract> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/DescriptionType> .
<http://purl.org/spar/datacite/abstract> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/abstract> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent the description type \"Abstract\".\n "@en .
<http://purl.org/spar/datacite/abstract> <http://www.w3.org/2000/01/rdf-schema#comment> "A brief summary of a textual work, appearing at the beginning of the work and designed to act as the point-of-entry that will help the reader quickly to obtain an overview of the work's contents."@en .
IRI: http://purl.org/spar/datacite/acm
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:acm a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "acm"@en ;
fabio:hasURL "https://dl.acm.org/"^^xsd:anyURI ;
vann:example """
:silvio-peroni-id
datacite:usesIdentifierScheme datacite:acm ;
literal:hasLiteralValue "81442604750" .
""" ;
rdfs:comment "An ACM Digital Library author ID is a unique identifier found within an ACM Author Profile Page, which consolidates an researcher's publications, citations, and metadata."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "The ACM Digital Library author ID is resolvable using the following URL: https://dl.acm.org/profile/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/acm">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:label xml:lang="en">acm</rdfs:label>
<rdfs:comment xml:lang="en">An ACM Digital Library author ID is a unique identifier found within an ACM Author Profile Page, which consolidates an researcher's publications, citations, and metadata.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">The ACM Digital Library author ID is resolvable using the following URL: https://dl.acm.org/profile/<identifier>.</skos:note>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://dl.acm.org/</fabio:hasURL>
<vann:example>
:silvio-peroni-id
datacite:usesIdentifierScheme datacite:acm ;
literal:hasLiteralValue "81442604750" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/acm",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://dl.acm.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni-id \n datacite:usesIdentifierScheme datacite:acm ;\n literal:hasLiteralValue \"81442604750\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An ACM Digital Library author ID is a unique identifier found within an ACM Author Profile Page, which consolidates an researcher's publications, citations, and metadata."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "acm"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "The ACM Digital Library author ID is resolvable using the following URL: https://dl.acm.org/profile/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/acm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/acm> <http://www.w3.org/2004/02/skos/core#note> "The ACM Digital Library author ID is resolvable using the following URL: https://dl.acm.org/profile/<identifier>."@en .
<http://purl.org/spar/datacite/acm> <http://purl.org/spar/fabio/hasURL> "https://dl.acm.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/acm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/acm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/acm> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/acm> <http://www.w3.org/2000/01/rdf-schema#label> "acm"@en .
<http://purl.org/spar/datacite/acm> <http://purl.org/vocab/vann/example> "\n :silvio-peroni-id \n datacite:usesIdentifierScheme datacite:acm ;\n literal:hasLiteralValue \"81442604750\" .\n " .
<http://purl.org/spar/datacite/acm> <http://www.w3.org/2000/01/rdf-schema#comment> "An ACM Digital Library author ID is a unique identifier found within an ACM Author Profile Page, which consolidates an researcher's publications, citations, and metadata."@en .
IRI: http://purl.org/spar/scoro/affiliate
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:affiliate a scoro:OrganizationalRole,
owl:NamedIndividual ;
rdfs:label "affiliate"@en ;
vann:example """
:david-shotton
pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .
:shotton-affiliation-for-my-dataset a pro:RoleInTime ;
pro:withRole scoro:affiliate .
""" ;
vaem:rationale """
Someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`).
Such an affiliation may be specified in the document with respect to which that agent is an author or contributor.
This individual is used to express such an affiliation.
The domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
"""@en ;
rdfs:comment "The role an agent has of being affiliated to some organization or institution in a context of some entity or activity, for example a document, a project or an internship."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/affiliate">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role an agent has of being affiliated to some organization or institution in a context of some entity or activity, for example a document, a project or an internship.</rdfs:comment>
<rdfs:label xml:lang="en">affiliate</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalRole"/>
<vaem:rationale xml:lang="en">
Someone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`).
Such an affiliation may be specified in the document with respect to which that agent is an author or contributor.
This individual is used to express such an affiliation.
The domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).
</vaem:rationale>
<vann:example>
:david-shotton
pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .
:shotton-affiliation-for-my-dataset a pro:RoleInTime ;
pro:withRole scoro:affiliate .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/affiliate",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationalRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton\n pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .\n\n :shotton-affiliation-for-my-dataset a pro:RoleInTime ;\n pro:withRole scoro:affiliate .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nSomeone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`). \nSuch an affiliation may be specified in the document with respect to which that agent is an author or contributor. \nThis individual is used to express such an affiliation. \nThe domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role an agent has of being affiliated to some organization or institution in a context of some entity or activity, for example a document, a project or an internship."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "affiliate"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/affiliate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/affiliate> <http://www.w3.org/2000/01/rdf-schema#comment> "The role an agent has of being affiliated to some organization or institution in a context of some entity or activity, for example a document, a project or an internship."@en .
<http://purl.org/spar/scoro/affiliate> <http://www.w3.org/2000/01/rdf-schema#label> "affiliate"@en .
<http://purl.org/spar/scoro/affiliate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/affiliate> <http://purl.org/vocab/vann/example> "\n :david-shotton\n pro:holdsRoleInTime :shotton-affiliation-for-my-dataset .\n\n :shotton-affiliation-for-my-dataset a pro:RoleInTime ;\n pro:withRole scoro:affiliate .\n " .
<http://purl.org/spar/scoro/affiliate> <http://www.linkedmodel.org/schema/vaem#rationale> "\nSomeone's affiliation is a relationship of membership or belonging that the person can have with respect to a particular organization (i.e., an individual of the class `foaf:Organization`). \nSuch an affiliation may be specified in the document with respect to which that agent is an author or contributor. \nThis individual is used to express such an affiliation. \nThe domain of `pro:withRole` is not `foaf:Agent`, but rather a member of the class `pro:RoleInTime`, which itself is the range of the property `pro:holdsRoleInTime`, for which the domain is `foaf:Agent` (i.e., our contributor).\n "@en .
<http://purl.org/spar/scoro/affiliate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/affiliate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalRole> .
IRI: http://purl.org/spar/datacite/ark
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:ark a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "ark"@en ;
fabio:hasURL "https://confluence.ucop.edu/display/Curation/ARK"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:ark ;
literal:hasLiteralValue "ark:53355/cl010066723" .
""" ;
rdfs:comment "An Archival Resource Key (ARK) is a multi-purpose URL suited to being a persistent identifier for information objects of any type."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/ark">
<rdfs:label xml:lang="en">ark</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">An Archival Resource Key (ARK) is a multi-purpose URL suited to being a persistent identifier for information objects of any type.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://confluence.ucop.edu/display/Curation/ARK</fabio:hasURL>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:ark ;
literal:hasLiteralValue "ark:53355/cl010066723" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/ark",
"@type": [
"http://purl.org/spar/datacite/ResourceIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://confluence.ucop.edu/display/Curation/ARK"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:ark ;\n literal:hasLiteralValue \"ark:53355/cl010066723\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An Archival Resource Key (ARK) is a multi-purpose URL suited to being a persistent identifier for information objects of any type."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "ark"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/ark> <http://www.w3.org/2000/01/rdf-schema#label> "ark"@en .
<http://purl.org/spar/datacite/ark> <http://purl.org/spar/fabio/hasURL> "https://confluence.ucop.edu/display/Curation/ARK"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/ark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/ark> <http://www.w3.org/2000/01/rdf-schema#comment> "An Archival Resource Key (ARK) is a multi-purpose URL suited to being a persistent identifier for information objects of any type."@en .
<http://purl.org/spar/datacite/ark> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/ark> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/ark> <http://purl.org/vocab/vann/example> "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:ark ;\n literal:hasLiteralValue \"ark:53355/cl010066723\" .\n " .
<http://purl.org/spar/datacite/ark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/datacite/arxiv
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:arxiv a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "arxiv"@en ;
fabio:hasURL "http://arxiv.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:arxiv ;
literal:hasLiteralValue "2505.13276" .
""" ;
rdfs:comment "The ArXiv ID is a unique identifier for ArXiv (http://arxiv.org/), a open access repository of preprints."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "An ArXiv ID is resolvable using the following URL: https://arxiv.org/abs/<identifier>." .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/arxiv">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">arxiv</rdfs:label>
<rdfs:comment xml:lang="en">The ArXiv ID is a unique identifier for ArXiv (http://arxiv.org/), a open access repository of preprints.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:arxiv ;
literal:hasLiteralValue "2505.13276" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://arxiv.org/</fabio:hasURL>
<skos:note>An ArXiv ID is resolvable using the following URL: https://arxiv.org/abs/<identifier>.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/arxiv",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://arxiv.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:arxiv ;\n literal:hasLiteralValue \"2505.13276\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The ArXiv ID is a unique identifier for ArXiv (http://arxiv.org/), a open access repository of preprints."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "arxiv"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@value": "An ArXiv ID is resolvable using the following URL: https://arxiv.org/abs/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/arxiv> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/arxiv> <http://www.w3.org/2000/01/rdf-schema#label> "arxiv"@en .
<http://purl.org/spar/datacite/arxiv> <http://purl.org/vocab/vann/example> "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:arxiv ;\n literal:hasLiteralValue \"2505.13276\" .\n " .
<http://purl.org/spar/datacite/arxiv> <http://www.w3.org/2004/02/skos/core#note> "An ArXiv ID is resolvable using the following URL: https://arxiv.org/abs/<identifier>." .
<http://purl.org/spar/datacite/arxiv> <http://purl.org/spar/fabio/hasURL> "http://arxiv.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/arxiv> <http://www.w3.org/2000/01/rdf-schema#comment> "The ArXiv ID is a unique identifier for ArXiv (http://arxiv.org/), a open access repository of preprints."@en .
<http://purl.org/spar/datacite/arxiv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/arxiv> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/arxiv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
IRI: http://purl.org/spar/datacite/bibcode
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:bibcode a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "bibcode"@en ;
fabio:hasURL "https://adsabs.harvard.edu/abs_doc/help_pages/data.html"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:bibcode ;
literal:hasLiteralValue "1974AJ.....79..819H" .
""" ;
rdfs:comment "The Bibliographic Code (BIBCODE) is a 19 ASCII characters identifier which describes a journal article."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note """
The format was originally adopted by the SIMBAD and NED projects, and follows the syntax "YYYYJJJJJVVVVMPPPPA", where:
* YYYY: Year of publication;
* JJJJJ: A standard abbreviation for the journal (e.g. ApJ, AJ, MNRAS, Sci, PASP, etc.). A list of abbreviations is available;
* VVVV: The volume number (for a serial) or an abbreviation that specifies what type of publication it is (e.g. conf for conference proceedings, meet for Meeting proceedings, book for a book, coll for colloquium proceedings, proc for any other type of proceedings);
* M: Qualifier for publication;
* E: Electronic Abstract (usually a counter, not a page number);
* L: Letter;
* P: Pink page;
* Q-Z: Unduplicating character for identical codes;
* PPPP: Page number. Note that for page numbers greater than 9999, the page number is continued in the m column;
* A: The first letter of the last name of the first author.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/bibcode">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:label xml:lang="en">bibcode</rdfs:label>
<rdfs:comment xml:lang="en">The Bibliographic Code (BIBCODE) is a 19 ASCII characters identifier which describes a journal article.</rdfs:comment>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://adsabs.harvard.edu/abs_doc/help_pages/data.html</fabio:hasURL>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:bibcode ;
literal:hasLiteralValue "1974AJ.....79..819H" .
</vann:example>
<skos:note xml:lang="en">
The format was originally adopted by the SIMBAD and NED projects, and follows the syntax "YYYYJJJJJVVVVMPPPPA", where:
* YYYY: Year of publication;
* JJJJJ: A standard abbreviation for the journal (e.g. ApJ, AJ, MNRAS, Sci, PASP, etc.). A list of abbreviations is available;
* VVVV: The volume number (for a serial) or an abbreviation that specifies what type of publication it is (e.g. conf for conference proceedings, meet for Meeting proceedings, book for a book, coll for colloquium proceedings, proc for any other type of proceedings);
* M: Qualifier for publication;
* E: Electronic Abstract (usually a counter, not a page number);
* L: Letter;
* P: Pink page;
* Q-Z: Unduplicating character for identical codes;
* PPPP: Page number. Note that for page numbers greater than 9999, the page number is continued in the m column;
* A: The first letter of the last name of the first author.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/bibcode",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://adsabs.harvard.edu/abs_doc/help_pages/data.html"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:bibcode ;\n literal:hasLiteralValue \"1974AJ.....79..819H\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Bibliographic Code (BIBCODE) is a 19 ASCII characters identifier which describes a journal article."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "bibcode"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThe format was originally adopted by the SIMBAD and NED projects, and follows the syntax \"YYYYJJJJJVVVVMPPPPA\", where:\n\n* YYYY: Year of publication;\n* JJJJJ: A standard abbreviation for the journal (e.g. ApJ, AJ, MNRAS, Sci, PASP, etc.). A list of abbreviations is available;\n* VVVV: The volume number (for a serial) or an abbreviation that specifies what type of publication it is (e.g. conf for conference proceedings, meet for Meeting proceedings, book for a book, coll for colloquium proceedings, proc for any other type of proceedings);\n* M: Qualifier for publication;\n* E: Electronic Abstract (usually a counter, not a page number);\n* L: Letter;\n* P: Pink page;\n* Q-Z: Unduplicating character for identical codes;\n* PPPP: Page number. Note that for page numbers greater than 9999, the page number is continued in the m column;\n* A: The first letter of the last name of the first author.\n "
}
]
}
]<http://purl.org/spar/datacite/bibcode> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/bibcode> <http://www.w3.org/2004/02/skos/core#note> "\nThe format was originally adopted by the SIMBAD and NED projects, and follows the syntax \"YYYYJJJJJVVVVMPPPPA\", where:\n\n* YYYY: Year of publication;\n* JJJJJ: A standard abbreviation for the journal (e.g. ApJ, AJ, MNRAS, Sci, PASP, etc.). A list of abbreviations is available;\n* VVVV: The volume number (for a serial) or an abbreviation that specifies what type of publication it is (e.g. conf for conference proceedings, meet for Meeting proceedings, book for a book, coll for colloquium proceedings, proc for any other type of proceedings);\n* M: Qualifier for publication;\n* E: Electronic Abstract (usually a counter, not a page number);\n* L: Letter;\n* P: Pink page;\n* Q-Z: Unduplicating character for identical codes;\n* PPPP: Page number. Note that for page numbers greater than 9999, the page number is continued in the m column;\n* A: The first letter of the last name of the first author.\n "@en .
<http://purl.org/spar/datacite/bibcode> <http://purl.org/vocab/vann/example> "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:bibcode ;\n literal:hasLiteralValue \"1974AJ.....79..819H\" .\n " .
<http://purl.org/spar/datacite/bibcode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/bibcode> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/bibcode> <http://purl.org/spar/fabio/hasURL> "https://adsabs.harvard.edu/abs_doc/help_pages/data.html"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/bibcode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/bibcode> <http://www.w3.org/2000/01/rdf-schema#label> "bibcode"@en .
<http://purl.org/spar/datacite/bibcode> <http://www.w3.org/2000/01/rdf-schema#comment> "The Bibliographic Code (BIBCODE) is a 19 ASCII characters identifier which describes a journal article."@en .
IRI: http://purl.org/spar/scoro/contact-person
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:contact-person a scoro:OrganizationalRole,
owl:NamedIndividual ;
rdfs:label "contact person"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :contact-person-for-my-dataset .
:contact-person-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:contact-person .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Contact Person").
"""@en ;
rdfs:comment "The role of a person who serves as the primary contact and information provider for third parties wishing to find out more about an organization or an activity."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/contact-person">
<rdfs:comment xml:lang="en">The role of a person who serves as the primary contact and information provider for third parties wishing to find out more about an organization or an activity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">contact person</rdfs:label>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Contact Person").
</vaem:rationale>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :contact-person-for-my-dataset .
:contact-person-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:contact-person .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/contact-person",
"@type": [
"http://purl.org/spar/scoro/OrganizationalRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :contact-person-for-my-dataset .\n \n :contact-person-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:contact-person .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Contact Person\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of a person who serves as the primary contact and information provider for third parties wishing to find out more about an organization or an activity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "contact person"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/contact-person> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/contact-person> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of a person who serves as the primary contact and information provider for third parties wishing to find out more about an organization or an activity."@en .
<http://purl.org/spar/scoro/contact-person> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/contact-person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalRole> .
<http://purl.org/spar/scoro/contact-person> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Contact Person\").\n "@en .
<http://purl.org/spar/scoro/contact-person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/contact-person> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :contact-person-for-my-dataset .\n \n :contact-person-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:contact-person .\n " .
<http://purl.org/spar/scoro/contact-person> <http://www.w3.org/2000/01/rdf-schema#label> "contact person"@en .
IRI: http://purl.org/spar/datacite/crossref
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:crossref a datacite:OrganizationIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "crossref"@en ;
fabio:hasURL "https://crossref.org/"^^xsd:anyURI ;
vann:example """
:my-organization-id
datacite:usesIdentifierScheme datacite:crossref ;
literal:hasLiteralValue "20280" .
""" ;
rdfs:comment "The Crossref member identifier is a unique numerical ID automatically assigned to each organization when they join Crossref to manage their account and content registration."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A Crossref member identifier is resolvable from the following URL: https://api.crossref.org/members/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/crossref">
<rdf:type rdf:resource="http://purl.org/spar/datacite/OrganizationIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The Crossref member identifier is a unique numerical ID automatically assigned to each organization when they join Crossref to manage their account and content registration.</rdfs:comment>
<rdfs:label xml:lang="en">crossref</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://crossref.org/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">A Crossref member identifier is resolvable from the following URL: https://api.crossref.org/members/<identifier>.</skos:note>
<vann:example>
:my-organization-id
datacite:usesIdentifierScheme datacite:crossref ;
literal:hasLiteralValue "20280" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/crossref",
"@type": [
"http://purl.org/spar/datacite/OrganizationIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://crossref.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-organization-id \n datacite:usesIdentifierScheme datacite:crossref ;\n literal:hasLiteralValue \"20280\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Crossref member identifier is a unique numerical ID automatically assigned to each organization when they join Crossref to manage their account and content registration."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "crossref"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A Crossref member identifier is resolvable from the following URL: https://api.crossref.org/members/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/crossref> <http://purl.org/spar/fabio/hasURL> "https://crossref.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/crossref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/OrganizationIdentifierScheme> .
<http://purl.org/spar/datacite/crossref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/crossref> <http://purl.org/vocab/vann/example> "\n :my-organization-id \n datacite:usesIdentifierScheme datacite:crossref ;\n literal:hasLiteralValue \"20280\" .\n " .
<http://purl.org/spar/datacite/crossref> <http://www.w3.org/2004/02/skos/core#note> "A Crossref member identifier is resolvable from the following URL: https://api.crossref.org/members/<identifier>."@en .
<http://purl.org/spar/datacite/crossref> <http://www.w3.org/2000/01/rdf-schema#comment> "The Crossref member identifier is a unique numerical ID automatically assigned to each organization when they join Crossref to manage their account and content registration."@en .
<http://purl.org/spar/datacite/crossref> <http://www.w3.org/2000/01/rdf-schema#label> "crossref"@en .
<http://purl.org/spar/datacite/crossref> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/crossref> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/cstr
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:cstr a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "cstr"@en ;
fabio:hasURL "https://www.cstr.cn/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:cstr ;
literal:hasLiteralValue "31253.11.sciencedb.j00001.00123" .
""" ;
rdfs:comment "The Common Science and Technology Resources (CSTR) Identifier is an identifier based on the Chinese National Standard GB/T 32843—2016 “Science and technology resource identification”, providing a unique identification service for scientific data, papers, scientific institutions, researchers, scientific instruments, patents and other scientific and technological resources."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A Common Science and Technology Resources Identifier is resolvable from the following URL: https://www.cstr.cn/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/cstr">
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The Common Science and Technology Resources (CSTR) Identifier is an identifier based on the Chinese National Standard GB/T 32843—2016 “Science and technology resource identification”, providing a unique identification service for scientific data, papers, scientific institutions, researchers, scientific instruments, patents and other scientific and technological resources.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">cstr</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:cstr ;
literal:hasLiteralValue "31253.11.sciencedb.j00001.00123" .
</vann:example>
<skos:note xml:lang="en">A Common Science and Technology Resources Identifier is resolvable from the following URL: https://www.cstr.cn/<identifier>.</skos:note>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.cstr.cn/</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/cstr",
"@type": [
"http://purl.org/spar/datacite/ResourceIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://www.cstr.cn/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:cstr ;\n literal:hasLiteralValue \"31253.11.sciencedb.j00001.00123\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Common Science and Technology Resources (CSTR) Identifier is an identifier based on the Chinese National Standard GB/T 32843—2016 “Science and technology resource identification”, providing a unique identification service for scientific data, papers, scientific institutions, researchers, scientific instruments, patents and other scientific and technological resources."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "cstr"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A Common Science and Technology Resources Identifier is resolvable from the following URL: https://www.cstr.cn/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/cstr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/cstr> <http://www.w3.org/2000/01/rdf-schema#comment> "The Common Science and Technology Resources (CSTR) Identifier is an identifier based on the Chinese National Standard GB/T 32843—2016 “Science and technology resource identification”, providing a unique identification service for scientific data, papers, scientific institutions, researchers, scientific instruments, patents and other scientific and technological resources."@en .
<http://purl.org/spar/datacite/cstr> <http://www.w3.org/2004/02/skos/core#note> "A Common Science and Technology Resources Identifier is resolvable from the following URL: https://www.cstr.cn/<identifier>."@en .
<http://purl.org/spar/datacite/cstr> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/cstr> <http://purl.org/vocab/vann/example> "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:cstr ;\n literal:hasLiteralValue \"31253.11.sciencedb.j00001.00123\" .\n " .
<http://purl.org/spar/datacite/cstr> <http://purl.org/spar/fabio/hasURL> "https://www.cstr.cn/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/cstr> <http://www.w3.org/2000/01/rdf-schema#label> "cstr"@en .
<http://purl.org/spar/datacite/cstr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/cstr> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/data-creator
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:data-creator a scoro:OrganizationalRole,
owl:NamedIndividual ;
rdfs:label "data creator"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :data-creator-for-my-dataset .
:data-creator-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:data-creator .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Data Collector").
"""@en ;
rdfs:comment "The role a person has of being a creator, originator, gatherer or collector of new data."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/data-creator">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The role a person has of being a creator, originator, gatherer or collector of new data.</rdfs:comment>
<rdfs:label xml:lang="en">data creator</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Data Collector").
</vaem:rationale>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :data-creator-for-my-dataset .
:data-creator-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:data-creator .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/data-creator",
"@type": [
"http://purl.org/spar/scoro/OrganizationalRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :data-creator-for-my-dataset .\n \n :data-creator-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:data-creator .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Data Collector\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a creator, originator, gatherer or collector of new data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data creator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/data-creator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/data-creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalRole> .
<http://purl.org/spar/scoro/data-creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/data-creator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/data-creator> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a creator, originator, gatherer or collector of new data."@en .
<http://purl.org/spar/scoro/data-creator> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :data-creator-for-my-dataset .\n \n :data-creator-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:data-creator .\n " .
<http://purl.org/spar/scoro/data-creator> <http://www.w3.org/2000/01/rdf-schema#label> "data creator"@en .
<http://purl.org/spar/scoro/data-creator> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Data Collector\").\n "@en .
IRI: http://purl.org/spar/scoro/data-curator
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:data-curator a scoro:OrganizationalRole,
owl:NamedIndividual ;
rdfs:label "data curator"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :data-curator-for-my-dataset .
:data-curator-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:data-curator .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Data Curator").
"""@en ;
rdfs:comment "The role a person has of being a data curator, responsible reviewing, enhancing, cleaning, or standardizing data and their associated metadata, for example those arising from the research project, and for their long-term preservation."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/data-curator">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalRole"/>
<rdfs:label xml:lang="en">data curator</rdfs:label>
<rdfs:comment xml:lang="en">The role a person has of being a data curator, responsible reviewing, enhancing, cleaning, or standardizing data and their associated metadata, for example those arising from the research project, and for their long-term preservation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :data-curator-for-my-dataset .
:data-curator-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:data-curator .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Data Curator").
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/data-curator",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationalRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :data-curator-for-my-dataset .\n \n :data-curator-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:data-curator .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Data Curator\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a data curator, responsible reviewing, enhancing, cleaning, or standardizing data and their associated metadata, for example those arising from the research project, and for their long-term preservation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data curator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/data-curator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/data-curator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/data-curator> <http://www.w3.org/2000/01/rdf-schema#label> "data curator"@en .
<http://purl.org/spar/scoro/data-curator> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :data-curator-for-my-dataset .\n \n :data-curator-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:data-curator .\n " .
<http://purl.org/spar/scoro/data-curator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalRole> .
<http://purl.org/spar/scoro/data-curator> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a data curator, responsible reviewing, enhancing, cleaning, or standardizing data and their associated metadata, for example those arising from the research project, and for their long-term preservation."@en .
<http://purl.org/spar/scoro/data-curator> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Data Curator\").\n "@en .
<http://purl.org/spar/scoro/data-curator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/scoro/data-manager
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:data-manager a scoro:OrganizationalRole,
owl:NamedIndividual ;
rdfs:label "data manager"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :data-manager-for-my-dataset .
:data-manager-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:data-manager .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Data Manager").
"""@en ;
rdfs:comment "The role a person has of being a data manager, responsible for day-to-day management, maintenance and back-up of data, for example those arising from the research project or held in a repository."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/data-manager">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalRole"/>
<rdfs:label xml:lang="en">data manager</rdfs:label>
<rdfs:comment xml:lang="en">The role a person has of being a data manager, responsible for day-to-day management, maintenance and back-up of data, for example those arising from the research project or held in a repository.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Data Manager").
</vaem:rationale>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :data-manager-for-my-dataset .
:data-manager-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:data-manager .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/data-manager",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationalRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :data-manager-for-my-dataset .\n \n :data-manager-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:data-manager .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Data Manager\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a data manager, responsible for day-to-day management, maintenance and back-up of data, for example those arising from the research project or held in a repository."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data manager"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/data-manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/data-manager> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/data-manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalRole> .
<http://purl.org/spar/scoro/data-manager> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :data-manager-for-my-dataset .\n \n :data-manager-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:data-manager .\n " .
<http://purl.org/spar/scoro/data-manager> <http://www.w3.org/2000/01/rdf-schema#label> "data manager"@en .
<http://purl.org/spar/scoro/data-manager> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Data Manager\").\n "@en .
<http://purl.org/spar/scoro/data-manager> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a data manager, responsible for day-to-day management, maintenance and back-up of data, for example those arising from the research project or held in a repository."@en .
<http://purl.org/spar/scoro/data-manager> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/datacite/dblp
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:dblp a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "dblp"@en ;
fabio:hasURL "https://dblp.org"^^xsd:anyURI ;
vann:example """
:silvio-peroni-id
datacite:usesIdentifierScheme datacite:dblp ;
literal:hasLiteralValue "48/1099" .
""" ;
rdfs:comment "The DBLP author identifier is a unique key assigned to each researcher registered on DBLP."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A DBLP author identifier is resolvable from the following URL: https://dblp.org/pid/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/dblp">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">The DBLP author identifier is a unique key assigned to each researcher registered on DBLP.</rdfs:comment>
<rdfs:label xml:lang="en">dblp</rdfs:label>
<vann:example>
:silvio-peroni-id
datacite:usesIdentifierScheme datacite:dblp ;
literal:hasLiteralValue "48/1099" .
</vann:example>
<skos:note xml:lang="en">A DBLP author identifier is resolvable from the following URL: https://dblp.org/pid/<identifier>.</skos:note>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://dblp.org</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/dblp",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://dblp.org"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni-id\n datacite:usesIdentifierScheme datacite:dblp ;\n literal:hasLiteralValue \"48/1099\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The DBLP author identifier is a unique key assigned to each researcher registered on DBLP."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "dblp"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A DBLP author identifier is resolvable from the following URL: https://dblp.org/pid/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/dblp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/dblp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/dblp> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/dblp> <http://purl.org/spar/fabio/hasURL> "https://dblp.org"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/dblp> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/dblp> <http://purl.org/vocab/vann/example> "\n :silvio-peroni-id\n datacite:usesIdentifierScheme datacite:dblp ;\n literal:hasLiteralValue \"48/1099\" .\n " .
<http://purl.org/spar/datacite/dblp> <http://www.w3.org/2000/01/rdf-schema#comment> "The DBLP author identifier is a unique key assigned to each researcher registered on DBLP."@en .
<http://purl.org/spar/datacite/dblp> <http://www.w3.org/2004/02/skos/core#note> "A DBLP author identifier is resolvable from the following URL: https://dblp.org/pid/<identifier>."@en .
<http://purl.org/spar/datacite/dblp> <http://www.w3.org/2000/01/rdf-schema#label> "dblp"@en .
IRI: http://purl.org/spar/datacite/dblp-record
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:dblp-record a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "dblp record"@en ;
fabio:hasURL "https://dblp.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:dblp-record ;
literal:hasLiteralValue "conf/semweb/BarzaghiHMP24" .
""" ;
rdfs:comment "The DBLP publication identifier is a unique key that identifies a specific publication record, conference, or journal registered on DBLP."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A DBLP publication identifier is resolvable from the following URL: https://dblp.org/rec/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/dblp-record">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">dblp record</rdfs:label>
<rdfs:comment xml:lang="en">The DBLP publication identifier is a unique key that identifies a specific publication record, conference, or journal registered on DBLP.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:dblp-record ;
literal:hasLiteralValue "conf/semweb/BarzaghiHMP24" .
</vann:example>
<skos:note xml:lang="en">A DBLP publication identifier is resolvable from the following URL: https://dblp.org/rec/<identifier>.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://dblp.org/</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/dblp-record",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://dblp.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:dblp-record ;\n literal:hasLiteralValue \"conf/semweb/BarzaghiHMP24\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The DBLP publication identifier is a unique key that identifies a specific publication record, conference, or journal registered on DBLP."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "dblp record"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A DBLP publication identifier is resolvable from the following URL: https://dblp.org/rec/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/dblp-record> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/dblp-record> <http://purl.org/spar/fabio/hasURL> "https://dblp.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/dblp-record> <http://www.w3.org/2000/01/rdf-schema#label> "dblp record"@en .
<http://purl.org/spar/datacite/dblp-record> <http://www.w3.org/2000/01/rdf-schema#comment> "The DBLP publication identifier is a unique key that identifies a specific publication record, conference, or journal registered on DBLP."@en .
<http://purl.org/spar/datacite/dblp-record> <http://www.w3.org/2004/02/skos/core#note> "A DBLP publication identifier is resolvable from the following URL: https://dblp.org/rec/<identifier>."@en .
<http://purl.org/spar/datacite/dblp-record> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/dblp-record> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/dblp-record> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/dblp-record> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:dblp-record ;\n literal:hasLiteralValue \"conf/semweb/BarzaghiHMP24\" .\n " .
IRI: http://purl.org/spar/datacite/dia
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:dia a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "dia"@en ;
fabio:hasURL "https://web.archive.org/web/20090615073141/http://www.surffoundation.nl/en/pages/default.aspx"^^xsd:anyURI ;
rdfs:comment "The Digital Author Identification system assigns a unique number to all authors in the Netherlands research system."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/dia">
<rdfs:label xml:lang="en">dia</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">The Digital Author Identification system assigns a unique number to all authors in the Netherlands research system.</rdfs:comment>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://web.archive.org/web/20090615073141/http://www.surffoundation.nl/en/pages/default.aspx</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/dia",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://web.archive.org/web/20090615073141/http://www.surffoundation.nl/en/pages/default.aspx"
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Digital Author Identification system assigns a unique number to all authors in the Netherlands research system."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "dia"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/dia> <http://purl.org/spar/fabio/hasURL> "https://web.archive.org/web/20090615073141/http://www.surffoundation.nl/en/pages/default.aspx"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/dia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/dia> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/dia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/dia> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/dia> <http://www.w3.org/2000/01/rdf-schema#label> "dia"@en .
<http://purl.org/spar/datacite/dia> <http://www.w3.org/2000/01/rdf-schema#comment> "The Digital Author Identification system assigns a unique number to all authors in the Netherlands research system."@en .
IRI: http://purl.org/spar/pro/distributor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pro:distributor a pro:PublishingRole,
owl:NamedIndividual ;
rdfs:label "distributor"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :distributor-for-my-dataset .
:distributor-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole pro:distributor .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Distributor").
"""@en ;
rdfs:comment "The role of a person who distributes or disseminates publications or other resources."@en ;
rdfs:isDefinedBy pro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/distributor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pro/PublishingRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<rdfs:comment xml:lang="en">The role of a person who distributes or disseminates publications or other resources.</rdfs:comment>
<rdfs:label xml:lang="en">distributor</rdfs:label>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :distributor-for-my-dataset .
:distributor-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole pro:distributor .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Distributor").
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/distributor",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pro/PublishingRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :distributor-for-my-dataset .\n \n :distributor-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole pro:distributor .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Distributor\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of a person who distributes or disseminates publications or other resources."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "distributor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pro/distributor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pro/distributor> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :distributor-for-my-dataset .\n \n :distributor-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole pro:distributor .\n " .
<http://purl.org/spar/pro/distributor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pro/PublishingRole> .
<http://purl.org/spar/pro/distributor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/distributor> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Distributor\").\n "@en .
<http://purl.org/spar/pro/distributor> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of a person who distributes or disseminates publications or other resources."@en .
<http://purl.org/spar/pro/distributor> <http://www.w3.org/2000/01/rdf-schema#label> "distributor"@en .
<http://purl.org/spar/pro/distributor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/dnb
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:dnb a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "dnb"@en ;
fabio:hasURL "https://d-nb.info/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:dnb ;
literal:hasLiteralValue "gnd/7749153-1" .
""" ;
rdfs:comment "The Deutsche Nationalbibliothek (DNB) catalogue number is a unique identifier assigned to every entry in the DNB catalogue."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A DNB catalogue number is resolvable from the following URL: https://d-nb.info/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/dnb">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:label xml:lang="en">dnb</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">The Deutsche Nationalbibliothek (DNB) catalogue number is a unique identifier assigned to every entry in the DNB catalogue.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://d-nb.info/</fabio:hasURL>
<skos:note xml:lang="en">A DNB catalogue number is resolvable from the following URL: https://d-nb.info/<identifier>.</skos:note>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:dnb ;
literal:hasLiteralValue "gnd/7749153-1" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/dnb",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://d-nb.info/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:dnb ;\n literal:hasLiteralValue \"gnd/7749153-1\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Deutsche Nationalbibliothek (DNB) catalogue number is a unique identifier assigned to every entry in the DNB catalogue."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "dnb"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A DNB catalogue number is resolvable from the following URL: https://d-nb.info/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/dnb> <http://www.w3.org/2004/02/skos/core#note> "A DNB catalogue number is resolvable from the following URL: https://d-nb.info/<identifier>."@en .
<http://purl.org/spar/datacite/dnb> <http://purl.org/spar/fabio/hasURL> "https://d-nb.info/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/dnb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/dnb> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/dnb> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:dnb ;\n literal:hasLiteralValue \"gnd/7749153-1\" .\n " .
<http://purl.org/spar/datacite/dnb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/dnb> <http://www.w3.org/2000/01/rdf-schema#label> "dnb"@en .
<http://purl.org/spar/datacite/dnb> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/dnb> <http://www.w3.org/2000/01/rdf-schema#comment> "The Deutsche Nationalbibliothek (DNB) catalogue number is a unique identifier assigned to every entry in the DNB catalogue."@en .
IRI: http://purl.org/spar/datacite/doi
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:doi a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "doi"@en ;
fabio:hasURL "http://www.doi.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:doi ;
literal:hasLiteralValue "10.1007/978-3-031-77847-6_11" .
""" ;
rdfs:comment "The Digital Object Identifier (DOI) is a unique identifier assigned to identify digital objects."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A DOI is resolvable from the following URL: http://www.doi.org/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/doi">
<rdfs:comment xml:lang="en">The Digital Object Identifier (DOI) is a unique identifier assigned to identify digital objects.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">doi</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:doi ;
literal:hasLiteralValue "10.1007/978-3-031-77847-6_11" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.doi.org/</fabio:hasURL>
<skos:note xml:lang="en">A DOI is resolvable from the following URL: http://www.doi.org/<identifier>.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/doi",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.doi.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:doi ;\n literal:hasLiteralValue \"10.1007/978-3-031-77847-6_11\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Digital Object Identifier (DOI) is a unique identifier assigned to identify digital objects."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "doi"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A DOI is resolvable from the following URL: http://www.doi.org/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/doi> <http://www.w3.org/2000/01/rdf-schema#comment> "The Digital Object Identifier (DOI) is a unique identifier assigned to identify digital objects."@en .
<http://purl.org/spar/datacite/doi> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/doi> <http://www.w3.org/2000/01/rdf-schema#label> "doi"@en .
<http://purl.org/spar/datacite/doi> <http://purl.org/vocab/vann/example> "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:doi ;\n literal:hasLiteralValue \"10.1007/978-3-031-77847-6_11\" .\n " .
<http://purl.org/spar/datacite/doi> <http://www.w3.org/2004/02/skos/core#note> "A DOI is resolvable from the following URL: http://www.doi.org/<identifier>."@en .
<http://purl.org/spar/datacite/doi> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/doi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/doi> <http://purl.org/spar/fabio/hasURL> "http://www.doi.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/doi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
IRI: http://purl.org/spar/datacite/ean13
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:ean13 a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "ean13"@en ;
fabio:hasURL "http://www.gs1.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:ean13 ;
literal:hasLiteralValue "4003994155486" .
""" ;
rdfs:comment "The International Article Number is a unique 13-digit barcode standard used worldwide to identify retail products."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:seeAlso <http://en.wikipedia.org/wiki/EAN13> ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/ean13">
<rdfs:label xml:lang="en">ean13</rdfs:label>
<rdfs:seeAlso rdf:resource="http://en.wikipedia.org/wiki/EAN13"/>
<rdfs:comment xml:lang="en">The International Article Number is a unique 13-digit barcode standard used worldwide to identify retail products.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.gs1.org/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:ean13 ;
literal:hasLiteralValue "4003994155486" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/ean13",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.gs1.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:ean13 ;\n literal:hasLiteralValue \"4003994155486\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The International Article Number is a unique 13-digit barcode standard used worldwide to identify retail products."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "ean13"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://en.wikipedia.org/wiki/EAN13"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/ean13> <http://www.w3.org/2000/01/rdf-schema#label> "ean13"@en .
<http://purl.org/spar/datacite/ean13> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://en.wikipedia.org/wiki/EAN13> .
<http://purl.org/spar/datacite/ean13> <http://purl.org/spar/fabio/hasURL> "http://www.gs1.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/ean13> <http://www.w3.org/2000/01/rdf-schema#comment> "The International Article Number is a unique 13-digit barcode standard used worldwide to identify retail products."@en .
<http://purl.org/spar/datacite/ean13> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/ean13> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/ean13> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/ean13> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:ean13 ;\n literal:hasLiteralValue \"4003994155486\" .\n " .
<http://purl.org/spar/datacite/ean13> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
IRI: http://purl.org/spar/pro/editor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pro:editor a pro:PublishingRole,
owl:NamedIndividual ;
rdfs:label "editor"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :editor-for-my-dataset .
:editor-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole pro:editor .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Editor").
"""@en ;
rdfs:comment "The role of a person who selects and prepares for publication material created and submitted by authors, having oversight of its content, format and presentation."@en ;
rdfs:isDefinedBy pro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/editor">
<rdfs:label xml:lang="en">editor</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pro/PublishingRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<rdfs:comment xml:lang="en">The role of a person who selects and prepares for publication material created and submitted by authors, having oversight of its content, format and presentation.</rdfs:comment>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :editor-for-my-dataset .
:editor-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole pro:editor .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Editor").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/editor",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pro/PublishingRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :editor-for-my-dataset .\n \n :editor-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole pro:editor .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Editor\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of a person who selects and prepares for publication material created and submitted by authors, having oversight of its content, format and presentation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "editor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pro/editor> <http://www.w3.org/2000/01/rdf-schema#label> "editor"@en .
<http://purl.org/spar/pro/editor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pro/editor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pro/editor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pro/PublishingRole> .
<http://purl.org/spar/pro/editor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/editor> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of a person who selects and prepares for publication material created and submitted by authors, having oversight of its content, format and presentation."@en .
<http://purl.org/spar/pro/editor> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Editor\").\n "@en .
<http://purl.org/spar/pro/editor> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :editor-for-my-dataset .\n \n :editor-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole pro:editor .\n " .
IRI: http://purl.org/spar/datacite/eissn
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:eissn a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "eissn"@en ;
fabio:hasURL "http://www.issn.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:eissn ;
literal:hasLiteralValue "1460-2105" .
""" ;
rdfs:comment "The Electronic International Standard Serial Number (eISSN) is an eight-digit identifier specifically for electronic versions of serials, such as online journals, databases, or websites."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/eissn">
<rdfs:comment xml:lang="en">The Electronic International Standard Serial Number (eISSN) is an eight-digit identifier specifically for electronic versions of serials, such as online journals, databases, or websites.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">eissn</rdfs:label>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.issn.org/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:eissn ;
literal:hasLiteralValue "1460-2105" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/eissn",
"@type": [
"http://purl.org/spar/datacite/ResourceIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.issn.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:eissn ;\n literal:hasLiteralValue \"1460-2105\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Electronic International Standard Serial Number (eISSN) is an eight-digit identifier specifically for electronic versions of serials, such as online journals, databases, or websites."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "eissn"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/eissn> <http://www.w3.org/2000/01/rdf-schema#comment> "The Electronic International Standard Serial Number (eISSN) is an eight-digit identifier specifically for electronic versions of serials, such as online journals, databases, or websites."@en .
<http://purl.org/spar/datacite/eissn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/eissn> <http://www.w3.org/2000/01/rdf-schema#label> "eissn"@en .
<http://purl.org/spar/datacite/eissn> <http://purl.org/spar/fabio/hasURL> "http://www.issn.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/eissn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/eissn> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:eissn ;\n literal:hasLiteralValue \"1460-2105\" .\n " .
<http://purl.org/spar/datacite/eissn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/eissn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
IRI: http://purl.org/spar/scoro/funder
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:funder a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "funder"@en ;
vann:example """
:european-commission a foaf:Agent ;
pro:holdsRoleInTIme :european-commission-funding .
:european-commission-funding a pro:RoleInTime ;
pro:withRole scoro:funder ;
pro:relatesToEntity :my-dataset .
""" ;
vaem:rationale """
A funding agent is represented as an instance of `foaf:Agent`, related to the resource through the pattern defined in the Publishing Roles Ontology (PRO).
According to said pattern, a `foaf:Agent` holds some role (`pro:RoleInTime`) characterized by a type (`pro:withRole`) - which, in this case, is `scoro:funder` - and related to the resource via `pro:relatesToEntity`.
"""@en ;
rdfs:comment "The role held by an agent of providing funds, for example for a research project."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/funder">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdfs:label xml:lang="en">funder</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role held by an agent of providing funds, for example for a research project.</rdfs:comment>
<vaem:rationale xml:lang="en">
A funding agent is represented as an instance of `foaf:Agent`, related to the resource through the pattern defined in the Publishing Roles Ontology (PRO).
According to said pattern, a `foaf:Agent` holds some role (`pro:RoleInTime`) characterized by a type (`pro:withRole`) - which, in this case, is `scoro:funder` - and related to the resource via `pro:relatesToEntity`.
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:european-commission a foaf:Agent ;
pro:holdsRoleInTIme :european-commission-funding .
:european-commission-funding a pro:RoleInTime ;
pro:withRole scoro:funder ;
pro:relatesToEntity :my-dataset .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/funder",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/FinancialRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :european-commission a foaf:Agent ;\n pro:holdsRoleInTIme :european-commission-funding .\n \n :european-commission-funding a pro:RoleInTime ;\n pro:withRole scoro:funder ;\n pro:relatesToEntity :my-dataset .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nA funding agent is represented as an instance of `foaf:Agent`, related to the resource through the pattern defined in the Publishing Roles Ontology (PRO). \nAccording to said pattern, a `foaf:Agent` holds some role (`pro:RoleInTime`) characterized by a type (`pro:withRole`) - which, in this case, is `scoro:funder` - and related to the resource via `pro:relatesToEntity`.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent of providing funds, for example for a research project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "funder"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/funder> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/funder> <http://www.linkedmodel.org/schema/vaem#rationale> "\nA funding agent is represented as an instance of `foaf:Agent`, related to the resource through the pattern defined in the Publishing Roles Ontology (PRO). \nAccording to said pattern, a `foaf:Agent` holds some role (`pro:RoleInTime`) characterized by a type (`pro:withRole`) - which, in this case, is `scoro:funder` - and related to the resource via `pro:relatesToEntity`.\n "@en .
<http://purl.org/spar/scoro/funder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/funder> <http://www.w3.org/2000/01/rdf-schema#label> "funder"@en .
<http://purl.org/spar/scoro/funder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/funder> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent of providing funds, for example for a research project."@en .
<http://purl.org/spar/scoro/funder> <http://purl.org/vocab/vann/example> "\n :european-commission a foaf:Agent ;\n pro:holdsRoleInTIme :european-commission-funding .\n \n :european-commission-funding a pro:RoleInTime ;\n pro:withRole scoro:funder ;\n pro:relatesToEntity :my-dataset .\n " .
<http://purl.org/spar/scoro/funder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
IRI: http://purl.org/spar/datacite/fundref
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:fundref a datacite:FunderIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "fundref"@en ;
fabio:hasURL "http://www.crossref.org/fundref/index.html"^^xsd:anyURI ;
vann:example """
:my-funder-id
datacite:usesIdentifierScheme datacite:fundref ;
literal:hasLiteralValue "501100000831" .
""" ;
rdfs:comment "The FundRef identifier is a unique code assigned by Fundref, a collaborative pilot project of scholarly publishers and funding agencies, facilitated by CrossRef, to provide a standard way of identifying and reporting funding sources for published scholarly research."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/fundref">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/FunderIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The FundRef identifier is a unique code assigned by Fundref, a collaborative pilot project of scholarly publishers and funding agencies, facilitated by CrossRef, to provide a standard way of identifying and reporting funding sources for published scholarly research.</rdfs:comment>
<rdfs:label xml:lang="en">fundref</rdfs:label>
<vann:example>
:my-funder-id
datacite:usesIdentifierScheme datacite:fundref ;
literal:hasLiteralValue "501100000831" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.crossref.org/fundref/index.html</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/fundref",
"@type": [
"http://purl.org/spar/datacite/FunderIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.crossref.org/fundref/index.html"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-funder-id\n datacite:usesIdentifierScheme datacite:fundref ;\n literal:hasLiteralValue \"501100000831\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The FundRef identifier is a unique code assigned by Fundref, a collaborative pilot project of scholarly publishers and funding agencies, facilitated by CrossRef, to provide a standard way of identifying and reporting funding sources for published scholarly research."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "fundref"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/fundref> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/fundref> <http://purl.org/spar/fabio/hasURL> "http://www.crossref.org/fundref/index.html"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/fundref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/FunderIdentifierScheme> .
<http://purl.org/spar/datacite/fundref> <http://purl.org/vocab/vann/example> "\n :my-funder-id\n datacite:usesIdentifierScheme datacite:fundref ;\n literal:hasLiteralValue \"501100000831\" .\n " .
<http://purl.org/spar/datacite/fundref> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/fundref> <http://www.w3.org/2000/01/rdf-schema#comment> "The FundRef identifier is a unique code assigned by Fundref, a collaborative pilot project of scholarly publishers and funding agencies, facilitated by CrossRef, to provide a standard way of identifying and reporting funding sources for published scholarly research."@en .
<http://purl.org/spar/datacite/fundref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/fundref> <http://www.w3.org/2000/01/rdf-schema#label> "fundref"@en .
IRI: http://purl.org/spar/datacite/gepris
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:gepris a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "gepris"@en ;
fabio:hasURL "http://gepris.dfg.de"^^xsd:anyURI ;
vann:example """
:david-aitken-id
datacite:usesIdentifierScheme datacite:gepris ;
literal:hasLiteralValue "209346727" .
""" ;
rdfs:comment "The GEPRIS person identifier is a unique, numerical identifier assigned to researchers and investigators in the GEPRIS database."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A GEPRIS person identifier is resolvable from the following URL: http://gepris.dfg.de/gepris/person/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/gepris">
<rdfs:comment xml:lang="en">The GEPRIS person identifier is a unique, numerical identifier assigned to researchers and investigators in the GEPRIS database.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:label xml:lang="en">gepris</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://gepris.dfg.de</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:david-aitken-id
datacite:usesIdentifierScheme datacite:gepris ;
literal:hasLiteralValue "209346727" .
</vann:example>
<skos:note xml:lang="en">A GEPRIS person identifier is resolvable from the following URL: http://gepris.dfg.de/gepris/person/<identifier>.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/gepris",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://gepris.dfg.de"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-aitken-id\n datacite:usesIdentifierScheme datacite:gepris ;\n literal:hasLiteralValue \"209346727\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The GEPRIS person identifier is a unique, numerical identifier assigned to researchers and investigators in the GEPRIS database."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "gepris"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A GEPRIS person identifier is resolvable from the following URL: http://gepris.dfg.de/gepris/person/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/gepris> <http://purl.org/spar/fabio/hasURL> "http://gepris.dfg.de"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/gepris> <http://www.w3.org/2000/01/rdf-schema#comment> "The GEPRIS person identifier is a unique, numerical identifier assigned to researchers and investigators in the GEPRIS database."@en .
<http://purl.org/spar/datacite/gepris> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/gepris> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/gepris> <http://www.w3.org/2004/02/skos/core#note> "A GEPRIS person identifier is resolvable from the following URL: http://gepris.dfg.de/gepris/person/<identifier>."@en .
<http://purl.org/spar/datacite/gepris> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/gepris> <http://www.w3.org/2000/01/rdf-schema#label> "gepris"@en .
<http://purl.org/spar/datacite/gepris> <http://purl.org/vocab/vann/example> "\n :david-aitken-id\n datacite:usesIdentifierScheme datacite:gepris ;\n literal:hasLiteralValue \"209346727\" .\n " .
<http://purl.org/spar/datacite/gepris> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
IRI: http://purl.org/spar/datacite/github
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:github a datacite:AgentIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "github"@en ;
fabio:hasURL "https://github.com/"^^xsd:anyURI ;
vann:example """
:silvio-peroni-id
datacite:usesIdentifierScheme datacite:github ;
literal:hasLiteralValue "essepuntato" .
""" ;
rdfs:comment "The GitHub username is a unique identifier assigned to GitHub users."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A GitHub username is resolvable from the following URL: https://github.com/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/github">
<rdf:type rdf:resource="http://purl.org/spar/datacite/AgentIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The GitHub username is a unique identifier assigned to GitHub users.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">github</rdfs:label>
<vann:example>
:silvio-peroni-id
datacite:usesIdentifierScheme datacite:github ;
literal:hasLiteralValue "essepuntato" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://github.com/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">A GitHub username is resolvable from the following URL: https://github.com/<identifier>.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/github",
"@type": [
"http://purl.org/spar/datacite/AgentIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://github.com/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni-id\n datacite:usesIdentifierScheme datacite:github ;\n literal:hasLiteralValue \"essepuntato\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The GitHub username is a unique identifier assigned to GitHub users."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "github"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A GitHub username is resolvable from the following URL: https://github.com/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/github> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/AgentIdentifierScheme> .
<http://purl.org/spar/datacite/github> <http://www.w3.org/2000/01/rdf-schema#comment> "The GitHub username is a unique identifier assigned to GitHub users."@en .
<http://purl.org/spar/datacite/github> <http://purl.org/spar/fabio/hasURL> "https://github.com/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/github> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/github> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/github> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/github> <http://www.w3.org/2000/01/rdf-schema#label> "github"@en .
<http://purl.org/spar/datacite/github> <http://www.w3.org/2004/02/skos/core#note> "A GitHub username is resolvable from the following URL: https://github.com/<identifier>."@en .
<http://purl.org/spar/datacite/github> <http://purl.org/vocab/vann/example> "\n :silvio-peroni-id\n datacite:usesIdentifierScheme datacite:github ;\n literal:hasLiteralValue \"essepuntato\" .\n " .
IRI: http://purl.org/spar/datacite/gitlab
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:gitlab a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "GitLab user account"@en ;
fabio:hasURL "https://docs.gitlab.com/ee/user/profile/"^^xsd:anyURI ;
vann:example """
:my-person-id
datacite:usesIdentifierScheme datacite:gitlab ;
literal:hasLiteralValue "gitlab-org" .
""" ;
rdfs:comment "The GitLab user account is a unique identifier assigned to GitLab users."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A GitLab user account is resolvable from the following URL: https://gitlab.com/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/gitlab">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">The GitLab user account is a unique identifier assigned to GitLab users.</rdfs:comment>
<rdfs:label xml:lang="en">GitLab user account</rdfs:label>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://docs.gitlab.com/ee/user/profile/</fabio:hasURL>
<skos:note xml:lang="en">A GitLab user account is resolvable from the following URL: https://gitlab.com/<identifier>.</skos:note>
<vann:example>
:my-person-id
datacite:usesIdentifierScheme datacite:gitlab ;
literal:hasLiteralValue "gitlab-org" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/gitlab",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://docs.gitlab.com/ee/user/profile/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person-id \n datacite:usesIdentifierScheme datacite:gitlab ;\n literal:hasLiteralValue \"gitlab-org\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The GitLab user account is a unique identifier assigned to GitLab users."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "GitLab user account"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A GitLab user account is resolvable from the following URL: https://gitlab.com/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/gitlab> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/gitlab> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/gitlab> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/gitlab> <http://purl.org/spar/fabio/hasURL> "https://docs.gitlab.com/ee/user/profile/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/gitlab> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/gitlab> <http://www.w3.org/2000/01/rdf-schema#comment> "The GitLab user account is a unique identifier assigned to GitLab users."@en .
<http://purl.org/spar/datacite/gitlab> <http://www.w3.org/2004/02/skos/core#note> "A GitLab user account is resolvable from the following URL: https://gitlab.com/<identifier>."@en .
<http://purl.org/spar/datacite/gitlab> <http://www.w3.org/2000/01/rdf-schema#label> "GitLab user account"@en .
<http://purl.org/spar/datacite/gitlab> <http://purl.org/vocab/vann/example> "\n :my-person-id \n datacite:usesIdentifierScheme datacite:gitlab ;\n literal:hasLiteralValue \"gitlab-org\" .\n " .
IRI: http://purl.org/spar/datacite/gnd
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:gnd a datacite:IdentifierScheme,
owl:NamedIndividual ;
rdfs:label "gnd"@en ;
fabio:hasURL "https://gnd.network/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:gnd ;
literal:hasLiteralValue "7749153-1" .
""" ;
rdfs:comment "The Gemeinsame Normdatei (GND) identifier is a unique key assigned to authority data managed by the German National Library."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A Gemeinsame Normdatei identifier is resolvable from the following URL: https://d-nb.info/gnd/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/gnd">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">gnd</rdfs:label>
<rdfs:comment xml:lang="en">The Gemeinsame Normdatei (GND) identifier is a unique key assigned to authority data managed by the German National Library.</rdfs:comment>
<skos:note xml:lang="en">A Gemeinsame Normdatei identifier is resolvable from the following URL: https://d-nb.info/gnd/<identifier>.</skos:note>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:gnd ;
literal:hasLiteralValue "7749153-1" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://gnd.network/</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/gnd",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/IdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://gnd.network/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:gnd ;\n literal:hasLiteralValue \"7749153-1\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Gemeinsame Normdatei (GND) identifier is a unique key assigned to authority data managed by the German National Library."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "gnd"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A Gemeinsame Normdatei identifier is resolvable from the following URL: https://d-nb.info/gnd/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/gnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/gnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/IdentifierScheme> .
<http://purl.org/spar/datacite/gnd> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/gnd> <http://purl.org/spar/fabio/hasURL> "https://gnd.network/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/gnd> <http://purl.org/vocab/vann/example> "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:gnd ;\n literal:hasLiteralValue \"7749153-1\" .\n " .
<http://purl.org/spar/datacite/gnd> <http://www.w3.org/2000/01/rdf-schema#label> "gnd"@en .
<http://purl.org/spar/datacite/gnd> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/gnd> <http://www.w3.org/2000/01/rdf-schema#comment> "The Gemeinsame Normdatei (GND) identifier is a unique key assigned to authority data managed by the German National Library."@en .
<http://purl.org/spar/datacite/gnd> <http://www.w3.org/2004/02/skos/core#note> "A Gemeinsame Normdatei identifier is resolvable from the following URL: https://d-nb.info/gnd/<identifier>."@en .
IRI: http://purl.org/spar/datacite/google-scholar
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:google-scholar a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "google scholar"@en ;
fabio:hasURL "https://scholar.google.com/"^^xsd:anyURI ;
vann:example """
:david-shotton-id
datacite:usesIdentifierScheme datacite:google-scholar ;
literal:hasLiteralValue "YyvE-_oAAAAJ" .
""" ;
rdfs:comment "The Google Scholar author identifier is a unique identifier assigned to authors signed to Google Scholar. "@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A Google Scholar author identifier is resolvable from the following URL: https://scholar.google.com/citations?user=<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/google-scholar">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">The Google Scholar author identifier is a unique identifier assigned to authors signed to Google Scholar. </rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:label xml:lang="en">google scholar</rdfs:label>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://scholar.google.com/</fabio:hasURL>
<skos:note xml:lang="en">A Google Scholar author identifier is resolvable from the following URL: https://scholar.google.com/citations?user=<identifier>.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:david-shotton-id
datacite:usesIdentifierScheme datacite:google-scholar ;
literal:hasLiteralValue "YyvE-_oAAAAJ" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/google-scholar",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://scholar.google.com/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton-id \n datacite:usesIdentifierScheme datacite:google-scholar ;\n literal:hasLiteralValue \"YyvE-_oAAAAJ\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Google Scholar author identifier is a unique identifier assigned to authors signed to Google Scholar. "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "google scholar"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A Google Scholar author identifier is resolvable from the following URL: https://scholar.google.com/citations?user=<identifier>."
}
]
}
]<http://purl.org/spar/datacite/google-scholar> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/google-scholar> <http://www.w3.org/2004/02/skos/core#note> "A Google Scholar author identifier is resolvable from the following URL: https://scholar.google.com/citations?user=<identifier>."@en .
<http://purl.org/spar/datacite/google-scholar> <http://purl.org/spar/fabio/hasURL> "https://scholar.google.com/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/google-scholar> <http://www.w3.org/2000/01/rdf-schema#comment> "The Google Scholar author identifier is a unique identifier assigned to authors signed to Google Scholar. "@en .
<http://purl.org/spar/datacite/google-scholar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/google-scholar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/google-scholar> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/google-scholar> <http://www.w3.org/2000/01/rdf-schema#label> "google scholar"@en .
<http://purl.org/spar/datacite/google-scholar> <http://purl.org/vocab/vann/example> "\n :david-shotton-id \n datacite:usesIdentifierScheme datacite:google-scholar ;\n literal:hasLiteralValue \"YyvE-_oAAAAJ\" .\n " .
IRI: http://purl.org/spar/datacite/handle
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:handle a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "handle"@en ;
fabio:hasURL "http://www.handle.net/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:handle ;
literal:hasLiteralValue "20.1000/100" .
""" ;
rdfs:comment "The Handle System is a distributed computing technology that provides unique, persistent identifiers (handles) for digital resources, allowing them to be located over time regardless of URL changes."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/handle">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:comment xml:lang="en">The Handle System is a distributed computing technology that provides unique, persistent identifiers (handles) for digital resources, allowing them to be located over time regardless of URL changes.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">handle</rdfs:label>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:handle ;
literal:hasLiteralValue "20.1000/100" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.handle.net/</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/handle",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.handle.net/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:handle ;\n literal:hasLiteralValue \"20.1000/100\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Handle System is a distributed computing technology that provides unique, persistent identifiers (handles) for digital resources, allowing them to be located over time regardless of URL changes."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "handle"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/handle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/handle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/handle> <http://purl.org/spar/fabio/hasURL> "http://www.handle.net/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/handle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/handle> <http://www.w3.org/2000/01/rdf-schema#comment> "The Handle System is a distributed computing technology that provides unique, persistent identifiers (handles) for digital resources, allowing them to be located over time regardless of URL changes."@en .
<http://purl.org/spar/datacite/handle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/handle> <http://purl.org/vocab/vann/example> "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:handle ;\n literal:hasLiteralValue \"20.1000/100\" .\n " .
<http://purl.org/spar/datacite/handle> <http://www.w3.org/2000/01/rdf-schema#label> "handle"@en .
IRI: http://purl.org/spar/scoro/host-institution
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:host-institution a scoro:OrganizationalRole,
owl:NamedIndividual ;
rdfs:label "host institution"@en ;
vann:example """
:university-of-bologna
pro:holdsRoleInTime :host-institution-for-my-dataset .
:host-institution-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:host-institution .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Hosting Institution").
"""@en ;
rdfs:comment "The role held by a institution of hosting some initiative, people, or event."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/host-institution">
<rdfs:comment xml:lang="en">The role held by a institution of hosting some initiative, people, or event.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">host institution</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vann:example>
:university-of-bologna
pro:holdsRoleInTime :host-institution-for-my-dataset .
:host-institution-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:host-institution .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Hosting Institution").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/host-institution",
"@type": [
"http://purl.org/spar/scoro/OrganizationalRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :university-of-bologna\n pro:holdsRoleInTime :host-institution-for-my-dataset .\n \n :host-institution-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:host-institution .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Hosting Institution\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by a institution of hosting some initiative, people, or event."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "host institution"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/host-institution> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by a institution of hosting some initiative, people, or event."@en .
<http://purl.org/spar/scoro/host-institution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/host-institution> <http://purl.org/vocab/vann/example> "\n :university-of-bologna\n pro:holdsRoleInTime :host-institution-for-my-dataset .\n \n :host-institution-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:host-institution .\n " .
<http://purl.org/spar/scoro/host-institution> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Hosting Institution\").\n "@en .
<http://purl.org/spar/scoro/host-institution> <http://www.w3.org/2000/01/rdf-schema#label> "host institution"@en .
<http://purl.org/spar/scoro/host-institution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalRole> .
<http://purl.org/spar/scoro/host-institution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/host-institution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/ieee
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:ieee a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "ieee"@en ;
fabio:hasURL "https://ieeexplore.ieee.org/"^^xsd:anyURI ;
vann:example """
:silvio-peroni-id
datacite:usesIdentifierScheme datacite:ieee ;
literal:hasLiteralValue "37542690500" .
""" ;
rdfs:comment "The IEEE Xplore author ID is a unique identifier assigned to authors in IEEE Xplore."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A IEEE Xplore author ID is resolvable from the following URL: https://ieeexplore.ieee.org/author/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/ieee">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">ieee</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:comment xml:lang="en">The IEEE Xplore author ID is a unique identifier assigned to authors in IEEE Xplore.</rdfs:comment>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://ieeexplore.ieee.org/</fabio:hasURL>
<skos:note xml:lang="en">A IEEE Xplore author ID is resolvable from the following URL: https://ieeexplore.ieee.org/author/<identifier>.</skos:note>
<vann:example>
:silvio-peroni-id
datacite:usesIdentifierScheme datacite:ieee ;
literal:hasLiteralValue "37542690500" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/ieee",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://ieeexplore.ieee.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni-id \n datacite:usesIdentifierScheme datacite:ieee ;\n literal:hasLiteralValue \"37542690500\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The IEEE Xplore author ID is a unique identifier assigned to authors in IEEE Xplore."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "ieee"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A IEEE Xplore author ID is resolvable from the following URL: https://ieeexplore.ieee.org/author/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/ieee> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/ieee> <http://www.w3.org/2004/02/skos/core#note> "A IEEE Xplore author ID is resolvable from the following URL: https://ieeexplore.ieee.org/author/<identifier>."@en .
<http://purl.org/spar/datacite/ieee> <http://www.w3.org/2000/01/rdf-schema#label> "ieee"@en .
<http://purl.org/spar/datacite/ieee> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/ieee> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/ieee> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/ieee> <http://purl.org/spar/fabio/hasURL> "https://ieeexplore.ieee.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/ieee> <http://purl.org/vocab/vann/example> "\n :silvio-peroni-id \n datacite:usesIdentifierScheme datacite:ieee ;\n literal:hasLiteralValue \"37542690500\" .\n " .
<http://purl.org/spar/datacite/ieee> <http://www.w3.org/2000/01/rdf-schema#comment> "The IEEE Xplore author ID is a unique identifier assigned to authors in IEEE Xplore."@en .
IRI: http://purl.org/spar/datacite/igsn
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:igsn a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "igsn"@en ;
fabio:hasURL "http://igsn.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:igsn ;
literal:hasLiteralValue "AU124" .
""" ;
rdfs:comment "The International Generic Sample Number (IGSN) is a code that uniquely identifies samples from our natural environment and related features-of-interest."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/igsn">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:comment xml:lang="en">The International Generic Sample Number (IGSN) is a code that uniquely identifies samples from our natural environment and related features-of-interest.</rdfs:comment>
<rdfs:label xml:lang="en">igsn</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:igsn ;
literal:hasLiteralValue "AU124" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://igsn.org/</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/igsn",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://igsn.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:igsn ;\n literal:hasLiteralValue \"AU124\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The International Generic Sample Number (IGSN) is a code that uniquely identifies samples from our natural environment and related features-of-interest."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "igsn"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/igsn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/igsn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/igsn> <http://www.w3.org/2000/01/rdf-schema#comment> "The International Generic Sample Number (IGSN) is a code that uniquely identifies samples from our natural environment and related features-of-interest."@en .
<http://purl.org/spar/datacite/igsn> <http://www.w3.org/2000/01/rdf-schema#label> "igsn"@en .
<http://purl.org/spar/datacite/igsn> <http://purl.org/vocab/vann/example> "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:igsn ;\n literal:hasLiteralValue \"AU124\" .\n " .
<http://purl.org/spar/datacite/igsn> <http://purl.org/spar/fabio/hasURL> "http://igsn.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/igsn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/igsn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/infouri
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:infouri a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "infouri"@en ;
fabio:hasURL "http://info-uri.info/registry/docs/misc/faq.html"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:isbn ;
literal:hasLiteralValue "info:ddc/22/eng//004.678" .
""" ;
rdfs:comment "The Info URI scheme is a standardized method for identifying information assets that have public identifiers (like ISBNs, DOIs, or LCCNs) but lack a native URI representation."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/infouri">
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">infouri</rdfs:label>
<rdfs:comment xml:lang="en">The Info URI scheme is a standardized method for identifying information assets that have public identifiers (like ISBNs, DOIs, or LCCNs) but lack a native URI representation.</rdfs:comment>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:isbn ;
literal:hasLiteralValue "info:ddc/22/eng//004.678" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://info-uri.info/registry/docs/misc/faq.html</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/infouri",
"@type": [
"http://purl.org/spar/datacite/ResourceIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://info-uri.info/registry/docs/misc/faq.html"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:isbn ;\n literal:hasLiteralValue \"info:ddc/22/eng//004.678\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Info URI scheme is a standardized method for identifying information assets that have public identifiers (like ISBNs, DOIs, or LCCNs) but lack a native URI representation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "infouri"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/infouri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/infouri> <http://purl.org/spar/fabio/hasURL> "http://info-uri.info/registry/docs/misc/faq.html"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/infouri> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/infouri> <http://www.w3.org/2000/01/rdf-schema#label> "infouri"@en .
<http://purl.org/spar/datacite/infouri> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:isbn ;\n literal:hasLiteralValue \"info:ddc/22/eng//004.678\" .\n " .
<http://purl.org/spar/datacite/infouri> <http://www.w3.org/2000/01/rdf-schema#comment> "The Info URI scheme is a standardized method for identifying information assets that have public identifiers (like ISBNs, DOIs, or LCCNs) but lack a native URI representation."@en .
<http://purl.org/spar/datacite/infouri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/infouri> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/isbn
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:isbn a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "isbn"@en ;
fabio:hasURL "http://www.isbn-international.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:isbn ;
literal:hasLiteralValue "978-81-7525-766-5" .
""" ;
rdfs:comment "The International Standard Book Number (ISBN) is a unique 13-digit commercial identifier for books and monographic publications."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/isbn">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:label xml:lang="en">isbn</rdfs:label>
<rdfs:comment xml:lang="en">The International Standard Book Number (ISBN) is a unique 13-digit commercial identifier for books and monographic publications.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:isbn ;
literal:hasLiteralValue "978-81-7525-766-5" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.isbn-international.org/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/isbn",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.isbn-international.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:isbn ;\n literal:hasLiteralValue \"978-81-7525-766-5\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The International Standard Book Number (ISBN) is a unique 13-digit commercial identifier for books and monographic publications."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "isbn"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/isbn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/isbn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/isbn> <http://www.w3.org/2000/01/rdf-schema#label> "isbn"@en .
<http://purl.org/spar/datacite/isbn> <http://www.w3.org/2000/01/rdf-schema#comment> "The International Standard Book Number (ISBN) is a unique 13-digit commercial identifier for books and monographic publications."@en .
<http://purl.org/spar/datacite/isbn> <http://purl.org/spar/fabio/hasURL> "http://www.isbn-international.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/isbn> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:isbn ;\n literal:hasLiteralValue \"978-81-7525-766-5\" .\n " .
<http://purl.org/spar/datacite/isbn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/isbn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/isni
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:isni a datacite:OrganizationIdentifierScheme,
datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "isni"@en ;
fabio:hasURL "http://www.isni.org/"^^xsd:anyURI ;
vann:example """
:david-shotton-id
datacite:usesIdentifierScheme datacite:isni ;
literal:hasLiteralValue "0000000117402098" .
""" ;
rdfs:comment "The International Standard Name Identifier (ISNI) is an identifier system for uniquely identifying the public identities of contributors to media content."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "An ISNI is resolvable from the following URL: http://www.isni.org/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/isni">
<rdfs:comment xml:lang="en">The International Standard Name Identifier (ISNI) is an identifier system for uniquely identifying the public identities of contributors to media content.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">isni</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/datacite/OrganizationIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<vann:example>
:david-shotton-id
datacite:usesIdentifierScheme datacite:isni ;
literal:hasLiteralValue "0000000117402098" .
</vann:example>
<skos:note xml:lang="en">An ISNI is resolvable from the following URL: http://www.isni.org/<identifier>.</skos:note>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.isni.org/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/isni",
"@type": [
"http://purl.org/spar/datacite/OrganizationIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.isni.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton-id\n datacite:usesIdentifierScheme datacite:isni ;\n literal:hasLiteralValue \"0000000117402098\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The International Standard Name Identifier (ISNI) is an identifier system for uniquely identifying the public identities of contributors to media content."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "isni"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "An ISNI is resolvable from the following URL: http://www.isni.org/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/isni> <http://purl.org/spar/fabio/hasURL> "http://www.isni.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/isni> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/isni> <http://www.w3.org/2000/01/rdf-schema#comment> "The International Standard Name Identifier (ISNI) is an identifier system for uniquely identifying the public identities of contributors to media content."@en .
<http://purl.org/spar/datacite/isni> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/isni> <http://www.w3.org/2000/01/rdf-schema#label> "isni"@en .
<http://purl.org/spar/datacite/isni> <http://purl.org/vocab/vann/example> "\n :david-shotton-id\n datacite:usesIdentifierScheme datacite:isni ;\n literal:hasLiteralValue \"0000000117402098\" .\n " .
<http://purl.org/spar/datacite/isni> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/OrganizationIdentifierScheme> .
<http://purl.org/spar/datacite/isni> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/isni> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/isni> <http://www.w3.org/2004/02/skos/core#note> "An ISNI is resolvable from the following URL: http://www.isni.org/<identifier>."@en .
IRI: http://purl.org/spar/datacite/issn
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:issn a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "issn"@en ;
fabio:hasURL "http://www.issn.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:issn ;
literal:hasLiteralValue "2049-3630" .
""" ;
rdfs:comment "The International Standard Serial Number (ISSN) is an eight-digit code to uniquely identify a periodical publication, such as a magazine."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/issn">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">issn</rdfs:label>
<rdfs:comment xml:lang="en">The International Standard Serial Number (ISSN) is an eight-digit code to uniquely identify a periodical publication, such as a magazine.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:issn ;
literal:hasLiteralValue "2049-3630" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.issn.org/</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/issn",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.issn.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:issn ;\n literal:hasLiteralValue \"2049-3630\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The International Standard Serial Number (ISSN) is an eight-digit code to uniquely identify a periodical publication, such as a magazine."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "issn"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/issn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/issn> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:issn ;\n literal:hasLiteralValue \"2049-3630\" .\n " .
<http://purl.org/spar/datacite/issn> <http://www.w3.org/2000/01/rdf-schema#label> "issn"@en .
<http://purl.org/spar/datacite/issn> <http://www.w3.org/2000/01/rdf-schema#comment> "The International Standard Serial Number (ISSN) is an eight-digit code to uniquely identify a periodical publication, such as a magazine."@en .
<http://purl.org/spar/datacite/issn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/issn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/issn> <http://purl.org/spar/fabio/hasURL> "http://www.issn.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/issn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
IRI: http://purl.org/spar/datacite/istc
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:istc a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "istc"@en ;
fabio:hasURL "http://www.istc-international.org/html/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:istc ;
literal:hasLiteralValue "A02-2009-000004BE-A" .
""" ;
rdfs:comment "The International Standard Text Code (ISTC) is a standard designed to uniquely identify textual works."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/istc">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">istc</rdfs:label>
<rdfs:comment xml:lang="en">The International Standard Text Code (ISTC) is a standard designed to uniquely identify textual works.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.istc-international.org/html/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:istc ;
literal:hasLiteralValue "A02-2009-000004BE-A" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/istc",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.istc-international.org/html/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:istc ;\n literal:hasLiteralValue \"A02-2009-000004BE-A\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The International Standard Text Code (ISTC) is a standard designed to uniquely identify textual works."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "istc"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/istc> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/istc> <http://purl.org/spar/fabio/hasURL> "http://www.istc-international.org/html/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/istc> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/istc> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:istc ;\n literal:hasLiteralValue \"A02-2009-000004BE-A\" .\n " .
<http://purl.org/spar/datacite/istc> <http://www.w3.org/2000/01/rdf-schema#label> "istc"@en .
<http://purl.org/spar/datacite/istc> <http://www.w3.org/2000/01/rdf-schema#comment> "The International Standard Text Code (ISTC) is a standard designed to uniquely identify textual works."@en .
<http://purl.org/spar/datacite/istc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/istc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
IRI: http://purl.org/spar/datacite/ivoid
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:ivoid a datacite:IdentifierScheme,
owl:NamedIndividual ;
rdfs:label "ivoid" ;
fabio:hasURL "https://www.ivoa.net/documents/IVOAIdentifiers/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:ivoid ;
literal:hasLiteralValue "ivo://org.gavo.dc/~?flashheros/data/ca92/f0065.mt." .
""" ;
rdfs:comment "The IVOA identifier (IVOID) is the identifier of resources within the resource registry (datasets, data access services, etc.) maintained by the International Virtual Observatory Alliance (IVOA)."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "These identifiers are RFC 3986-compliant URIs with a scheme of ivo. Thus, their generic form is: ivo://<authority><path>?<query>#<fragment>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/ivoid">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">The IVOA identifier (IVOID) is the identifier of resources within the resource registry (datasets, data access services, etc.) maintained by the International Virtual Observatory Alliance (IVOA).</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<rdfs:label>ivoid</rdfs:label>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.ivoa.net/documents/IVOAIdentifiers/</fabio:hasURL>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:ivoid ;
literal:hasLiteralValue "ivo://org.gavo.dc/~?flashheros/data/ca92/f0065.mt." .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">These identifiers are RFC 3986-compliant URIs with a scheme of ivo. Thus, their generic form is: ivo://<authority><path>?<query>#<fragment>.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/ivoid",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/IdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://www.ivoa.net/documents/IVOAIdentifiers/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:ivoid ;\n literal:hasLiteralValue \"ivo://org.gavo.dc/~?flashheros/data/ca92/f0065.mt.\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The IVOA identifier (IVOID) is the identifier of resources within the resource registry (datasets, data access services, etc.) maintained by the International Virtual Observatory Alliance (IVOA)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "ivoid"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "These identifiers are RFC 3986-compliant URIs with a scheme of ivo. Thus, their generic form is: ivo://<authority><path>?<query>#<fragment>."
}
]
}
]<http://purl.org/spar/datacite/ivoid> <http://purl.org/spar/fabio/hasURL> "https://www.ivoa.net/documents/IVOAIdentifiers/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/ivoid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/ivoid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/ivoid> <http://www.w3.org/2004/02/skos/core#note> "These identifiers are RFC 3986-compliant URIs with a scheme of ivo. Thus, their generic form is: ivo://<authority><path>?<query>#<fragment>."@en .
<http://purl.org/spar/datacite/ivoid> <http://www.w3.org/2000/01/rdf-schema#comment> "The IVOA identifier (IVOID) is the identifier of resources within the resource registry (datasets, data access services, etc.) maintained by the International Virtual Observatory Alliance (IVOA)."@en .
<http://purl.org/spar/datacite/ivoid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/ivoid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/IdentifierScheme> .
<http://purl.org/spar/datacite/ivoid> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:ivoid ;\n literal:hasLiteralValue \"ivo://org.gavo.dc/~?flashheros/data/ca92/f0065.mt.\" .\n " .
<http://purl.org/spar/datacite/ivoid> <http://www.w3.org/2000/01/rdf-schema#label> "ivoid" .
IRI: http://purl.org/spar/datacite/jst
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:jst a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "jst"@en ;
vann:example """
:my-person-id
datacite:usesIdentifierScheme datacite:jst ;
literal:hasLiteralValue "200901000000000000" .
""" ;
rdfs:comment "The Japanese Science and Technology Agency (JST) identifier is a unique code assigned to scientific research products by the Japan Science and Technology Agency."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/jst">
<rdfs:comment xml:lang="en">The Japanese Science and Technology Agency (JST) identifier is a unique code assigned to scientific research products by the Japan Science and Technology Agency.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:label xml:lang="en">jst</rdfs:label>
<vann:example>
:my-person-id
datacite:usesIdentifierScheme datacite:jst ;
literal:hasLiteralValue "200901000000000000" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/jst",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person-id\n datacite:usesIdentifierScheme datacite:jst ;\n literal:hasLiteralValue \"200901000000000000\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Japanese Science and Technology Agency (JST) identifier is a unique code assigned to scientific research products by the Japan Science and Technology Agency."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "jst"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/jst> <http://purl.org/vocab/vann/example> "\n :my-person-id\n datacite:usesIdentifierScheme datacite:jst ;\n literal:hasLiteralValue \"200901000000000000\" .\n " .
<http://purl.org/spar/datacite/jst> <http://www.w3.org/2000/01/rdf-schema#label> "jst"@en .
<http://purl.org/spar/datacite/jst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/jst> <http://www.w3.org/2000/01/rdf-schema#comment> "The Japanese Science and Technology Agency (JST) identifier is a unique code assigned to scientific research products by the Japan Science and Technology Agency."@en .
<http://purl.org/spar/datacite/jst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/jst> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/jst> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/lattes
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:lattes a datacite:AgentIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "lattes"@en ;
fabio:hasURL "https://lattes.cnpq.br/"^^xsd:anyURI ;
vann:example """
:marcos-bagno-id
datacite:usesIdentifierScheme datacite:lattes ;
literal:hasLiteralValue "9975840620597737" .
""" ;
rdfs:comment "The Lattes Platform number is an identifier for a Lattes Platform entry related to a person or group."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A Lattes Platform number is resolvable from the following URL: http://lattes.cnpq.br/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/lattes">
<rdfs:label xml:lang="en">lattes</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/AgentIdentifierScheme"/>
<rdfs:comment xml:lang="en">The Lattes Platform number is an identifier for a Lattes Platform entry related to a person or group.</rdfs:comment>
<vann:example>
:marcos-bagno-id
datacite:usesIdentifierScheme datacite:lattes ;
literal:hasLiteralValue "9975840620597737" .
</vann:example>
<skos:note xml:lang="en">A Lattes Platform number is resolvable from the following URL: http://lattes.cnpq.br/<identifier>.</skos:note>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://lattes.cnpq.br/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/lattes",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/AgentIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://lattes.cnpq.br/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :marcos-bagno-id\n datacite:usesIdentifierScheme datacite:lattes ;\n literal:hasLiteralValue \"9975840620597737\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Lattes Platform number is an identifier for a Lattes Platform entry related to a person or group."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "lattes"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A Lattes Platform number is resolvable from the following URL: http://lattes.cnpq.br/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/lattes> <http://purl.org/spar/fabio/hasURL> "https://lattes.cnpq.br/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/lattes> <http://purl.org/vocab/vann/example> "\n :marcos-bagno-id\n datacite:usesIdentifierScheme datacite:lattes ;\n literal:hasLiteralValue \"9975840620597737\" .\n " .
<http://purl.org/spar/datacite/lattes> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/lattes> <http://www.w3.org/2000/01/rdf-schema#label> "lattes"@en .
<http://purl.org/spar/datacite/lattes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/lattes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/lattes> <http://www.w3.org/2000/01/rdf-schema#comment> "The Lattes Platform number is an identifier for a Lattes Platform entry related to a person or group."@en .
<http://purl.org/spar/datacite/lattes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/AgentIdentifierScheme> .
<http://purl.org/spar/datacite/lattes> <http://www.w3.org/2004/02/skos/core#note> "A Lattes Platform number is resolvable from the following URL: http://lattes.cnpq.br/<identifier>."@en .
IRI: http://purl.org/spar/datacite/linkedin
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:linkedin a datacite:AgentIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "linkedin"@en ;
fabio:hasURL "https://www.linkedin.com/"^^xsd:anyURI ;
vann:example """
:silvio-peroni-id
datacite:usesIdentifierScheme datacite:linkedin ;
literal:hasLiteralValue "essepuntato" .
""" ;
rdfs:comment "The LinkedIn personal profile identifier is an unique identifier assigned to a LinkedIn user."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A LinkedIn personal profile identifier is resolvable from the following URL: https://www.linkedin.com/in/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/linkedin">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">The LinkedIn personal profile identifier is an unique identifier assigned to a LinkedIn user.</rdfs:comment>
<rdfs:label xml:lang="en">linkedin</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/AgentIdentifierScheme"/>
<skos:note xml:lang="en">A LinkedIn personal profile identifier is resolvable from the following URL: https://www.linkedin.com/in/<identifier>.</skos:note>
<vann:example>
:silvio-peroni-id
datacite:usesIdentifierScheme datacite:linkedin ;
literal:hasLiteralValue "essepuntato" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.linkedin.com/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/linkedin",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/AgentIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://www.linkedin.com/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni-id\n datacite:usesIdentifierScheme datacite:linkedin ;\n literal:hasLiteralValue \"essepuntato\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The LinkedIn personal profile identifier is an unique identifier assigned to a LinkedIn user."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "linkedin"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A LinkedIn personal profile identifier is resolvable from the following URL: https://www.linkedin.com/in/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/linkedin> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/linkedin> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/linkedin> <http://www.w3.org/2004/02/skos/core#note> "A LinkedIn personal profile identifier is resolvable from the following URL: https://www.linkedin.com/in/<identifier>."@en .
<http://purl.org/spar/datacite/linkedin> <http://www.w3.org/2000/01/rdf-schema#comment> "The LinkedIn personal profile identifier is an unique identifier assigned to a LinkedIn user."@en .
<http://purl.org/spar/datacite/linkedin> <http://www.w3.org/2000/01/rdf-schema#label> "linkedin"@en .
<http://purl.org/spar/datacite/linkedin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/linkedin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/AgentIdentifierScheme> .
<http://purl.org/spar/datacite/linkedin> <http://purl.org/vocab/vann/example> "\n :silvio-peroni-id\n datacite:usesIdentifierScheme datacite:linkedin ;\n literal:hasLiteralValue \"essepuntato\" .\n " .
<http://purl.org/spar/datacite/linkedin> <http://purl.org/spar/fabio/hasURL> "https://www.linkedin.com/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
IRI: http://purl.org/spar/datacite/lissn
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:lissn a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "lissn"@en ;
fabio:hasURL "http://www.issn.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:lissn ;
literal:hasLiteralValue "1748-7188" .
""" ;
rdfs:comment "The Linking International Standard Serial Number (LISSN) is an identifier that connects different media versions of the same serial publication."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/lissn">
<rdfs:label xml:lang="en">lissn</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:comment xml:lang="en">The Linking International Standard Serial Number (LISSN) is an identifier that connects different media versions of the same serial publication.</rdfs:comment>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.issn.org/</fabio:hasURL>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:lissn ;
literal:hasLiteralValue "1748-7188" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/lissn",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.issn.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:lissn ;\n literal:hasLiteralValue \"1748-7188\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Linking International Standard Serial Number (LISSN) is an identifier that connects different media versions of the same serial publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "lissn"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/lissn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/lissn> <http://www.w3.org/2000/01/rdf-schema#label> "lissn"@en .
<http://purl.org/spar/datacite/lissn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/lissn> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:lissn ;\n literal:hasLiteralValue \"1748-7188\" .\n " .
<http://purl.org/spar/datacite/lissn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/lissn> <http://www.w3.org/2000/01/rdf-schema#comment> "The Linking International Standard Serial Number (LISSN) is an identifier that connects different media versions of the same serial publication."@en .
<http://purl.org/spar/datacite/lissn> <http://purl.org/spar/fabio/hasURL> "http://www.issn.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/lissn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
IRI: http://purl.org/spar/datacite/loc
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:loc a datacite:IdentifierScheme,
owl:NamedIndividual ;
rdfs:label "loc"@en ;
fabio:hasURL "https://id.loc.gov/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:loc ;
literal:hasLiteralValue "sh2010112128" .
""" ;
rdfs:comment "The Library of Congress (LoC) authority identifier is a unique identifier used for authority control in the Library of Congress."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A Library of Congress authority identifier is resolvable from the following URL: https://id.loc.gov/authorities/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/loc">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">loc</rdfs:label>
<rdfs:comment xml:lang="en">The Library of Congress (LoC) authority identifier is a unique identifier used for authority control in the Library of Congress.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:loc ;
literal:hasLiteralValue "sh2010112128" .
</vann:example>
<skos:note xml:lang="en">A Library of Congress authority identifier is resolvable from the following URL: https://id.loc.gov/authorities/<identifier>.</skos:note>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://id.loc.gov/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/loc",
"@type": [
"http://purl.org/spar/datacite/IdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://id.loc.gov/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:loc ;\n literal:hasLiteralValue \"sh2010112128\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Library of Congress (LoC) authority identifier is a unique identifier used for authority control in the Library of Congress."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "loc"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A Library of Congress authority identifier is resolvable from the following URL: https://id.loc.gov/authorities/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/loc> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/loc> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/loc> <http://purl.org/spar/fabio/hasURL> "https://id.loc.gov/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/loc> <http://www.w3.org/2000/01/rdf-schema#label> "loc"@en .
<http://purl.org/spar/datacite/loc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/loc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/IdentifierScheme> .
<http://purl.org/spar/datacite/loc> <http://www.w3.org/2000/01/rdf-schema#comment> "The Library of Congress (LoC) authority identifier is a unique identifier used for authority control in the Library of Congress."@en .
<http://purl.org/spar/datacite/loc> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:loc ;\n literal:hasLiteralValue \"sh2010112128\" .\n " .
<http://purl.org/spar/datacite/loc> <http://www.w3.org/2004/02/skos/core#note> "A Library of Congress authority identifier is resolvable from the following URL: https://id.loc.gov/authorities/<identifier>."@en .
IRI: http://purl.org/spar/datacite/local-funder-identifier-scheme
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:local-funder-identifier-scheme a datacite:FunderIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "local funder identifier scheme"@en ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:local-funder-identifier-scheme ;
literal:hasLiteralValue "EU35922" .
""" ;
rdfs:comment "A funder identifier scheme that provides local funder identifiers that are unique in their local environment and understood by the person submitting the metadata."@en ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/local-funder-identifier-scheme">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/FunderIdentifierScheme"/>
<rdfs:label xml:lang="en">local funder identifier scheme</rdfs:label>
<rdfs:comment xml:lang="en">A funder identifier scheme that provides local funder identifiers that are unique in their local environment and understood by the person submitting the metadata.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:local-funder-identifier-scheme ;
literal:hasLiteralValue "EU35922" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/local-funder-identifier-scheme",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/FunderIdentifierScheme"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:local-funder-identifier-scheme ;\n literal:hasLiteralValue \"EU35922\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A funder identifier scheme that provides local funder identifiers that are unique in their local environment and understood by the person submitting the metadata."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "local funder identifier scheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/local-funder-identifier-scheme> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:local-funder-identifier-scheme ;\n literal:hasLiteralValue \"EU35922\" .\n " .
<http://purl.org/spar/datacite/local-funder-identifier-scheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/local-funder-identifier-scheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/local-funder-identifier-scheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/FunderIdentifierScheme> .
<http://purl.org/spar/datacite/local-funder-identifier-scheme> <http://www.w3.org/2000/01/rdf-schema#label> "local funder identifier scheme"@en .
<http://purl.org/spar/datacite/local-funder-identifier-scheme> <http://www.w3.org/2000/01/rdf-schema#comment> "A funder identifier scheme that provides local funder identifiers that are unique in their local environment and understood by the person submitting the metadata."@en .
IRI: http://purl.org/spar/datacite/local-organization-identifier-scheme
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:local-organization-identifier-scheme a datacite:OrganizationIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "local organization identifier scheme"@en ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:local-organization-identifier-scheme ;
literal:hasLiteralValue "GH-7775" .
""" ;
rdfs:comment "An organization identifier scheme that provides local organization identifiers that are unique in their local environment and understood by the person submitting the metadata."@en ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/local-organization-identifier-scheme">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/OrganizationIdentifierScheme"/>
<rdfs:label xml:lang="en">local organization identifier scheme</rdfs:label>
<rdfs:comment xml:lang="en">An organization identifier scheme that provides local organization identifiers that are unique in their local environment and understood by the person submitting the metadata.</rdfs:comment>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:local-organization-identifier-scheme ;
literal:hasLiteralValue "GH-7775" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/local-organization-identifier-scheme",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/OrganizationIdentifierScheme"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:local-organization-identifier-scheme ;\n literal:hasLiteralValue \"GH-7775\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An organization identifier scheme that provides local organization identifiers that are unique in their local environment and understood by the person submitting the metadata."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "local organization identifier scheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/local-organization-identifier-scheme> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:local-organization-identifier-scheme ;\n literal:hasLiteralValue \"GH-7775\" .\n " .
<http://purl.org/spar/datacite/local-organization-identifier-scheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/local-organization-identifier-scheme> <http://www.w3.org/2000/01/rdf-schema#label> "local organization identifier scheme"@en .
<http://purl.org/spar/datacite/local-organization-identifier-scheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/local-organization-identifier-scheme> <http://www.w3.org/2000/01/rdf-schema#comment> "An organization identifier scheme that provides local organization identifiers that are unique in their local environment and understood by the person submitting the metadata."@en .
<http://purl.org/spar/datacite/local-organization-identifier-scheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/OrganizationIdentifierScheme> .
IRI: http://purl.org/spar/datacite/local-personal-identifier-scheme
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:local-personal-identifier-scheme a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "local personal identifier scheme"@en ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:local-personal-identifier-scheme ;
literal:hasLiteralValue "GTSBBR85K932P23H" .
""" ;
rdfs:comment "A personal identifier scheme that provides local personal identifiers that are unique in their local environment and understood by the person submitting the metadata."@en ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/local-personal-identifier-scheme">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:comment xml:lang="en">A personal identifier scheme that provides local personal identifiers that are unique in their local environment and understood by the person submitting the metadata.</rdfs:comment>
<rdfs:label xml:lang="en">local personal identifier scheme</rdfs:label>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:local-personal-identifier-scheme ;
literal:hasLiteralValue "GTSBBR85K932P23H" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/local-personal-identifier-scheme",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:local-personal-identifier-scheme ;\n literal:hasLiteralValue \"GTSBBR85K932P23H\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A personal identifier scheme that provides local personal identifiers that are unique in their local environment and understood by the person submitting the metadata."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "local personal identifier scheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/local-personal-identifier-scheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/local-personal-identifier-scheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/local-personal-identifier-scheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/local-personal-identifier-scheme> <http://www.w3.org/2000/01/rdf-schema#comment> "A personal identifier scheme that provides local personal identifiers that are unique in their local environment and understood by the person submitting the metadata."@en .
<http://purl.org/spar/datacite/local-personal-identifier-scheme> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:local-personal-identifier-scheme ;\n literal:hasLiteralValue \"GTSBBR85K932P23H\" .\n " .
<http://purl.org/spar/datacite/local-personal-identifier-scheme> <http://www.w3.org/2000/01/rdf-schema#label> "local personal identifier scheme"@en .
IRI: http://purl.org/spar/datacite/local-resource-identifier-scheme
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:local-resource-identifier-scheme a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "local resource identifier scheme"@en ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:local-resource-identifier-scheme ;
literal:hasLiteralValue "ZZ84555back" .
""" ;
rdfs:comment "A resource identifier scheme that provides local resource identifiers that are unique in their local environment and understood by the person submitting the metadata."@en ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/local-resource-identifier-scheme">
<rdfs:comment xml:lang="en">A resource identifier scheme that provides local resource identifiers that are unique in their local environment and understood by the person submitting the metadata.</rdfs:comment>
<rdfs:label xml:lang="en">local resource identifier scheme</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:local-resource-identifier-scheme ;
literal:hasLiteralValue "ZZ84555back" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/local-resource-identifier-scheme",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:local-resource-identifier-scheme ;\n literal:hasLiteralValue \"ZZ84555back\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A resource identifier scheme that provides local resource identifiers that are unique in their local environment and understood by the person submitting the metadata."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "local resource identifier scheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/local-resource-identifier-scheme> <http://www.w3.org/2000/01/rdf-schema#comment> "A resource identifier scheme that provides local resource identifiers that are unique in their local environment and understood by the person submitting the metadata."@en .
<http://purl.org/spar/datacite/local-resource-identifier-scheme> <http://www.w3.org/2000/01/rdf-schema#label> "local resource identifier scheme"@en .
<http://purl.org/spar/datacite/local-resource-identifier-scheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/local-resource-identifier-scheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/local-resource-identifier-scheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/local-resource-identifier-scheme> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:local-resource-identifier-scheme ;\n literal:hasLiteralValue \"ZZ84555back\" .\n " .
IRI: http://purl.org/spar/datacite/lsid
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:lsid a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "lsid"@en ;
fabio:hasURL "http://www.ibm.com/developerworks/opensource/library/os-lsidbp/"^^xsd:anyURI ;
vann:example """
:gustav-dirichlet-id
datacite:usesIdentifierScheme datacite:math-genealogy ;
literal:hasLiteralValue "17946" .
""" ;
rdfs:comment "The Life Science Identifier (LSID) is a unique identifier used for uniquely naming significant resources in the biology domain."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/lsid">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:label xml:lang="en">lsid</rdfs:label>
<rdfs:comment xml:lang="en">The Life Science Identifier (LSID) is a unique identifier used for uniquely naming significant resources in the biology domain.</rdfs:comment>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ibm.com/developerworks/opensource/library/os-lsidbp/</fabio:hasURL>
<vann:example>
:gustav-dirichlet-id
datacite:usesIdentifierScheme datacite:math-genealogy ;
literal:hasLiteralValue "17946" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/lsid",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.ibm.com/developerworks/opensource/library/os-lsidbp/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :gustav-dirichlet-id\n datacite:usesIdentifierScheme datacite:math-genealogy ;\n literal:hasLiteralValue \"17946\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Life Science Identifier (LSID) is a unique identifier used for uniquely naming significant resources in the biology domain."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "lsid"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/lsid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/lsid> <http://purl.org/vocab/vann/example> "\n :gustav-dirichlet-id\n datacite:usesIdentifierScheme datacite:math-genealogy ;\n literal:hasLiteralValue \"17946\" .\n " .
<http://purl.org/spar/datacite/lsid> <http://purl.org/spar/fabio/hasURL> "http://www.ibm.com/developerworks/opensource/library/os-lsidbp/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/lsid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/lsid> <http://www.w3.org/2000/01/rdf-schema#label> "lsid"@en .
<http://purl.org/spar/datacite/lsid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/lsid> <http://www.w3.org/2000/01/rdf-schema#comment> "The Life Science Identifier (LSID) is a unique identifier used for uniquely naming significant resources in the biology domain."@en .
<http://purl.org/spar/datacite/lsid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
IRI: http://purl.org/spar/datacite/math-genealogy
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:math-genealogy a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "math genealogy"@en ;
fabio:hasURL "https://mathgenealogy.org/"^^xsd:anyURI ;
vann:example """
:gustav-dirichlet-id
datacite:usesIdentifierScheme datacite:math-genealogy ;
literal:hasLiteralValue "17946" .
""" ;
rdfs:comment "The Mathematics Genealogy Project identifier is an identifier for mathematicians and computer scientists at the Mathematics Genealogy Project."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A Mathematics Genealogy Project identifier is resolvable from the following URL: https://mathgenealogy.org/id.php?id=<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/math-genealogy">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">math genealogy</rdfs:label>
<rdfs:comment xml:lang="en">The Mathematics Genealogy Project identifier is an identifier for mathematicians and computer scientists at the Mathematics Genealogy Project.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<vann:example>
:gustav-dirichlet-id
datacite:usesIdentifierScheme datacite:math-genealogy ;
literal:hasLiteralValue "17946" .
</vann:example>
<skos:note xml:lang="en">A Mathematics Genealogy Project identifier is resolvable from the following URL: https://mathgenealogy.org/id.php?id=<identifier>.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://mathgenealogy.org/</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/math-genealogy",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://mathgenealogy.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :gustav-dirichlet-id\n datacite:usesIdentifierScheme datacite:math-genealogy ;\n literal:hasLiteralValue \"17946\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Mathematics Genealogy Project identifier is an identifier for mathematicians and computer scientists at the Mathematics Genealogy Project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "math genealogy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A Mathematics Genealogy Project identifier is resolvable from the following URL: https://mathgenealogy.org/id.php?id=<identifier>."
}
]
}
]<http://purl.org/spar/datacite/math-genealogy> <http://purl.org/spar/fabio/hasURL> "https://mathgenealogy.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/math-genealogy> <http://purl.org/vocab/vann/example> "\n :gustav-dirichlet-id\n datacite:usesIdentifierScheme datacite:math-genealogy ;\n literal:hasLiteralValue \"17946\" .\n " .
<http://purl.org/spar/datacite/math-genealogy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/math-genealogy> <http://www.w3.org/2000/01/rdf-schema#label> "math genealogy"@en .
<http://purl.org/spar/datacite/math-genealogy> <http://www.w3.org/2000/01/rdf-schema#comment> "The Mathematics Genealogy Project identifier is an identifier for mathematicians and computer scientists at the Mathematics Genealogy Project."@en .
<http://purl.org/spar/datacite/math-genealogy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/math-genealogy> <http://www.w3.org/2004/02/skos/core#note> "A Mathematics Genealogy Project identifier is resolvable from the following URL: https://mathgenealogy.org/id.php?id=<identifier>."@en .
<http://purl.org/spar/datacite/math-genealogy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/math-genealogy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
IRI: http://purl.org/spar/datacite/methods
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:methods a datacite:DescriptionType,
owl:NamedIndividual ;
rdfs:label "methods"@en ;
vann:example """
:my-resource-additional-info
datacite:hasDescriptionType datacite:methods .
""" ;
vaem:rationale """
This is used to represent the description type "Methods".
"""@en ;
rdfs:comment "A description in a research paper documenting the specialized methods used in the work described."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:seeAlso <http://purl.org/spar/deo/Methods> ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/methods">
<rdfs:comment xml:lang="en">A description in a research paper documenting the specialized methods used in the work described.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/DescriptionType"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/deo/Methods"/>
<rdfs:label xml:lang="en">methods</rdfs:label>
<vann:example>
:my-resource-additional-info
datacite:hasDescriptionType datacite:methods .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to represent the description type "Methods".
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/methods",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/DescriptionType"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:methods .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent the description type \"Methods\".\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A description in a research paper documenting the specialized methods used in the work described."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "methods"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/deo/Methods"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/methods> <http://www.w3.org/2000/01/rdf-schema#comment> "A description in a research paper documenting the specialized methods used in the work described."@en .
<http://purl.org/spar/datacite/methods> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/methods> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/DescriptionType> .
<http://purl.org/spar/datacite/methods> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/methods> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/methods> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent the description type \"Methods\".\n "@en .
<http://purl.org/spar/datacite/methods> <http://purl.org/vocab/vann/example> "\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:methods .\n " .
<http://purl.org/spar/datacite/methods> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/deo/Methods> .
<http://purl.org/spar/datacite/methods> <http://www.w3.org/2000/01/rdf-schema#label> "methods"@en .
IRI: http://purl.org/spar/datacite/national-insurance-number
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:national-insurance-number a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "national insurance number"@en ;
vann:example """
:my-person-id
datacite:usesIdentifierScheme datacite:national-insurance-number ;
literal:hasLiteralValue "QQ123456C" .
""" ;
rdfs:comment "The United Kingdom National Insurance Number is a code used to uniquely identify in the tax system, banking, social welfare, online government services and electoral registration."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/national-insurance-number">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:comment xml:lang="en">The United Kingdom National Insurance Number is a code used to uniquely identify in the tax system, banking, social welfare, online government services and electoral registration.</rdfs:comment>
<rdfs:label xml:lang="en">national insurance number</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vann:example>
:my-person-id
datacite:usesIdentifierScheme datacite:national-insurance-number ;
literal:hasLiteralValue "QQ123456C" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/national-insurance-number",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person-id\n datacite:usesIdentifierScheme datacite:national-insurance-number ;\n literal:hasLiteralValue \"QQ123456C\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The United Kingdom National Insurance Number is a code used to uniquely identify in the tax system, banking, social welfare, online government services and electoral registration."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "national insurance number"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/national-insurance-number> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/national-insurance-number> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/national-insurance-number> <http://www.w3.org/2000/01/rdf-schema#label> "national insurance number"@en .
<http://purl.org/spar/datacite/national-insurance-number> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/national-insurance-number> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/national-insurance-number> <http://purl.org/vocab/vann/example> "\n :my-person-id\n datacite:usesIdentifierScheme datacite:national-insurance-number ;\n literal:hasLiteralValue \"QQ123456C\" .\n " .
<http://purl.org/spar/datacite/national-insurance-number> <http://www.w3.org/2000/01/rdf-schema#comment> "The United Kingdom National Insurance Number is a code used to uniquely identify in the tax system, banking, social welfare, online government services and electoral registration."@en .
IRI: http://purl.org/spar/datacite/nihmsid
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:nihmsid a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "nihmsid"@en ;
fabio:hasURL "http://nexus.od.nih.gov/all/2009/09/01/nih-public-access-update-clarifying-use-of-the-nih-manuscript-submission-id-nihmsid/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:nihmsid ;
literal:hasLiteralValue "NIHMS44135" .
""" ;
rdfs:comment "The NIH Manuscript Submission Identifier (NIHMSID) is a preliminary article identifier that applies only to manuscripts deposited through the NIHMS system."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/nihmsid">
<rdfs:label xml:lang="en">nihmsid</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The NIH Manuscript Submission Identifier (NIHMSID) is a preliminary article identifier that applies only to manuscripts deposited through the NIHMS system.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:nihmsid ;
literal:hasLiteralValue "NIHMS44135" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://nexus.od.nih.gov/all/2009/09/01/nih-public-access-update-clarifying-use-of-the-nih-manuscript-submission-id-nihmsid/</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/nihmsid",
"@type": [
"http://purl.org/spar/datacite/ResourceIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://nexus.od.nih.gov/all/2009/09/01/nih-public-access-update-clarifying-use-of-the-nih-manuscript-submission-id-nihmsid/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:nihmsid ;\n literal:hasLiteralValue \"NIHMS44135\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The NIH Manuscript Submission Identifier (NIHMSID) is a preliminary article identifier that applies only to manuscripts deposited through the NIHMS system."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "nihmsid"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/nihmsid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/nihmsid> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:nihmsid ;\n literal:hasLiteralValue \"NIHMS44135\" .\n " .
<http://purl.org/spar/datacite/nihmsid> <http://www.w3.org/2000/01/rdf-schema#label> "nihmsid"@en .
<http://purl.org/spar/datacite/nihmsid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/nihmsid> <http://www.w3.org/2000/01/rdf-schema#comment> "The NIH Manuscript Submission Identifier (NIHMSID) is a preliminary article identifier that applies only to manuscripts deposited through the NIHMS system."@en .
<http://purl.org/spar/datacite/nihmsid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/nihmsid> <http://purl.org/spar/fabio/hasURL> "http://nexus.od.nih.gov/all/2009/09/01/nih-public-access-update-clarifying-use-of-the-nih-manuscript-submission-id-nihmsid/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/nihmsid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/datacite/nii
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:nii a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "nii"@en ;
vann:example """
:shizumu-nomura-id
datacite:usesIdentifierScheme datacite:nii ;
literal:hasLiteralValue "9000363887724" .
""" ;
rdfs:comment "The National Individual Identifier (NII) is a unique number assigned to citizens, residents and visitors for tracking and verification purposes."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/nii">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">The National Individual Identifier (NII) is a unique number assigned to citizens, residents and visitors for tracking and verification purposes.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:label xml:lang="en">nii</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:shizumu-nomura-id
datacite:usesIdentifierScheme datacite:nii ;
literal:hasLiteralValue "9000363887724" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/nii",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :shizumu-nomura-id\n datacite:usesIdentifierScheme datacite:nii ;\n literal:hasLiteralValue \"9000363887724\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The National Individual Identifier (NII) is a unique number assigned to citizens, residents and visitors for tracking and verification purposes."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "nii"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/nii> <http://purl.org/vocab/vann/example> "\n :shizumu-nomura-id\n datacite:usesIdentifierScheme datacite:nii ;\n literal:hasLiteralValue \"9000363887724\" .\n " .
<http://purl.org/spar/datacite/nii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/nii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/nii> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/nii> <http://www.w3.org/2000/01/rdf-schema#comment> "The National Individual Identifier (NII) is a unique number assigned to citizens, residents and visitors for tracking and verification purposes."@en .
<http://purl.org/spar/datacite/nii> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/nii> <http://www.w3.org/2000/01/rdf-schema#label> "nii"@en .
IRI: http://purl.org/spar/datacite/oci
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:oci a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "oci"@en ;
fabio:hasURL "https://registry.identifiers.org/registry/oci"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:oci ;
literal:hasLiteralValue "06101801781-06180334099" .
""" ;
rdfs:comment "The Open Citation Identifier (OCI) is a persistent identifier for bibliographic citations, created and maintained by OpenCitations (http://opencitations.net)."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/oci">
<rdfs:comment xml:lang="en">The Open Citation Identifier (OCI) is a persistent identifier for bibliographic citations, created and maintained by OpenCitations (http://opencitations.net).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:label xml:lang="en">oci</rdfs:label>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:oci ;
literal:hasLiteralValue "06101801781-06180334099" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://registry.identifiers.org/registry/oci</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/oci",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://registry.identifiers.org/registry/oci"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:oci ;\n literal:hasLiteralValue \"06101801781-06180334099\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Open Citation Identifier (OCI) is a persistent identifier for bibliographic citations, created and maintained by OpenCitations (http://opencitations.net)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "oci"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/oci> <http://www.w3.org/2000/01/rdf-schema#comment> "The Open Citation Identifier (OCI) is a persistent identifier for bibliographic citations, created and maintained by OpenCitations (http://opencitations.net)."@en .
<http://purl.org/spar/datacite/oci> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:oci ;\n literal:hasLiteralValue \"06101801781-06180334099\" .\n " .
<http://purl.org/spar/datacite/oci> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/oci> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/oci> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/oci> <http://www.w3.org/2000/01/rdf-schema#label> "oci"@en .
<http://purl.org/spar/datacite/oci> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/oci> <http://purl.org/spar/fabio/hasURL> "https://registry.identifiers.org/registry/oci"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
IRI: http://purl.org/spar/datacite/oclc
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:oclc a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "oclc"@en ;
fabio:hasURL "https://www.worldcat.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:oclc ;
literal:hasLiteralValue "1587443818" .
""" ;
rdfs:comment "The OCLC control number is a unique identifier assigned by OCLC to each bibliographic record input into WorldCat."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "An OCLC control number is resolvable from the following URL: https://www.worldcat.org/oclc/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/oclc">
<rdfs:label xml:lang="en">oclc</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:comment xml:lang="en">The OCLC control number is a unique identifier assigned by OCLC to each bibliographic record input into WorldCat.</rdfs:comment>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.worldcat.org/</fabio:hasURL>
<skos:note xml:lang="en">An OCLC control number is resolvable from the following URL: https://www.worldcat.org/oclc/<identifier>.</skos:note>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:oclc ;
literal:hasLiteralValue "1587443818" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/oclc",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://www.worldcat.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:oclc ;\n literal:hasLiteralValue \"1587443818\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The OCLC control number is a unique identifier assigned by OCLC to each bibliographic record input into WorldCat."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "oclc"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "An OCLC control number is resolvable from the following URL: https://www.worldcat.org/oclc/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/oclc> <http://www.w3.org/2000/01/rdf-schema#label> "oclc"@en .
<http://purl.org/spar/datacite/oclc> <http://purl.org/spar/fabio/hasURL> "https://www.worldcat.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/oclc> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/oclc> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:oclc ;\n literal:hasLiteralValue \"1587443818\" .\n " .
<http://purl.org/spar/datacite/oclc> <http://www.w3.org/2004/02/skos/core#note> "An OCLC control number is resolvable from the following URL: https://www.worldcat.org/oclc/<identifier>."@en .
<http://purl.org/spar/datacite/oclc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/oclc> <http://www.w3.org/2000/01/rdf-schema#comment> "The OCLC control number is a unique identifier assigned by OCLC to each bibliographic record input into WorldCat."@en .
<http://purl.org/spar/datacite/oclc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/oclc> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/omid
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:omid a datacite:IdentifierScheme,
owl:NamedIndividual ;
rdfs:label "omid" ;
fabio:hasURL "https://registry.identifiers.org/registry/omid"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:omid ;
literal:hasLiteralValue "br/06101801781" .
""" ;
rdfs:comment "The OpenCitations Meta Identifier (OMID) is a persistent identifier for bibliographic resources, created and maintained by OpenCitations (http://opencitations.net)."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "The OMID is structured as follows: [[entity_type_abbreviation]]/[[supplier_prefix]][[sequential_number]] (e.g. \"br/0601\", where \"br\" is the entity type, \"060\" is the supplier prefix, and \"1\" is the sequential number)."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/omid">
<rdfs:label>omid</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<rdfs:comment xml:lang="en">The OpenCitations Meta Identifier (OMID) is a persistent identifier for bibliographic resources, created and maintained by OpenCitations (http://opencitations.net).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<skos:note xml:lang="en">The OMID is structured as follows: [[entity_type_abbreviation]]/[[supplier_prefix]][[sequential_number]] (e.g. "br/0601", where "br" is the entity type, "060" is the supplier prefix, and "1" is the sequential number).</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://registry.identifiers.org/registry/omid</fabio:hasURL>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:omid ;
literal:hasLiteralValue "br/06101801781" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/omid",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/IdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://registry.identifiers.org/registry/omid"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:omid ;\n literal:hasLiteralValue \"br/06101801781\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The OpenCitations Meta Identifier (OMID) is a persistent identifier for bibliographic resources, created and maintained by OpenCitations (http://opencitations.net)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "omid"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "The OMID is structured as follows: [[entity_type_abbreviation]]/[[supplier_prefix]][[sequential_number]] (e.g. \"br/0601\", where \"br\" is the entity type, \"060\" is the supplier prefix, and \"1\" is the sequential number)."
}
]
}
]<http://purl.org/spar/datacite/omid> <http://www.w3.org/2000/01/rdf-schema#label> "omid" .
<http://purl.org/spar/datacite/omid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/omid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/IdentifierScheme> .
<http://purl.org/spar/datacite/omid> <http://www.w3.org/2000/01/rdf-schema#comment> "The OpenCitations Meta Identifier (OMID) is a persistent identifier for bibliographic resources, created and maintained by OpenCitations (http://opencitations.net)."@en .
<http://purl.org/spar/datacite/omid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/omid> <http://purl.org/spar/fabio/hasURL> "https://registry.identifiers.org/registry/omid"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/omid> <http://www.w3.org/2004/02/skos/core#note> "The OMID is structured as follows: [[entity_type_abbreviation]]/[[supplier_prefix]][[sequential_number]] (e.g. \"br/0601\", where \"br\" is the entity type, \"060\" is the supplier prefix, and \"1\" is the sequential number)."@en .
<http://purl.org/spar/datacite/omid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/omid> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:omid ;\n literal:hasLiteralValue \"br/06101801781\" .\n " .
IRI: http://purl.org/spar/datacite/openalex
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:openalex a datacite:IdentifierScheme,
owl:NamedIndividual ;
rdfs:label "OpenAlex ID"@en ;
fabio:hasURL "https://docs.openalex.org/about-the-data"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:openalex ;
literal:hasLiteralValue "w1995055324" .
""" ;
rdfs:comment "The OpenAlex ID is a unique identifier assigned to each entity included in OpenAlex."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "An OpenAlex ID has two parts. The first part is the base, that is always https://openalex.org/. The second part is the key, i.e. the unique primary key that identifies a given resource in our database. The key starts with a letter that tells us the kind of entity: W(ork), A(uthor), V(enue), I(nstitution), or C(oncept). In addition, the IDs are not case-sensitive, so w2741809807 is just as valid as W2741809807."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/openalex">
<rdfs:comment xml:lang="en">The OpenAlex ID is a unique identifier assigned to each entity included in OpenAlex.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<rdfs:label xml:lang="en">OpenAlex ID</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:openalex ;
literal:hasLiteralValue "w1995055324" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://docs.openalex.org/about-the-data</fabio:hasURL>
<skos:note xml:lang="en">An OpenAlex ID has two parts. The first part is the base, that is always https://openalex.org/. The second part is the key, i.e. the unique primary key that identifies a given resource in our database. The key starts with a letter that tells us the kind of entity: W(ork), A(uthor), V(enue), I(nstitution), or C(oncept). In addition, the IDs are not case-sensitive, so w2741809807 is just as valid as W2741809807.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/openalex",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/IdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://docs.openalex.org/about-the-data"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:openalex ;\n literal:hasLiteralValue \"w1995055324\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The OpenAlex ID is a unique identifier assigned to each entity included in OpenAlex."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "OpenAlex ID"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "An OpenAlex ID has two parts. The first part is the base, that is always https://openalex.org/. The second part is the key, i.e. the unique primary key that identifies a given resource in our database. The key starts with a letter that tells us the kind of entity: W(ork), A(uthor), V(enue), I(nstitution), or C(oncept). In addition, the IDs are not case-sensitive, so w2741809807 is just as valid as W2741809807."
}
]
}
]<http://purl.org/spar/datacite/openalex> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/openalex> <http://www.w3.org/2000/01/rdf-schema#comment> "The OpenAlex ID is a unique identifier assigned to each entity included in OpenAlex."@en .
<http://purl.org/spar/datacite/openalex> <http://purl.org/spar/fabio/hasURL> "https://docs.openalex.org/about-the-data"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/openalex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/openalex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/IdentifierScheme> .
<http://purl.org/spar/datacite/openalex> <http://www.w3.org/2004/02/skos/core#note> "An OpenAlex ID has two parts. The first part is the base, that is always https://openalex.org/. The second part is the key, i.e. the unique primary key that identifies a given resource in our database. The key starts with a letter that tells us the kind of entity: W(ork), A(uthor), V(enue), I(nstitution), or C(oncept). In addition, the IDs are not case-sensitive, so w2741809807 is just as valid as W2741809807."@en .
<http://purl.org/spar/datacite/openalex> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:openalex ;\n literal:hasLiteralValue \"w1995055324\" .\n " .
<http://purl.org/spar/datacite/openalex> <http://www.w3.org/2000/01/rdf-schema#label> "OpenAlex ID"@en .
<http://purl.org/spar/datacite/openalex> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
IRI: http://purl.org/spar/datacite/opendoar
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:opendoar a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "opendoar" ;
fabio:hasURL "https://opendoar.ac.uk/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:opendoar ;
literal:hasLiteralValue "https://opendoar.ac.uk/repository/731" .
""" ;
rdfs:comment "The Directory of Open Access Repositories (OpenDOAR) is a service that lists open access repositories, and uses numerical internal identifiers to store their record."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/opendoar">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:label>opendoar</rdfs:label>
<rdfs:comment xml:lang="en">The Directory of Open Access Repositories (OpenDOAR) is a service that lists open access repositories, and uses numerical internal identifiers to store their record.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:opendoar ;
literal:hasLiteralValue "https://opendoar.ac.uk/repository/731" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://opendoar.ac.uk/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/opendoar",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://opendoar.ac.uk/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:opendoar ;\n literal:hasLiteralValue \"https://opendoar.ac.uk/repository/731\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Directory of Open Access Repositories (OpenDOAR) is a service that lists open access repositories, and uses numerical internal identifiers to store their record."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "opendoar"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/opendoar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/opendoar> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/opendoar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/opendoar> <http://www.w3.org/2000/01/rdf-schema#label> "opendoar" .
<http://purl.org/spar/datacite/opendoar> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:opendoar ;\n literal:hasLiteralValue \"https://opendoar.ac.uk/repository/731\" .\n " .
<http://purl.org/spar/datacite/opendoar> <http://www.w3.org/2000/01/rdf-schema#comment> "The Directory of Open Access Repositories (OpenDOAR) is a service that lists open access repositories, and uses numerical internal identifiers to store their record."@en .
<http://purl.org/spar/datacite/opendoar> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/opendoar> <http://purl.org/spar/fabio/hasURL> "https://opendoar.ac.uk/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
IRI: http://purl.org/spar/datacite/openid
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:openid a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "openid"@en ;
fabio:hasURL "http://openid.net/foundation/"^^xsd:anyURI ;
rdfs:comment "OpenID is an open standard that describes how users can be authenticated in a decentralized manner, eliminating the need for centralized registration services."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/openid">
<rdfs:comment xml:lang="en">OpenID is an open standard that describes how users can be authenticated in a decentralized manner, eliminating the need for centralized registration services.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:label xml:lang="en">openid</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://openid.net/foundation/</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/openid",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://openid.net/foundation/"
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "OpenID is an open standard that describes how users can be authenticated in a decentralized manner, eliminating the need for centralized registration services."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "openid"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/openid> <http://purl.org/spar/fabio/hasURL> "http://openid.net/foundation/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/openid> <http://www.w3.org/2000/01/rdf-schema#comment> "OpenID is an open standard that describes how users can be authenticated in a decentralized manner, eliminating the need for centralized registration services."@en .
<http://purl.org/spar/datacite/openid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/openid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/openid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/openid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/openid> <http://www.w3.org/2000/01/rdf-schema#label> "openid"@en .
IRI: http://purl.org/spar/datacite/orcid
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:orcid a datacite:AgentIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "orcid"@en ;
fabio:hasURL "http://orcid.org/"^^xsd:anyURI ;
vann:example """
:david-shotton-id
datacite:usesIdentifierScheme datacite:orcid ;
literal:hasLiteralValue "0000-0001-5506-523X" .
""" ;
rdfs:comment "The Open Researcher and Contributor Identifier (ORCID) is a unique identifier for individuals to use as they engage in research, scholarship, and innovation activities."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "An ORCID is resolvable from the following URL: http://orcid.org/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/orcid">
<rdf:type rdf:resource="http://purl.org/spar/datacite/AgentIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The Open Researcher and Contributor Identifier (ORCID) is a unique identifier for individuals to use as they engage in research, scholarship, and innovation activities.</rdfs:comment>
<rdfs:label xml:lang="en">orcid</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vann:example>
:david-shotton-id
datacite:usesIdentifierScheme datacite:orcid ;
literal:hasLiteralValue "0000-0001-5506-523X" .
</vann:example>
<skos:note xml:lang="en">An ORCID is resolvable from the following URL: http://orcid.org/<identifier>.</skos:note>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://orcid.org/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/orcid",
"@type": [
"http://purl.org/spar/datacite/AgentIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://orcid.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton-id\n datacite:usesIdentifierScheme datacite:orcid ;\n literal:hasLiteralValue \"0000-0001-5506-523X\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Open Researcher and Contributor Identifier (ORCID) is a unique identifier for individuals to use as they engage in research, scholarship, and innovation activities."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "orcid"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "An ORCID is resolvable from the following URL: http://orcid.org/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/orcid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/AgentIdentifierScheme> .
<http://purl.org/spar/datacite/orcid> <http://www.w3.org/2000/01/rdf-schema#comment> "The Open Researcher and Contributor Identifier (ORCID) is a unique identifier for individuals to use as they engage in research, scholarship, and innovation activities."@en .
<http://purl.org/spar/datacite/orcid> <http://www.w3.org/2000/01/rdf-schema#label> "orcid"@en .
<http://purl.org/spar/datacite/orcid> <http://purl.org/vocab/vann/example> "\n :david-shotton-id\n datacite:usesIdentifierScheme datacite:orcid ;\n literal:hasLiteralValue \"0000-0001-5506-523X\" .\n " .
<http://purl.org/spar/datacite/orcid> <http://purl.org/spar/fabio/hasURL> "http://orcid.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/orcid> <http://www.w3.org/2004/02/skos/core#note> "An ORCID is resolvable from the following URL: http://orcid.org/<identifier>."@en .
<http://purl.org/spar/datacite/orcid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/orcid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/orcid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
IRI: http://purl.org/spar/datacite/other
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:other a datacite:DescriptionType,
owl:NamedIndividual ;
rdfs:label "other"@en ;
vann:example """
:my-resource-additional-info
datacite:hasDescriptionType datacite:other .
""" ;
vaem:rationale """
This is used to represent the description type "Other".
"""@en ;
rdfs:comment "A catch-all description type required by the DataCite Metadata Schema to characterize description types that are not abstracts, series information or tables of content."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/other">
<rdfs:label xml:lang="en">other</rdfs:label>
<rdfs:comment xml:lang="en">A catch-all description type required by the DataCite Metadata Schema to characterize description types that are not abstracts, series information or tables of content.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/DescriptionType"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-additional-info
datacite:hasDescriptionType datacite:other .
</vann:example>
<vaem:rationale xml:lang="en">
This is used to represent the description type "Other".
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/other",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/DescriptionType"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:other .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent the description type \"Other\".\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A catch-all description type required by the DataCite Metadata Schema to characterize description types that are not abstracts, series information or tables of content."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "other"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/other> <http://www.w3.org/2000/01/rdf-schema#label> "other"@en .
<http://purl.org/spar/datacite/other> <http://www.w3.org/2000/01/rdf-schema#comment> "A catch-all description type required by the DataCite Metadata Schema to characterize description types that are not abstracts, series information or tables of content."@en .
<http://purl.org/spar/datacite/other> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/other> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/DescriptionType> .
<http://purl.org/spar/datacite/other> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/other> <http://purl.org/vocab/vann/example> "\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:other .\n " .
<http://purl.org/spar/datacite/other> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent the description type \"Other\".\n "@en .
<http://purl.org/spar/datacite/other> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
IRI: http://purl.org/spar/datacite/pii
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:pii a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "pii"@en ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:pii ;
literal:hasLiteralValue "S0960-894X(96)00515-X" .
""" ;
rdfs:comment "The Publisher Item Identifier is a unique identifier used by several scientific journal publishers to identify documents."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:seeAlso <http://en.wikipedia.org/wiki/Publisher_Item_Identifier> ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/pii">
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">pii</rdfs:label>
<rdfs:comment xml:lang="en">The Publisher Item Identifier is a unique identifier used by several scientific journal publishers to identify documents.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://en.wikipedia.org/wiki/Publisher_Item_Identifier"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:pii ;
literal:hasLiteralValue "S0960-894X(96)00515-X" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/pii",
"@type": [
"http://purl.org/spar/datacite/ResourceIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:pii ;\n literal:hasLiteralValue \"S0960-894X(96)00515-X\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Publisher Item Identifier is a unique identifier used by several scientific journal publishers to identify documents."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "pii"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://en.wikipedia.org/wiki/Publisher_Item_Identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/pii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/pii> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/pii> <http://www.w3.org/2000/01/rdf-schema#label> "pii"@en .
<http://purl.org/spar/datacite/pii> <http://www.w3.org/2000/01/rdf-schema#comment> "The Publisher Item Identifier is a unique identifier used by several scientific journal publishers to identify documents."@en .
<http://purl.org/spar/datacite/pii> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://en.wikipedia.org/wiki/Publisher_Item_Identifier> .
<http://purl.org/spar/datacite/pii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/pii> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/pii> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:pii ;\n literal:hasLiteralValue \"S0960-894X(96)00515-X\" .\n " .
IRI: http://purl.org/spar/datacite/pmcid
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:pmcid a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "pmcid"@en ;
fabio:hasURL "http://www.ncbi.nlm.nih.gov/pmc/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:pmcid ;
literal:hasLiteralValue "PMC6513384" .
""" ;
rdfs:comment "The PubMed Central Identifier (PMCID) is a bibliographic identifier for the PubMed Central database."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/pmcid">
<rdfs:label xml:lang="en">pmcid</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:comment xml:lang="en">The PubMed Central Identifier (PMCID) is a bibliographic identifier for the PubMed Central database.</rdfs:comment>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:pmcid ;
literal:hasLiteralValue "PMC6513384" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ncbi.nlm.nih.gov/pmc/</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/pmcid",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.ncbi.nlm.nih.gov/pmc/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:pmcid ;\n literal:hasLiteralValue \"PMC6513384\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The PubMed Central Identifier (PMCID) is a bibliographic identifier for the PubMed Central database."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "pmcid"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/pmcid> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:pmcid ;\n literal:hasLiteralValue \"PMC6513384\" .\n " .
<http://purl.org/spar/datacite/pmcid> <http://www.w3.org/2000/01/rdf-schema#label> "pmcid"@en .
<http://purl.org/spar/datacite/pmcid> <http://purl.org/spar/fabio/hasURL> "http://www.ncbi.nlm.nih.gov/pmc/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/pmcid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/pmcid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/pmcid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/pmcid> <http://www.w3.org/2000/01/rdf-schema#comment> "The PubMed Central Identifier (PMCID) is a bibliographic identifier for the PubMed Central database."@en .
<http://purl.org/spar/datacite/pmcid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
IRI: http://purl.org/spar/datacite/pmid
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:pmid a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "pmid"@en ;
fabio:hasURL "http://www.ncbi.nlm.nih.gov/pubmed/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:pmid ;
literal:hasLiteralValue "29943802" .
""" ;
rdfs:comment "The PubMed Identifier (PMID) is a bibliographic identifier for the PubMed database."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/pmid">
<rdfs:comment xml:lang="en">The PubMed Identifier (PMID) is a bibliographic identifier for the PubMed database.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:label xml:lang="en">pmid</rdfs:label>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:pmid ;
literal:hasLiteralValue "29943802" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ncbi.nlm.nih.gov/pubmed/</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/pmid",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.ncbi.nlm.nih.gov/pubmed/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:pmid ;\n literal:hasLiteralValue \"29943802\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The PubMed Identifier (PMID) is a bibliographic identifier for the PubMed database."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "pmid"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/pmid> <http://www.w3.org/2000/01/rdf-schema#comment> "The PubMed Identifier (PMID) is a bibliographic identifier for the PubMed database."@en .
<http://purl.org/spar/datacite/pmid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/pmid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/pmid> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:pmid ;\n literal:hasLiteralValue \"29943802\" .\n " .
<http://purl.org/spar/datacite/pmid> <http://purl.org/spar/fabio/hasURL> "http://www.ncbi.nlm.nih.gov/pubmed/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/pmid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/pmid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/pmid> <http://www.w3.org/2000/01/rdf-schema#label> "pmid"@en .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pro:producer a pro:PublishingRole,
owl:NamedIndividual ;
rdfs:label "producer"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :producer-for-my-dataset .
:producer-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole pro:producer .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Producer").
"""@en ;
rdfs:comment "The role of someone who acts as a producer."@en ;
rdfs:isDefinedBy pro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/producer">
<rdf:type rdf:resource="http://purl.org/spar/pro/PublishingRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<rdfs:label xml:lang="en">producer</rdfs:label>
<rdfs:comment xml:lang="en">The role of someone who acts as a producer.</rdfs:comment>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :producer-for-my-dataset .
:producer-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole pro:producer .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Producer").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/producer",
"@type": [
"http://purl.org/spar/pro/PublishingRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :producer-for-my-dataset .\n \n :producer-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole pro:producer .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Producer\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of someone who acts as a producer."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "producer"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pro/producer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pro/PublishingRole> .
<http://purl.org/spar/pro/producer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/producer> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :producer-for-my-dataset .\n \n :producer-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole pro:producer .\n " .
<http://purl.org/spar/pro/producer> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Producer\").\n "@en .
<http://purl.org/spar/pro/producer> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pro/producer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pro/producer> <http://www.w3.org/2000/01/rdf-schema#label> "producer"@en .
<http://purl.org/spar/pro/producer> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of someone who acts as a producer."@en .
IRI: http://purl.org/spar/scoro/project-leader
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:project-leader a scoro:OrganizationalRole,
owl:NamedIndividual ;
rdfs:label "project leader"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :project-leader-for-my-dataset .
:project-leader-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:project-leader .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Project Leader").
"""@en ;
rdfs:comment "The role a person or an institution has of being project leader for a resource or a project such as a research project."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/project-leader">
<rdfs:comment xml:lang="en">The role a person or an institution has of being project leader for a resource or a project such as a research project.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">project leader</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Project Leader").
</vaem:rationale>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :project-leader-for-my-dataset .
:project-leader-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:project-leader .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/project-leader",
"@type": [
"http://purl.org/spar/scoro/OrganizationalRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :project-leader-for-my-dataset .\n \n :project-leader-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:project-leader .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Project Leader\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person or an institution has of being project leader for a resource or a project such as a research project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "project leader"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/project-leader> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person or an institution has of being project leader for a resource or a project such as a research project."@en .
<http://purl.org/spar/scoro/project-leader> <http://www.w3.org/2000/01/rdf-schema#label> "project leader"@en .
<http://purl.org/spar/scoro/project-leader> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/project-leader> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalRole> .
<http://purl.org/spar/scoro/project-leader> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :project-leader-for-my-dataset .\n \n :project-leader-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:project-leader .\n " .
<http://purl.org/spar/scoro/project-leader> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/project-leader> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Project Leader\").\n "@en .
<http://purl.org/spar/scoro/project-leader> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/scoro/project-manager
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:project-manager a scoro:OrganizationalRole,
owl:NamedIndividual ;
rdfs:label "project manager"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :project-manager-for-my-dataset .
:project-manager-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:project-manager .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Project Manager").
"""@en ;
rdfs:comment "The role a person has of being project manager for a project such as a research project."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/project-manager">
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The role a person has of being project manager for a project such as a research project.</rdfs:comment>
<rdfs:label xml:lang="en">project manager</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Project Manager").
</vaem:rationale>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :project-manager-for-my-dataset .
:project-manager-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:project-manager .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/project-manager",
"@type": [
"http://purl.org/spar/scoro/OrganizationalRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :project-manager-for-my-dataset .\n \n :project-manager-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:project-manager .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Project Manager\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being project manager for a project such as a research project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "project manager"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/project-manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalRole> .
<http://purl.org/spar/scoro/project-manager> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being project manager for a project such as a research project."@en .
<http://purl.org/spar/scoro/project-manager> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :project-manager-for-my-dataset .\n \n :project-manager-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:project-manager .\n " .
<http://purl.org/spar/scoro/project-manager> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Project Manager\").\n "@en .
<http://purl.org/spar/scoro/project-manager> <http://www.w3.org/2000/01/rdf-schema#label> "project manager"@en .
<http://purl.org/spar/scoro/project-manager> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/project-manager> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/project-manager> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/scoro/project-member
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:project-member a scoro:OrganizationalRole,
owl:NamedIndividual ;
rdfs:label "project member"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :project-memeber-for-my-dataset .
:project-member-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:project-member .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Project Member").
"""@en ;
rdfs:comment "The role a person has of being a member of a project such as a research project."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/project-member">
<rdfs:label xml:lang="en">project member</rdfs:label>
<rdfs:comment xml:lang="en">The role a person has of being a member of a project such as a research project.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Project Member").
</vaem:rationale>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :project-memeber-for-my-dataset .
:project-member-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:project-member .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/project-member",
"@type": [
"http://purl.org/spar/scoro/OrganizationalRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :project-memeber-for-my-dataset .\n \n :project-member-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:project-member .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Project Member\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a member of a project such as a research project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "project member"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/project-member> <http://www.w3.org/2000/01/rdf-schema#label> "project member"@en .
<http://purl.org/spar/scoro/project-member> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a member of a project such as a research project."@en .
<http://purl.org/spar/scoro/project-member> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :project-memeber-for-my-dataset .\n \n :project-member-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:project-member .\n " .
<http://purl.org/spar/scoro/project-member> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Project Member\").\n "@en .
<http://purl.org/spar/scoro/project-member> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/project-member> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalRole> .
<http://purl.org/spar/scoro/project-member> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/project-member> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
IRI: http://purl.org/spar/datacite/purl
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:purl a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "purl"@en ;
fabio:hasURL "http://purl.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:purl ;
literal:hasLiteralValue "http://purl.org/spar/cito" .
""" ;
rdfs:comment "The Persistent Uniform Resource Locator (PURL) is a URL that is used to redirect to the location of a requested web resource."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/purl">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:label xml:lang="en">purl</rdfs:label>
<rdfs:comment xml:lang="en">The Persistent Uniform Resource Locator (PURL) is a URL that is used to redirect to the location of a requested web resource.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.org/</fabio:hasURL>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:purl ;
literal:hasLiteralValue "http://purl.org/spar/cito" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/purl",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://purl.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:purl ;\n literal:hasLiteralValue \"http://purl.org/spar/cito\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Persistent Uniform Resource Locator (PURL) is a URL that is used to redirect to the location of a requested web resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "purl"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/purl> <http://purl.org/vocab/vann/example> "\n :my-resource-id\n datacite:usesIdentifierScheme datacite:purl ;\n literal:hasLiteralValue \"http://purl.org/spar/cito\" .\n " .
<http://purl.org/spar/datacite/purl> <http://www.w3.org/2000/01/rdf-schema#label> "purl"@en .
<http://purl.org/spar/datacite/purl> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/purl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/purl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/purl> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/purl> <http://purl.org/spar/fabio/hasURL> "http://purl.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/purl> <http://www.w3.org/2000/01/rdf-schema#comment> "The Persistent Uniform Resource Locator (PURL) is a URL that is used to redirect to the location of a requested web resource."@en .
IRI: http://purl.org/spar/scoro/registrar
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:registrar a scoro:OrganizationalRole,
owl:NamedIndividual ;
rdfs:label "registrar"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :registrar-for-my-dataset .
:registrar-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:registrar .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Registration Agency").
"""@en ;
rdfs:comment "The role held by an agent responsible for maintaining official records, for example the records of student enrollment and academic standing held by a college or university, or the records of securities owned by a financial institution."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/registrar">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role held by an agent responsible for maintaining official records, for example the records of student enrollment and academic standing held by a college or university, or the records of securities owned by a financial institution.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">registrar</rdfs:label>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Registration Agency").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :registrar-for-my-dataset .
:registrar-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:registrar .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/registrar",
"@type": [
"http://purl.org/spar/scoro/OrganizationalRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :registrar-for-my-dataset .\n \n :registrar-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:registrar .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Registration Agency\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent responsible for maintaining official records, for example the records of student enrollment and academic standing held by a college or university, or the records of securities owned by a financial institution."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "registrar"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/registrar> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/registrar> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/registrar> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :registrar-for-my-dataset .\n \n :registrar-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:registrar .\n " .
<http://purl.org/spar/scoro/registrar> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Registration Agency\").\n "@en .
<http://purl.org/spar/scoro/registrar> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent responsible for maintaining official records, for example the records of student enrollment and academic standing held by a college or university, or the records of securities owned by a financial institution."@en .
<http://purl.org/spar/scoro/registrar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalRole> .
<http://purl.org/spar/scoro/registrar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/registrar> <http://www.w3.org/2000/01/rdf-schema#label> "registrar"@en .
IRI: http://purl.org/spar/scoro/registration-authority
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:registration-authority a scoro:OrganizationalRole,
owl:NamedIndividual ;
rdfs:label "registration authority"@en ;
vann:example """
:international-doi-foundation
pro:holdsRoleInTime :registration-authority-for-my-dataset .
:registration-authority-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:registration-authority .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Registration Authority").
"""@en ;
rdfs:comment "The role of an agent with responsibility for registering and maintaining international standards, internet domain names, patents, controlled vocabularies and other similar entities required for reliable international cooperatative activities. For example, the International DOI Foundation (IDF) is the Registration Authority for DOIs."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/registration-authority">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalRole"/>
<rdfs:label xml:lang="en">registration authority</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role of an agent with responsibility for registering and maintaining international standards, internet domain names, patents, controlled vocabularies and other similar entities required for reliable international cooperatative activities. For example, the International DOI Foundation (IDF) is the Registration Authority for DOIs.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Registration Authority").
</vaem:rationale>
<vann:example>
:international-doi-foundation
pro:holdsRoleInTime :registration-authority-for-my-dataset .
:registration-authority-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:registration-authority .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/registration-authority",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/OrganizationalRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :international-doi-foundation\n pro:holdsRoleInTime :registration-authority-for-my-dataset .\n \n :registration-authority-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:registration-authority .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Registration Authority\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of an agent with responsibility for registering and maintaining international standards, internet domain names, patents, controlled vocabularies and other similar entities required for reliable international cooperatative activities. For example, the International DOI Foundation (IDF) is the Registration Authority for DOIs."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "registration authority"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/registration-authority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/registration-authority> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/registration-authority> <http://www.w3.org/2000/01/rdf-schema#label> "registration authority"@en .
<http://purl.org/spar/scoro/registration-authority> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/registration-authority> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of an agent with responsibility for registering and maintaining international standards, internet domain names, patents, controlled vocabularies and other similar entities required for reliable international cooperatative activities. For example, the International DOI Foundation (IDF) is the Registration Authority for DOIs."@en .
<http://purl.org/spar/scoro/registration-authority> <http://purl.org/vocab/vann/example> "\n :international-doi-foundation\n pro:holdsRoleInTime :registration-authority-for-my-dataset .\n \n :registration-authority-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:registration-authority .\n " .
<http://purl.org/spar/scoro/registration-authority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalRole> .
<http://purl.org/spar/scoro/registration-authority> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Registration Authority\").\n "@en .
IRI: http://purl.org/spar/datacite/repec
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:repec a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "repec"@en ;
fabio:hasURL "https://authors.repec.org/"^^xsd:anyURI ;
vann:example """
:andrei-shleifer-id
datacite:usesIdentifierScheme datacite:repec ;
literal:hasLiteralValue "psh93" .
""" ;
rdfs:comment "The RePEc Short identifier is a unique, permanent identifier for researchers registered in the RePEc Author Service."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A RePEc Short Identifier is resolvable from the following URL: https://authors.repec.org/pro/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/repec">
<rdfs:comment xml:lang="en">The RePEc Short identifier is a unique, permanent identifier for researchers registered in the RePEc Author Service.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:label xml:lang="en">repec</rdfs:label>
<skos:note xml:lang="en">A RePEc Short Identifier is resolvable from the following URL: https://authors.repec.org/pro/<identifier>.</skos:note>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://authors.repec.org/</fabio:hasURL>
<vann:example>
:andrei-shleifer-id
datacite:usesIdentifierScheme datacite:repec ;
literal:hasLiteralValue "psh93" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/repec",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://authors.repec.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :andrei-shleifer-id\n datacite:usesIdentifierScheme datacite:repec ;\n literal:hasLiteralValue \"psh93\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The RePEc Short identifier is a unique, permanent identifier for researchers registered in the RePEc Author Service."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "repec"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A RePEc Short Identifier is resolvable from the following URL: https://authors.repec.org/pro/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/repec> <http://www.w3.org/2000/01/rdf-schema#comment> "The RePEc Short identifier is a unique, permanent identifier for researchers registered in the RePEc Author Service."@en .
<http://purl.org/spar/datacite/repec> <http://purl.org/spar/fabio/hasURL> "https://authors.repec.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/repec> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/repec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/repec> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/repec> <http://www.w3.org/2004/02/skos/core#note> "A RePEc Short Identifier is resolvable from the following URL: https://authors.repec.org/pro/<identifier>."@en .
<http://purl.org/spar/datacite/repec> <http://purl.org/vocab/vann/example> "\n :andrei-shleifer-id\n datacite:usesIdentifierScheme datacite:repec ;\n literal:hasLiteralValue \"psh93\" .\n " .
<http://purl.org/spar/datacite/repec> <http://www.w3.org/2000/01/rdf-schema#label> "repec"@en .
<http://purl.org/spar/datacite/repec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
IRI: http://purl.org/spar/datacite/research-gate
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:research-gate a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "research gate"@en ;
fabio:hasURL "https://www.researchgate.net"^^xsd:anyURI ;
vann:example """
:david-shotton-id
datacite:usesIdentifierScheme datacite:research-gate ;
literal:hasLiteralValue "David-Shotton-2" .
""" ;
rdfs:comment "The ResearchGate profile identifier is a unique code for researchers registered in the ResearchGate platform."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A ResearchGate profile identifier is resolvable from the following URL: https://www.researchgate.net/profile/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/research-gate">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:comment xml:lang="en">The ResearchGate profile identifier is a unique code for researchers registered in the ResearchGate platform.</rdfs:comment>
<rdfs:label xml:lang="en">research gate</rdfs:label>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.researchgate.net</fabio:hasURL>
<skos:note xml:lang="en">A ResearchGate profile identifier is resolvable from the following URL: https://www.researchgate.net/profile/<identifier>.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:david-shotton-id
datacite:usesIdentifierScheme datacite:research-gate ;
literal:hasLiteralValue "David-Shotton-2" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/research-gate",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://www.researchgate.net"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton-id\n datacite:usesIdentifierScheme datacite:research-gate ;\n literal:hasLiteralValue \"David-Shotton-2\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The ResearchGate profile identifier is a unique code for researchers registered in the ResearchGate platform."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "research gate"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A ResearchGate profile identifier is resolvable from the following URL: https://www.researchgate.net/profile/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/research-gate> <http://purl.org/vocab/vann/example> "\n :david-shotton-id\n datacite:usesIdentifierScheme datacite:research-gate ;\n literal:hasLiteralValue \"David-Shotton-2\" .\n " .
<http://purl.org/spar/datacite/research-gate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/research-gate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/research-gate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/research-gate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/research-gate> <http://www.w3.org/2000/01/rdf-schema#comment> "The ResearchGate profile identifier is a unique code for researchers registered in the ResearchGate platform."@en .
<http://purl.org/spar/datacite/research-gate> <http://purl.org/spar/fabio/hasURL> "https://www.researchgate.net"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/research-gate> <http://www.w3.org/2004/02/skos/core#note> "A ResearchGate profile identifier is resolvable from the following URL: https://www.researchgate.net/profile/<identifier>."@en .
<http://purl.org/spar/datacite/research-gate> <http://www.w3.org/2000/01/rdf-schema#label> "research gate"@en .
IRI: http://purl.org/spar/scoro/researcher
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:researcher a scoro:InvestigationRole,
owl:NamedIndividual ;
rdfs:label "researcher"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :researcher-for-my-dataset .
:researcher-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:researcher .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Researcher").
"""@en ;
rdfs:comment "The role a person has of being a researcher involved in a research investigation, for example by conducting experiments, collecting and analyzing data, or undertaking formal study."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/researcher">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/InvestigationRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:label xml:lang="en">researcher</rdfs:label>
<rdfs:comment xml:lang="en">The role a person has of being a researcher involved in a research investigation, for example by conducting experiments, collecting and analyzing data, or undertaking formal study.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Researcher").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :researcher-for-my-dataset .
:researcher-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:researcher .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/researcher",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/InvestigationRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :researcher-for-my-dataset .\n \n :researcher-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:researcher .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Researcher\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person has of being a researcher involved in a research investigation, for example by conducting experiments, collecting and analyzing data, or undertaking formal study."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "researcher"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/researcher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/researcher> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/researcher> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Researcher\").\n "@en .
<http://purl.org/spar/scoro/researcher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/InvestigationRole> .
<http://purl.org/spar/scoro/researcher> <http://www.w3.org/2000/01/rdf-schema#label> "researcher"@en .
<http://purl.org/spar/scoro/researcher> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person has of being a researcher involved in a research investigation, for example by conducting experiments, collecting and analyzing data, or undertaking formal study."@en .
<http://purl.org/spar/scoro/researcher> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/researcher> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :researcher-for-my-dataset .\n \n :researcher-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:researcher .\n " .
IRI: http://purl.org/spar/datacite/researcherid
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:researcherid a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "researcherid"@en ;
fabio:hasURL "http://www.researcherid.com/"^^xsd:anyURI ;
vann:example """
:david-shotton-id
datacite:usesIdentifierScheme datacite:researcherid ;
literal:hasLiteralValue "DXS-2121-2022" .
""" ;
rdfs:comment "The ResearcherID is an identifying system for scientific authors created and owned by Thomson Reuters."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/researcherid">
<rdfs:comment xml:lang="en">The ResearcherID is an identifying system for scientific authors created and owned by Thomson Reuters.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:label xml:lang="en">researcherid</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.researcherid.com/</fabio:hasURL>
<vann:example>
:david-shotton-id
datacite:usesIdentifierScheme datacite:researcherid ;
literal:hasLiteralValue "DXS-2121-2022" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/researcherid",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.researcherid.com/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton-id\n datacite:usesIdentifierScheme datacite:researcherid ;\n literal:hasLiteralValue \"DXS-2121-2022\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The ResearcherID is an identifying system for scientific authors created and owned by Thomson Reuters."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "researcherid"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/researcherid> <http://www.w3.org/2000/01/rdf-schema#comment> "The ResearcherID is an identifying system for scientific authors created and owned by Thomson Reuters."@en .
<http://purl.org/spar/datacite/researcherid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/researcherid> <http://purl.org/vocab/vann/example> "\n :david-shotton-id\n datacite:usesIdentifierScheme datacite:researcherid ;\n literal:hasLiteralValue \"DXS-2121-2022\" .\n " .
<http://purl.org/spar/datacite/researcherid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/researcherid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/researcherid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/researcherid> <http://www.w3.org/2000/01/rdf-schema#label> "researcherid"@en .
<http://purl.org/spar/datacite/researcherid> <http://purl.org/spar/fabio/hasURL> "http://www.researcherid.com/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
IRI: http://purl.org/spar/scoro/rights-holder
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:rights-holder a scoro:OrganizationalRole,
owl:NamedIndividual ;
rdfs:label "rights holder"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :rights-holder-for-my-dataset .
:rights-holder-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:rights-holder .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Rights Holder").
"""@en ;
rdfs:comment "The role held by an agent who holds, owns and manages the legal rights to a project or activity and its products and outcomes, for example the exploitation, licensing and intellectual property rights."@en ;
rdfs:isDefinedBy scoro: ;
rdfs:seeAlso pro:copyright-owner,
scoro:patent-holder ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/rights-holder">
<rdfs:seeAlso rdf:resource="http://purl.org/spar/pro/copyright-owner"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/scoro/patent-holder"/>
<rdfs:comment xml:lang="en">The role held by an agent who holds, owns and manages the legal rights to a project or activity and its products and outcomes, for example the exploitation, licensing and intellectual property rights.</rdfs:comment>
<rdfs:label xml:lang="en">rights holder</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/OrganizationalRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Rights Holder").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :rights-holder-for-my-dataset .
:rights-holder-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:rights-holder .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/rights-holder",
"@type": [
"http://purl.org/spar/scoro/OrganizationalRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :rights-holder-for-my-dataset .\n \n :rights-holder-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:rights-holder .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Rights Holder\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent who holds, owns and manages the legal rights to a project or activity and its products and outcomes, for example the exploitation, licensing and intellectual property rights."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "rights holder"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/pro/copyright-owner"
},
{
"@id": "http://purl.org/spar/scoro/patent-holder"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/rights-holder> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Rights Holder\").\n "@en .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/pro/copyright-owner> .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent who holds, owns and manages the legal rights to a project or activity and its products and outcomes, for example the exploitation, licensing and intellectual property rights."@en .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/2000/01/rdf-schema#label> "rights holder"@en .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/rights-holder> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :rights-holder-for-my-dataset .\n \n :rights-holder-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:rights-holder .\n " .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/OrganizationalRole> .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/scoro/patent-holder> .
<http://purl.org/spar/scoro/rights-holder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/datacite/ror
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:ror a datacite:OrganizationIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "ror"@en ;
fabio:hasURL "https://ror.org/"^^xsd:anyURI ;
vann:example """
:my-organization-id
datacite:usesIdentifierScheme datacite:ror ;
literal:hasLiteralValue "00wb4mk85" .
""" ;
rdfs:comment "The Research Organization Registry (ROR) Community identifier is a unique code assigned to research organizations."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A ROR identifier is resolvable from the following URL: https://ror.org/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/ror">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">ror</rdfs:label>
<rdfs:comment xml:lang="en">The Research Organization Registry (ROR) Community identifier is a unique code assigned to research organizations.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/datacite/OrganizationIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<skos:note xml:lang="en">A ROR identifier is resolvable from the following URL: https://ror.org/<identifier>.</skos:note>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://ror.org/</fabio:hasURL>
<vann:example>
:my-organization-id
datacite:usesIdentifierScheme datacite:ror ;
literal:hasLiteralValue "00wb4mk85" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/ror",
"@type": [
"http://purl.org/spar/datacite/OrganizationIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://ror.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-organization-id \n datacite:usesIdentifierScheme datacite:ror ;\n literal:hasLiteralValue \"00wb4mk85\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Research Organization Registry (ROR) Community identifier is a unique code assigned to research organizations."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "ror"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A ROR identifier is resolvable from the following URL: https://ror.org/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/ror> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/ror> <http://www.w3.org/2004/02/skos/core#note> "A ROR identifier is resolvable from the following URL: https://ror.org/<identifier>."@en .
<http://purl.org/spar/datacite/ror> <http://purl.org/spar/fabio/hasURL> "https://ror.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/ror> <http://www.w3.org/2000/01/rdf-schema#label> "ror"@en .
<http://purl.org/spar/datacite/ror> <http://www.w3.org/2000/01/rdf-schema#comment> "The Research Organization Registry (ROR) Community identifier is a unique code assigned to research organizations."@en .
<http://purl.org/spar/datacite/ror> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/OrganizationIdentifierScheme> .
<http://purl.org/spar/datacite/ror> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/ror> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/ror> <http://purl.org/vocab/vann/example> "\n :my-organization-id \n datacite:usesIdentifierScheme datacite:ror ;\n literal:hasLiteralValue \"00wb4mk85\" .\n " .
IRI: http://purl.org/spar/datacite/rrid
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:rrid a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "rrid"@en ;
fabio:hasURL "https://scicrunch.org/resolver"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:rrid ;
literal:hasLiteralValue "RRID:AB_262044" .
""" ;
rdfs:comment "The Research Resource IDentifier (RRID) is a character string used to uniquely identify key inputs to an experiment including the so-called “key biological resources” as defined by the National Institutes of Health, and related tools such as core facilities and databases."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "An RRID name is divided into two parts, the authority and a local identifier, separated by an underscore."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/rrid">
<rdfs:label xml:lang="en">rrid</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">The Research Resource IDentifier (RRID) is a character string used to uniquely identify key inputs to an experiment including the so-called “key biological resources” as defined by the National Institutes of Health, and related tools such as core facilities and databases.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://scicrunch.org/resolver</fabio:hasURL>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:rrid ;
literal:hasLiteralValue "RRID:AB_262044" .
</vann:example>
<skos:note xml:lang="en">An RRID name is divided into two parts, the authority and a local identifier, separated by an underscore.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/rrid",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://scicrunch.org/resolver"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:rrid ;\n literal:hasLiteralValue \"RRID:AB_262044\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Research Resource IDentifier (RRID) is a character string used to uniquely identify key inputs to an experiment including the so-called “key biological resources” as defined by the National Institutes of Health, and related tools such as core facilities and databases."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "rrid"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "An RRID name is divided into two parts, the authority and a local identifier, separated by an underscore."
}
]
}
]<http://purl.org/spar/datacite/rrid> <http://www.w3.org/2000/01/rdf-schema#label> "rrid"@en .
<http://purl.org/spar/datacite/rrid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/rrid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/rrid> <http://purl.org/vocab/vann/example> "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:rrid ;\n literal:hasLiteralValue \"RRID:AB_262044\" .\n " .
<http://purl.org/spar/datacite/rrid> <http://www.w3.org/2000/01/rdf-schema#comment> "The Research Resource IDentifier (RRID) is a character string used to uniquely identify key inputs to an experiment including the so-called “key biological resources” as defined by the National Institutes of Health, and related tools such as core facilities and databases."@en .
<http://purl.org/spar/datacite/rrid> <http://purl.org/spar/fabio/hasURL> "https://scicrunch.org/resolver"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/rrid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/rrid> <http://www.w3.org/2004/02/skos/core#note> "An RRID name is divided into two parts, the authority and a local identifier, separated by an underscore."@en .
<http://purl.org/spar/datacite/rrid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
IRI: http://purl.org/spar/datacite/scigraph
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:scigraph a datacite:IdentifierScheme,
owl:NamedIndividual ;
rdfs:label "SciGraph ID"@en ;
fabio:hasURL "https://scigraph.springernature.com/explorer/datasets/data_at_a_glance/"^^xsd:anyURI ;
vann:example """
:my-object-id
datacite:usesIdentifierScheme datacite:scigraph ;
literal:hasLiteralValue "013217540103.39" .
""" ;
rdfs:comment "The SciGraph ID is an unique identifier used for referring to entities in the Springer Nature SciGraph dataset."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/scigraph">
<rdfs:comment xml:lang="en">The SciGraph ID is an unique identifier used for referring to entities in the Springer Nature SciGraph dataset.</rdfs:comment>
<rdfs:label xml:lang="en">SciGraph ID</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<vann:example>
:my-object-id
datacite:usesIdentifierScheme datacite:scigraph ;
literal:hasLiteralValue "013217540103.39" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://scigraph.springernature.com/explorer/datasets/data_at_a_glance/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/scigraph",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/IdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://scigraph.springernature.com/explorer/datasets/data_at_a_glance/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-object-id\n datacite:usesIdentifierScheme datacite:scigraph ;\n literal:hasLiteralValue \"013217540103.39\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The SciGraph ID is an unique identifier used for referring to entities in the Springer Nature SciGraph dataset."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "SciGraph ID"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/scigraph> <http://www.w3.org/2000/01/rdf-schema#comment> "The SciGraph ID is an unique identifier used for referring to entities in the Springer Nature SciGraph dataset."@en .
<http://purl.org/spar/datacite/scigraph> <http://www.w3.org/2000/01/rdf-schema#label> "SciGraph ID"@en .
<http://purl.org/spar/datacite/scigraph> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/scigraph> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/scigraph> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/IdentifierScheme> .
<http://purl.org/spar/datacite/scigraph> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/scigraph> <http://purl.org/spar/fabio/hasURL> "https://scigraph.springernature.com/explorer/datasets/data_at_a_glance/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/scigraph> <http://purl.org/vocab/vann/example> "\n :my-object-id\n datacite:usesIdentifierScheme datacite:scigraph ;\n literal:hasLiteralValue \"013217540103.39\" .\n " .
IRI: http://purl.org/spar/datacite/series-information
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:series-information a datacite:DescriptionType,
owl:NamedIndividual ;
rdfs:label "series information"@en ;
vann:example """
:my-resource-additional-info
datacite:hasDescriptionType datacite:series-information .
""" ;
vaem:rationale """
This is used to represent the description type "Series Information".
"""@en ;
rdfs:comment "Used to charactierize a description of a resource that is part of a series."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:seeAlso fabio:Periodical ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/series-information">
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Periodical"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/DescriptionType"/>
<rdfs:label xml:lang="en">series information</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">Used to charactierize a description of a resource that is part of a series.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used to represent the description type "Series Information".
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-additional-info
datacite:hasDescriptionType datacite:series-information .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/series-information",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/DescriptionType"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:series-information .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent the description type \"Series Information\".\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Used to charactierize a description of a resource that is part of a series."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "series information"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/Periodical"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/series-information> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Periodical> .
<http://purl.org/spar/datacite/series-information> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/series-information> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/DescriptionType> .
<http://purl.org/spar/datacite/series-information> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent the description type \"Series Information\".\n "@en .
<http://purl.org/spar/datacite/series-information> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/series-information> <http://www.w3.org/2000/01/rdf-schema#label> "series information"@en .
<http://purl.org/spar/datacite/series-information> <http://purl.org/vocab/vann/example> "\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:series-information .\n " .
<http://purl.org/spar/datacite/series-information> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/series-information> <http://www.w3.org/2000/01/rdf-schema#comment> "Used to charactierize a description of a resource that is part of a series."@en .
IRI: http://purl.org/spar/datacite/sici
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:sici a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "sici"@en ;
fabio:hasURL "http://en.wikipedia.org/wiki/Serial_Item_and_Contribution_Identifier"^^xsd:anyURI ;
vann:example """
:my-object-id
datacite:usesIdentifierScheme datacite:sici ;
literal:hasLiteralValue "0002-8231(199412)45:10<737:TIODIM>2.3.TX;2-M" .
""" ;
rdfs:comment "The Serial Item and Contribution Identifier (SICI) is a code used to uniquely identify specific volumes, articles or other identifiable parts of a serial."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/sici">
<rdfs:comment xml:lang="en">The Serial Item and Contribution Identifier (SICI) is a code used to uniquely identify specific volumes, articles or other identifiable parts of a serial.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">sici</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-object-id
datacite:usesIdentifierScheme datacite:sici ;
literal:hasLiteralValue "0002-8231(199412)45:10<737:TIODIM>2.3.TX;2-M" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Serial_Item_and_Contribution_Identifier</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/sici",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://en.wikipedia.org/wiki/Serial_Item_and_Contribution_Identifier"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-object-id\n datacite:usesIdentifierScheme datacite:sici ;\n literal:hasLiteralValue \"0002-8231(199412)45:10<737:TIODIM>2.3.TX;2-M\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Serial Item and Contribution Identifier (SICI) is a code used to uniquely identify specific volumes, articles or other identifiable parts of a serial."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "sici"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/sici> <http://www.w3.org/2000/01/rdf-schema#comment> "The Serial Item and Contribution Identifier (SICI) is a code used to uniquely identify specific volumes, articles or other identifiable parts of a serial."@en .
<http://purl.org/spar/datacite/sici> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/sici> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/sici> <http://purl.org/vocab/vann/example> "\n :my-object-id\n datacite:usesIdentifierScheme datacite:sici ;\n literal:hasLiteralValue \"0002-8231(199412)45:10<737:TIODIM>2.3.TX;2-M\" .\n " .
<http://purl.org/spar/datacite/sici> <http://www.w3.org/2000/01/rdf-schema#label> "sici"@en .
<http://purl.org/spar/datacite/sici> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/sici> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/sici> <http://purl.org/spar/fabio/hasURL> "http://en.wikipedia.org/wiki/Serial_Item_and_Contribution_Identifier"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
IRI: http://purl.org/spar/datacite/social-security-number
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:social-security-number a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "social security number"@en ;
vann:example """
:my-person-id
datacite:usesIdentifierScheme datacite:sici ;
literal:hasLiteralValue "999-00-9999" .
""" ;
rdfs:comment "The United States of America social security number is a nine-digit number issued to U.S. residents."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/social-security-number">
<rdfs:comment xml:lang="en">The United States of America social security number is a nine-digit number issued to U.S. residents.</rdfs:comment>
<rdfs:label xml:lang="en">social security number</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vann:example>
:my-person-id
datacite:usesIdentifierScheme datacite:sici ;
literal:hasLiteralValue "999-00-9999" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/social-security-number",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person-id\n datacite:usesIdentifierScheme datacite:sici ;\n literal:hasLiteralValue \"999-00-9999\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The United States of America social security number is a nine-digit number issued to U.S. residents."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "social security number"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/social-security-number> <http://www.w3.org/2000/01/rdf-schema#comment> "The United States of America social security number is a nine-digit number issued to U.S. residents."@en .
<http://purl.org/spar/datacite/social-security-number> <http://www.w3.org/2000/01/rdf-schema#label> "social security number"@en .
<http://purl.org/spar/datacite/social-security-number> <http://purl.org/vocab/vann/example> "\n :my-person-id\n datacite:usesIdentifierScheme datacite:sici ;\n literal:hasLiteralValue \"999-00-9999\" .\n " .
<http://purl.org/spar/datacite/social-security-number> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/social-security-number> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/social-security-number> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/social-security-number> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/datacite/spar
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:spar a datacite:MetadataScheme,
owl:NamedIndividual ;
rdfs:label "SPAR Ontologies"@en ;
fabio:hasURL "http://www.sparontologies.net"^^xsd:anyURI ;
vann:example """
:related-document a fabio:MetadataDocument ;
datacite:usesMetadataScheme datacite:spar .
""" ;
rdfs:comment "The Semantic Publishing and Referencing Ontologies, a.k.a. SPAR Ontologies, form a suite of orthogonal and complementary OWL 2 DL ontology modules for the creation of comprehensive machine-readable RDF metadata for every aspect of semantic publishing and referencing: document description, bibliographic resource identifiers, types of citations and related contexts, bibliographic references, document parts and status, agents' roles and contributions, bibliometric data and workflow processes."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/spar">
<rdfs:comment xml:lang="en">The Semantic Publishing and Referencing Ontologies, a.k.a. SPAR Ontologies, form a suite of orthogonal and complementary OWL 2 DL ontology modules for the creation of comprehensive machine-readable RDF metadata for every aspect of semantic publishing and referencing: document description, bibliographic resource identifiers, types of citations and related contexts, bibliographic references, document parts and status, agents' roles and contributions, bibliometric data and workflow processes.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/MetadataScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">SPAR Ontologies</rdfs:label>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.sparontologies.net</fabio:hasURL>
<vann:example>
:related-document a fabio:MetadataDocument ;
datacite:usesMetadataScheme datacite:spar .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/spar",
"@type": [
"http://purl.org/spar/datacite/MetadataScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://www.sparontologies.net"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :related-document a fabio:MetadataDocument ;\n datacite:usesMetadataScheme datacite:spar .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Semantic Publishing and Referencing Ontologies, a.k.a. SPAR Ontologies, form a suite of orthogonal and complementary OWL 2 DL ontology modules for the creation of comprehensive machine-readable RDF metadata for every aspect of semantic publishing and referencing: document description, bibliographic resource identifiers, types of citations and related contexts, bibliographic references, document parts and status, agents' roles and contributions, bibliometric data and workflow processes."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "SPAR Ontologies"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/spar> <http://www.w3.org/2000/01/rdf-schema#comment> "The Semantic Publishing and Referencing Ontologies, a.k.a. SPAR Ontologies, form a suite of orthogonal and complementary OWL 2 DL ontology modules for the creation of comprehensive machine-readable RDF metadata for every aspect of semantic publishing and referencing: document description, bibliographic resource identifiers, types of citations and related contexts, bibliographic references, document parts and status, agents' roles and contributions, bibliometric data and workflow processes."@en .
<http://purl.org/spar/datacite/spar> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/spar> <http://purl.org/spar/fabio/hasURL> "http://www.sparontologies.net"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/spar> <http://purl.org/vocab/vann/example> "\n :related-document a fabio:MetadataDocument ;\n datacite:usesMetadataScheme datacite:spar .\n " .
<http://purl.org/spar/datacite/spar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/MetadataScheme> .
<http://purl.org/spar/datacite/spar> <http://www.w3.org/2000/01/rdf-schema#label> "SPAR Ontologies"@en .
<http://purl.org/spar/datacite/spar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/spar> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/spase
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:spase a datacite:IdentifierScheme,
owl:NamedIndividual ;
rdfs:label "spase" ;
fabio:hasURL "https://spase-group.org/services/"^^xsd:anyURI ;
vann:example """
:my-object-id
datacite:usesIdentifierScheme datacite:spase ;
literal:hasLiteralValue "spase://Example/NumericalData/MagProbe-1/Mag/PT1D" .
""" ;
rdfs:comment "The SPASE resource identifier is the identifier of resources included in the resource registry (datasets, instruments, observatories, etc) maintained by the Space Physics Archive Search and Extract (SPASE) group." ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "Such identifiers are RFC 3986-compliant URIs with a scheme of spase, and only implementing the authority and path parts of the specification. Thus, their generic form is: spase://<authority><path>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/spase">
<rdf:type rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label>spase</rdfs:label>
<rdfs:comment>The SPASE resource identifier is the identifier of resources included in the resource registry (datasets, instruments, observatories, etc) maintained by the Space Physics Archive Search and Extract (SPASE) group.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Such identifiers are RFC 3986-compliant URIs with a scheme of spase, and only implementing the authority and path parts of the specification. Thus, their generic form is: spase://<authority><path>.</skos:note>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://spase-group.org/services/</fabio:hasURL>
<vann:example>
:my-object-id
datacite:usesIdentifierScheme datacite:spase ;
literal:hasLiteralValue "spase://Example/NumericalData/MagProbe-1/Mag/PT1D" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/spase",
"@type": [
"http://purl.org/spar/datacite/IdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://spase-group.org/services/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-object-id\n datacite:usesIdentifierScheme datacite:spase ;\n literal:hasLiteralValue \"spase://Example/NumericalData/MagProbe-1/Mag/PT1D\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The SPASE resource identifier is the identifier of resources included in the resource registry (datasets, instruments, observatories, etc) maintained by the Space Physics Archive Search and Extract (SPASE) group."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "spase"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Such identifiers are RFC 3986-compliant URIs with a scheme of spase, and only implementing the authority and path parts of the specification. Thus, their generic form is: spase://<authority><path>."
}
]
}
]<http://purl.org/spar/datacite/spase> <http://purl.org/spar/fabio/hasURL> "https://spase-group.org/services/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/spase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/IdentifierScheme> .
<http://purl.org/spar/datacite/spase> <http://www.w3.org/2004/02/skos/core#note> "Such identifiers are RFC 3986-compliant URIs with a scheme of spase, and only implementing the authority and path parts of the specification. Thus, their generic form is: spase://<authority><path>."@en .
<http://purl.org/spar/datacite/spase> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/spase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/spase> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/spase> <http://www.w3.org/2000/01/rdf-schema#label> "spase" .
<http://purl.org/spar/datacite/spase> <http://www.w3.org/2000/01/rdf-schema#comment> "The SPASE resource identifier is the identifier of resources included in the resource registry (datasets, instruments, observatories, etc) maintained by the Space Physics Archive Search and Extract (SPASE) group." .
<http://purl.org/spar/datacite/spase> <http://purl.org/vocab/vann/example> "\n :my-object-id\n datacite:usesIdentifierScheme datacite:spase ;\n literal:hasLiteralValue \"spase://Example/NumericalData/MagProbe-1/Mag/PT1D\" .\n " .
IRI: http://purl.org/spar/datacite/spdx
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:spdx a datacite:RightsIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "spdx"@en ;
fabio:hasURL "https://spdx.org/licenses/"^^xsd:anyURI ;
vann:example """
:my-resource-rights-id
datacite:usesIdentifierScheme datacite:spdx ;
literal:hasLiteralValue "CC-BY-1.0" .
""" ;
rdfs:comment "The SPDX License List is a list of commonly found licenses and exceptions used in free and open source and other collaborative software or documentation."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A SPDX identifier is resolvable from the following URL: https://spdx.org/licenses/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/spdx">
<rdfs:comment xml:lang="en">The SPDX License List is a list of commonly found licenses and exceptions used in free and open source and other collaborative software or documentation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">spdx</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/datacite/RightsIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vann:example>
:my-resource-rights-id
datacite:usesIdentifierScheme datacite:spdx ;
literal:hasLiteralValue "CC-BY-1.0" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://spdx.org/licenses/</fabio:hasURL>
<skos:note xml:lang="en">A SPDX identifier is resolvable from the following URL: https://spdx.org/licenses/<identifier>.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/spdx",
"@type": [
"http://purl.org/spar/datacite/RightsIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://spdx.org/licenses/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-rights-id \n datacite:usesIdentifierScheme datacite:spdx ;\n literal:hasLiteralValue \"CC-BY-1.0\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The SPDX License List is a list of commonly found licenses and exceptions used in free and open source and other collaborative software or documentation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "spdx"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A SPDX identifier is resolvable from the following URL: https://spdx.org/licenses/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/spdx> <http://purl.org/vocab/vann/example> "\n :my-resource-rights-id \n datacite:usesIdentifierScheme datacite:spdx ;\n literal:hasLiteralValue \"CC-BY-1.0\" .\n " .
<http://purl.org/spar/datacite/spdx> <http://www.w3.org/2000/01/rdf-schema#comment> "The SPDX License List is a list of commonly found licenses and exceptions used in free and open source and other collaborative software or documentation."@en .
<http://purl.org/spar/datacite/spdx> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/spdx> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/spdx> <http://purl.org/spar/fabio/hasURL> "https://spdx.org/licenses/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/spdx> <http://www.w3.org/2004/02/skos/core#note> "A SPDX identifier is resolvable from the following URL: https://spdx.org/licenses/<identifier>."@en .
<http://purl.org/spar/datacite/spdx> <http://www.w3.org/2000/01/rdf-schema#label> "spdx"@en .
<http://purl.org/spar/datacite/spdx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/RightsIdentifierScheme> .
<http://purl.org/spar/datacite/spdx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/scoro/sponsor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:sponsor a scoro:FinancialRole,
owl:NamedIndividual ;
rdfs:label "sponsor"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :sponsor-for-my-dataset .
:sponsor-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:sponsor .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Sponsor").
"""@en ;
rdfs:comment "The role held by an agent that provides funds or support for a person, project or activity, often in return for access to the exploitable commercial potential associated with that person’s work, or that project or activity’s output, for example through equity sharing or publicity."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/sponsor">
<rdfs:comment xml:lang="en">The role held by an agent that provides funds or support for a person, project or activity, often in return for access to the exploitable commercial potential associated with that person’s work, or that project or activity’s output, for example through equity sharing or publicity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/FinancialRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">sponsor</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Sponsor").
</vaem:rationale>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :sponsor-for-my-dataset .
:sponsor-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:sponsor .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/sponsor",
"@type": [
"http://purl.org/spar/scoro/FinancialRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :sponsor-for-my-dataset .\n \n :sponsor-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:sponsor .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Sponsor\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role held by an agent that provides funds or support for a person, project or activity, often in return for access to the exploitable commercial potential associated with that person’s work, or that project or activity’s output, for example through equity sharing or publicity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "sponsor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/sponsor> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :sponsor-for-my-dataset .\n \n :sponsor-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:sponsor .\n " .
<http://purl.org/spar/scoro/sponsor> <http://www.w3.org/2000/01/rdf-schema#comment> "The role held by an agent that provides funds or support for a person, project or activity, often in return for access to the exploitable commercial potential associated with that person’s work, or that project or activity’s output, for example through equity sharing or publicity."@en .
<http://purl.org/spar/scoro/sponsor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/sponsor> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Sponsor\").\n "@en .
<http://purl.org/spar/scoro/sponsor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/FinancialRole> .
<http://purl.org/spar/scoro/sponsor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/sponsor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/sponsor> <http://www.w3.org/2000/01/rdf-schema#label> "sponsor"@en .
IRI: http://purl.org/spar/scoro/supervisor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:supervisor a scoro:EducationalRole,
owl:NamedIndividual ;
rdfs:label "supervisor"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :supervisor-for-my-dataset .
:supervisor-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:supervisor .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Supervisor").
"""@en ;
rdfs:comment "The role of a person who guides and oversees the research activities of a team member, or who formally supervises a student during that student's research project undertaken as part of a degree course at a university."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/supervisor">
<rdfs:label xml:lang="en">supervisor</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/scoro/EducationalRole"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<rdfs:comment xml:lang="en">The role of a person who guides and oversees the research activities of a team member, or who formally supervises a student during that student's research project undertaken as part of a degree course at a university.</rdfs:comment>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Supervisor").
</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :supervisor-for-my-dataset .
:supervisor-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:supervisor .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/supervisor",
"@type": [
"http://purl.org/spar/scoro/EducationalRole",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :supervisor-for-my-dataset .\n \n :supervisor-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:supervisor .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Supervisor\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of a person who guides and oversees the research activities of a team member, or who formally supervises a student during that student's research project undertaken as part of a degree course at a university."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "supervisor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/supervisor> <http://www.w3.org/2000/01/rdf-schema#label> "supervisor"@en .
<http://purl.org/spar/scoro/supervisor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/EducationalRole> .
<http://purl.org/spar/scoro/supervisor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/supervisor> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Supervisor\").\n "@en .
<http://purl.org/spar/scoro/supervisor> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of a person who guides and oversees the research activities of a team member, or who formally supervises a student during that student's research project undertaken as part of a degree course at a university."@en .
<http://purl.org/spar/scoro/supervisor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/supervisor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/supervisor> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :supervisor-for-my-dataset .\n \n :supervisor-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:supervisor .\n " .
IRI: http://purl.org/spar/datacite/table-of-content
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:table-of-content a datacite:DescriptionType,
owl:NamedIndividual ;
rdfs:label "table of content"@en ;
vann:example """
:my-resource-additional-info
datacite:hasDescriptionType datacite:table-of-content .
""" ;
vaem:rationale """
This is used to represent the description type "Table Of Content".
"""@en ;
rdfs:comment "A table of content giving information about the content of a resource, appearing before the body text. Where the resource is a journal or magazine issue, the table of content lists the constituent items contained in that issue, typically by title, authors and first page number."@en ;
rdfs:isDefinedBy datacite: ;
rdfs:seeAlso <http://purl.org/spar/doco/TableOfContents> ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/table-of-content">
<rdfs:comment xml:lang="en">A table of content giving information about the content of a resource, appearing before the body text. Where the resource is a journal or magazine issue, the table of content lists the constituent items contained in that issue, typically by title, authors and first page number.</rdfs:comment>
<rdfs:label xml:lang="en">table of content</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/DescriptionType"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/doco/TableOfContents"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vann:example>
:my-resource-additional-info
datacite:hasDescriptionType datacite:table-of-content .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vaem:rationale xml:lang="en">
This is used to represent the description type "Table Of Content".
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/table-of-content",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/DescriptionType"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:table-of-content .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used to represent the description type \"Table Of Content\".\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A table of content giving information about the content of a resource, appearing before the body text. Where the resource is a journal or magazine issue, the table of content lists the constituent items contained in that issue, typically by title, authors and first page number."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "table of content"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/doco/TableOfContents"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/table-of-content> <http://www.w3.org/2000/01/rdf-schema#comment> "A table of content giving information about the content of a resource, appearing before the body text. Where the resource is a journal or magazine issue, the table of content lists the constituent items contained in that issue, typically by title, authors and first page number."@en .
<http://purl.org/spar/datacite/table-of-content> <http://www.w3.org/2000/01/rdf-schema#label> "table of content"@en .
<http://purl.org/spar/datacite/table-of-content> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used to represent the description type \"Table Of Content\".\n "@en .
<http://purl.org/spar/datacite/table-of-content> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/table-of-content> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/DescriptionType> .
<http://purl.org/spar/datacite/table-of-content> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/table-of-content> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/doco/TableOfContents> .
<http://purl.org/spar/datacite/table-of-content> <http://purl.org/vocab/vann/example> "\n :my-resource-additional-info\n datacite:hasDescriptionType datacite:table-of-content .\n " .
<http://purl.org/spar/datacite/table-of-content> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
IRI: http://purl.org/spar/pro/translator
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pro:translator a pro:PublishingRole,
owl:NamedIndividual ;
rdfs:label "translator"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :translator-for-my-dataset .
:translator-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole pro:translator .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Translator").
"""@en ;
rdfs:comment "The role of an agent that translates a document into another language."@en ;
rdfs:isDefinedBy pro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/translator">
<rdfs:label xml:lang="en">translator</rdfs:label>
<rdfs:comment xml:lang="en">The role of an agent that translates a document into another language.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/pro/PublishingRole"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :translator-for-my-dataset .
:translator-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole pro:translator .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Translator").
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/translator",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/pro/PublishingRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :translator-for-my-dataset .\n \n :translator-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole pro:translator .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Translator\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role of an agent that translates a document into another language."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "translator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pro/translator> <http://www.w3.org/2000/01/rdf-schema#label> "translator"@en .
<http://purl.org/spar/pro/translator> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Translator\").\n "@en .
<http://purl.org/spar/pro/translator> <http://www.w3.org/2000/01/rdf-schema#comment> "The role of an agent that translates a document into another language."@en .
<http://purl.org/spar/pro/translator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pro/translator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/pro/translator> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :translator-for-my-dataset .\n \n :translator-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole pro:translator .\n " .
<http://purl.org/spar/pro/translator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/pro/PublishingRole> .
<http://purl.org/spar/pro/translator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
IRI: http://purl.org/spar/datacite/twitter
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:twitter a datacite:AgentIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "twitter" ;
fabio:hasURL "https://twitter.com/"^^xsd:anyURI ;
vann:example """
:silvio-peroni-id ;
datacite:usesIdentifierScheme datacite:twitter ;
literal:hasLiteralValue "@essepuntato" .
""" ;
rdfs:comment "A Twitter handle is the unique identifier assigned to Twitter users."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A Twitter handle is resolvable from the following URL: https://twitter.com/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/twitter">
<rdfs:label>twitter</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/datacite/AgentIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">A Twitter handle is the unique identifier assigned to Twitter users.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:silvio-peroni-id ;
datacite:usesIdentifierScheme datacite:twitter ;
literal:hasLiteralValue "@essepuntato" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://twitter.com/</fabio:hasURL>
<skos:note xml:lang="en">A Twitter handle is resolvable from the following URL: https://twitter.com/<identifier>.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/twitter",
"@type": [
"http://purl.org/spar/datacite/AgentIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://twitter.com/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni-id ;\n datacite:usesIdentifierScheme datacite:twitter ;\n literal:hasLiteralValue \"@essepuntato\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A Twitter handle is the unique identifier assigned to Twitter users."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "twitter"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A Twitter handle is resolvable from the following URL: https://twitter.com/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/twitter> <http://purl.org/vocab/vann/example> "\n :silvio-peroni-id ;\n datacite:usesIdentifierScheme datacite:twitter ;\n literal:hasLiteralValue \"@essepuntato\" .\n " .
<http://purl.org/spar/datacite/twitter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/AgentIdentifierScheme> .
<http://purl.org/spar/datacite/twitter> <http://www.w3.org/2000/01/rdf-schema#label> "twitter" .
<http://purl.org/spar/datacite/twitter> <http://www.w3.org/2000/01/rdf-schema#comment> "A Twitter handle is the unique identifier assigned to Twitter users."@en .
<http://purl.org/spar/datacite/twitter> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/twitter> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/twitter> <http://purl.org/spar/fabio/hasURL> "https://twitter.com/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/twitter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/twitter> <http://www.w3.org/2004/02/skos/core#note> "A Twitter handle is resolvable from the following URL: https://twitter.com/<identifier>."@en .
IRI: http://purl.org/spar/datacite/upc
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:upc a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "upc"@en ;
rdfs:comment "The Universal Product Code (UPC) is a unique number used to identify products and their manufacturers."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/upc">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">upc</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:comment xml:lang="en">The Universal Product Code (UPC) is a unique number used to identify products and their manufacturers.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/upc",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Universal Product Code (UPC) is a unique number used to identify products and their manufacturers."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "upc"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/upc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/upc> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/upc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/upc> <http://www.w3.org/2000/01/rdf-schema#comment> "The Universal Product Code (UPC) is a unique number used to identify products and their manufacturers."@en .
<http://purl.org/spar/datacite/upc> <http://www.w3.org/2000/01/rdf-schema#label> "upc"@en .
<http://purl.org/spar/datacite/upc> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/uri
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:uri a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "uri"@en ;
fabio:hasURL "http://tools.ietf.org/html/rfc3986"^^xsd:anyURI ;
vann:example """
:fabio-id ;
datacite:usesIdentifierScheme datacite:uri ;
literal:hasLiteralValue "http://purl.org/spar/fabio" .
""" ;
rdfs:comment "The Uniform Resource Identifier (URI) is a unique identifier for abstract or physical resources."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/uri">
<rdfs:label xml:lang="en">uri</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">The Uniform Resource Identifier (URI) is a unique identifier for abstract or physical resources.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://tools.ietf.org/html/rfc3986</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:fabio-id ;
datacite:usesIdentifierScheme datacite:uri ;
literal:hasLiteralValue "http://purl.org/spar/fabio" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/uri",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://tools.ietf.org/html/rfc3986"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :fabio-id ;\n datacite:usesIdentifierScheme datacite:uri ;\n literal:hasLiteralValue \"http://purl.org/spar/fabio\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Uniform Resource Identifier (URI) is a unique identifier for abstract or physical resources."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "uri"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/uri> <http://www.w3.org/2000/01/rdf-schema#label> "uri"@en .
<http://purl.org/spar/datacite/uri> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/uri> <http://www.w3.org/2000/01/rdf-schema#comment> "The Uniform Resource Identifier (URI) is a unique identifier for abstract or physical resources."@en .
<http://purl.org/spar/datacite/uri> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/uri> <http://purl.org/vocab/vann/example> "\n :fabio-id ;\n datacite:usesIdentifierScheme datacite:uri ;\n literal:hasLiteralValue \"http://purl.org/spar/fabio\" .\n " .
<http://purl.org/spar/datacite/uri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/uri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/uri> <http://purl.org/spar/fabio/hasURL> "http://tools.ietf.org/html/rfc3986"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
IRI: http://purl.org/spar/datacite/url
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
datacite:url a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "url"@en ;
vann:example """
:my-resource-id ;
datacite:usesIdentifierScheme datacite:url ;
literal:hasLiteralValue "https://www.sparontologies.net/" .
""" ;
rdfs:comment "The Uniform Resource Locator (URL) is a unique identifier for a resource retrievable on the World Wide Web."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/url">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdfs:label xml:lang="en">url</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment xml:lang="en">The Uniform Resource Locator (URL) is a unique identifier for a resource retrievable on the World Wide Web.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-id ;
datacite:usesIdentifierScheme datacite:url ;
literal:hasLiteralValue "https://www.sparontologies.net/" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/url",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id ;\n datacite:usesIdentifierScheme datacite:url ;\n literal:hasLiteralValue \"https://www.sparontologies.net/\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Uniform Resource Locator (URL) is a unique identifier for a resource retrievable on the World Wide Web."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "url"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/url> <http://www.w3.org/2000/01/rdf-schema#comment> "The Uniform Resource Locator (URL) is a unique identifier for a resource retrievable on the World Wide Web."@en .
<http://purl.org/spar/datacite/url> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/url> <http://purl.org/vocab/vann/example> "\n :my-resource-id ;\n datacite:usesIdentifierScheme datacite:url ;\n literal:hasLiteralValue \"https://www.sparontologies.net/\" .\n " .
<http://purl.org/spar/datacite/url> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/url> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/url> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/url> <http://www.w3.org/2000/01/rdf-schema#label> "url"@en .
IRI: http://purl.org/spar/datacite/urn
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:urn a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "urn"@en ;
fabio:hasURL "http://datatracker.ietf.org/wg/urn/charter/"^^xsd:anyURI ;
vann:example """
:my-resource-id ;
datacite:usesIdentifierScheme datacite:urn ;
literal:hasLiteralValue "urn:isbn:9780141036144" .
""" ;
rdfs:comment "The Uniform Resource Name (URN) is a unique identifier for a resource, following the URN scheme."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/urn">
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The Uniform Resource Name (URN) is a unique identifier for a resource, following the URN scheme.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:label xml:lang="en">urn</rdfs:label>
<vann:example>
:my-resource-id ;
datacite:usesIdentifierScheme datacite:urn ;
literal:hasLiteralValue "urn:isbn:9780141036144" .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://datatracker.ietf.org/wg/urn/charter/</fabio:hasURL>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/urn",
"@type": [
"http://purl.org/spar/datacite/ResourceIdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://datatracker.ietf.org/wg/urn/charter/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id ;\n datacite:usesIdentifierScheme datacite:urn ;\n literal:hasLiteralValue \"urn:isbn:9780141036144\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Uniform Resource Name (URN) is a unique identifier for a resource, following the URN scheme."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "urn"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/datacite/urn> <http://purl.org/vocab/vann/example> "\n :my-resource-id ;\n datacite:usesIdentifierScheme datacite:urn ;\n literal:hasLiteralValue \"urn:isbn:9780141036144\" .\n " .
<http://purl.org/spar/datacite/urn> <http://purl.org/spar/fabio/hasURL> "http://datatracker.ietf.org/wg/urn/charter/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/urn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/urn> <http://www.w3.org/2000/01/rdf-schema#comment> "The Uniform Resource Name (URN) is a unique identifier for a resource, following the URN scheme."@en .
<http://purl.org/spar/datacite/urn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/urn> <http://www.w3.org/2000/01/rdf-schema#label> "urn"@en .
<http://purl.org/spar/datacite/urn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/urn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/viaf
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:viaf a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "viaf"@en ;
fabio:hasURL "http://viaf.org/"^^xsd:anyURI ;
vann:example """
:david-shotton-id ;
datacite:usesIdentifierScheme datacite:viaf ;
literal:hasLiteralValue "7484794" .
""" ;
rdfs:comment "The Virtual International Authority File (VIAF) is an international authority file created by amalagamating the national authority files of several national libraries and operated by the Online Computer Library Center (OCLC). It contains information about many topics including personal names."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A VIAF identifier is resolvable from the following URL: http://viaf.org/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/viaf">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:comment xml:lang="en">The Virtual International Authority File (VIAF) is an international authority file created by amalagamating the national authority files of several national libraries and operated by the Online Computer Library Center (OCLC). It contains information about many topics including personal names.</rdfs:comment>
<rdfs:label xml:lang="en">viaf</rdfs:label>
<vann:example>
:david-shotton-id ;
datacite:usesIdentifierScheme datacite:viaf ;
literal:hasLiteralValue "7484794" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://viaf.org/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">A VIAF identifier is resolvable from the following URL: http://viaf.org/<identifier>.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/viaf",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "http://viaf.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :david-shotton-id ;\n datacite:usesIdentifierScheme datacite:viaf ;\n literal:hasLiteralValue \"7484794\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Virtual International Authority File (VIAF) is an international authority file created by amalagamating the national authority files of several national libraries and operated by the Online Computer Library Center (OCLC). It contains information about many topics including personal names."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "viaf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A VIAF identifier is resolvable from the following URL: http://viaf.org/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/viaf> <http://purl.org/vocab/vann/example> "\n :david-shotton-id ;\n datacite:usesIdentifierScheme datacite:viaf ;\n literal:hasLiteralValue \"7484794\" .\n " .
<http://purl.org/spar/datacite/viaf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/viaf> <http://www.w3.org/2004/02/skos/core#note> "A VIAF identifier is resolvable from the following URL: http://viaf.org/<identifier>."@en .
<http://purl.org/spar/datacite/viaf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/viaf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/viaf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/viaf> <http://www.w3.org/2000/01/rdf-schema#comment> "The Virtual International Authority File (VIAF) is an international authority file created by amalagamating the national authority files of several national libraries and operated by the Online Computer Library Center (OCLC). It contains information about many topics including personal names."@en .
<http://purl.org/spar/datacite/viaf> <http://purl.org/spar/fabio/hasURL> "http://viaf.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/viaf> <http://www.w3.org/2000/01/rdf-schema#label> "viaf"@en .
IRI: http://purl.org/spar/datacite/w3id
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:w3id a datacite:IdentifierScheme,
owl:NamedIndividual ;
rdfs:label "w3id" ;
fabio:hasURL "https://w3id.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id ;
datacite:usesIdentifierScheme datacite:wikidata ;
literal:hasLiteralValue "changes/4/aldrovandi" .
""" ;
rdfs:comment "The W3id.org identifier is a secure, permanent URL re-direction service for Web applications, run by the W3C Permanent Identifier Community Group." ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "It has the shape of a URL starting with \"https://w3id.org/\" plus a local identifier that completes it (e.g. \"https://w3id.org/changes\")."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/w3id">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdfs:comment>The W3id.org identifier is a secure, permanent URL re-direction service for Web applications, run by the W3C Permanent Identifier Community Group.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<rdfs:label>w3id</rdfs:label>
<skos:note xml:lang="en">It has the shape of a URL starting with "https://w3id.org/" plus a local identifier that completes it (e.g. "https://w3id.org/changes").</skos:note>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://w3id.org/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-resource-id ;
datacite:usesIdentifierScheme datacite:wikidata ;
literal:hasLiteralValue "changes/4/aldrovandi" .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/w3id",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/IdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://w3id.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id ;\n datacite:usesIdentifierScheme datacite:wikidata ;\n literal:hasLiteralValue \"changes/4/aldrovandi\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The W3id.org identifier is a secure, permanent URL re-direction service for Web applications, run by the W3C Permanent Identifier Community Group."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "w3id"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "It has the shape of a URL starting with \"https://w3id.org/\" plus a local identifier that completes it (e.g. \"https://w3id.org/changes\")."
}
]
}
]<http://purl.org/spar/datacite/w3id> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/w3id> <http://purl.org/spar/fabio/hasURL> "https://w3id.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/w3id> <http://www.w3.org/2000/01/rdf-schema#comment> "The W3id.org identifier is a secure, permanent URL re-direction service for Web applications, run by the W3C Permanent Identifier Community Group." .
<http://purl.org/spar/datacite/w3id> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/w3id> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/IdentifierScheme> .
<http://purl.org/spar/datacite/w3id> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/w3id> <http://www.w3.org/2004/02/skos/core#note> "It has the shape of a URL starting with \"https://w3id.org/\" plus a local identifier that completes it (e.g. \"https://w3id.org/changes\")."@en .
<http://purl.org/spar/datacite/w3id> <http://purl.org/vocab/vann/example> "\n :my-resource-id ;\n datacite:usesIdentifierScheme datacite:wikidata ;\n literal:hasLiteralValue \"changes/4/aldrovandi\" .\n " .
<http://purl.org/spar/datacite/w3id> <http://www.w3.org/2000/01/rdf-schema#label> "w3id" .
IRI: http://purl.org/spar/datacite/wikidata
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:wikidata a datacite:IdentifierScheme,
owl:NamedIndividual ;
rdfs:label "wikidata" ;
fabio:hasURL "https://www.wikidata.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id ;
datacite:usesIdentifierScheme datacite:wikidata ;
literal:hasLiteralValue "Q113333457" .
""" ;
rdfs:comment "The Wikidata QID is a unique identifier used for the entities in Wikidata."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A Wikidata QID is resolvable from the following URL: https://www.wikidata.org/wiki/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/wikidata">
<rdf:type rdf:resource="http://purl.org/spar/datacite/IdentifierScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">The Wikidata QID is a unique identifier used for the entities in Wikidata.</rdfs:comment>
<rdfs:label>wikidata</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<vann:example>
:my-resource-id ;
datacite:usesIdentifierScheme datacite:wikidata ;
literal:hasLiteralValue "Q113333457" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.wikidata.org/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">A Wikidata QID is resolvable from the following URL: https://www.wikidata.org/wiki/<identifier>.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/wikidata",
"@type": [
"http://purl.org/spar/datacite/IdentifierScheme",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://www.wikidata.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id ;\n datacite:usesIdentifierScheme datacite:wikidata ;\n literal:hasLiteralValue \"Q113333457\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Wikidata QID is a unique identifier used for the entities in Wikidata."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "wikidata"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A Wikidata QID is resolvable from the following URL: https://www.wikidata.org/wiki/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/wikidata> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/IdentifierScheme> .
<http://purl.org/spar/datacite/wikidata> <http://www.w3.org/2000/01/rdf-schema#comment> "The Wikidata QID is a unique identifier used for the entities in Wikidata."@en .
<http://purl.org/spar/datacite/wikidata> <http://www.w3.org/2000/01/rdf-schema#label> "wikidata" .
<http://purl.org/spar/datacite/wikidata> <http://www.w3.org/2004/02/skos/core#note> "A Wikidata QID is resolvable from the following URL: https://www.wikidata.org/wiki/<identifier>."@en .
<http://purl.org/spar/datacite/wikidata> <http://purl.org/vocab/vann/example> "\n :my-resource-id ;\n datacite:usesIdentifierScheme datacite:wikidata ;\n literal:hasLiteralValue \"Q113333457\" .\n " .
<http://purl.org/spar/datacite/wikidata> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/wikidata> <http://purl.org/spar/fabio/hasURL> "https://www.wikidata.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/wikidata> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/wikidata> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/datacite/wikipedia
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:wikipedia a datacite:ResourceIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "wikipedia"@en ;
fabio:hasURL "https://en.wikipedia.org/"^^xsd:anyURI ;
vann:example """
:my-resource-id
datacite:usesIdentifierScheme datacite:wikipedia ;
literal:hasLiteralValue "The_Canterbury_Tales" .
""" ;
rdfs:comment "The Wikipedia page name is a unique identifier used to refer to any entity present in a Wikipedia database."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A Wikipedia page name is resolvable from the following URL: https://en.wikipedia.org/wiki/<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/wikipedia">
<rdfs:label xml:lang="en">wikipedia</rdfs:label>
<rdfs:comment xml:lang="en">The Wikipedia page name is a unique identifier used to refer to any entity present in a Wikipedia database.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/ResourceIdentifierScheme"/>
<vann:example>
:my-resource-id
datacite:usesIdentifierScheme datacite:wikipedia ;
literal:hasLiteralValue "The_Canterbury_Tales" .
</vann:example>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/</fabio:hasURL>
<skos:note xml:lang="en">A Wikipedia page name is resolvable from the following URL: https://en.wikipedia.org/wiki/<identifier>.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/wikipedia",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/ResourceIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://en.wikipedia.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:wikipedia ;\n literal:hasLiteralValue \"The_Canterbury_Tales\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The Wikipedia page name is a unique identifier used to refer to any entity present in a Wikipedia database."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "wikipedia"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A Wikipedia page name is resolvable from the following URL: https://en.wikipedia.org/wiki/<identifier>."
}
]
}
]<http://purl.org/spar/datacite/wikipedia> <http://www.w3.org/2000/01/rdf-schema#label> "wikipedia"@en .
<http://purl.org/spar/datacite/wikipedia> <http://www.w3.org/2000/01/rdf-schema#comment> "The Wikipedia page name is a unique identifier used to refer to any entity present in a Wikipedia database."@en .
<http://purl.org/spar/datacite/wikipedia> <http://purl.org/spar/fabio/hasURL> "https://en.wikipedia.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/wikipedia> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/wikipedia> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/wikipedia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/wikipedia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/ResourceIdentifierScheme> .
<http://purl.org/spar/datacite/wikipedia> <http://www.w3.org/2004/02/skos/core#note> "A Wikipedia page name is resolvable from the following URL: https://en.wikipedia.org/wiki/<identifier>."@en .
<http://purl.org/spar/datacite/wikipedia> <http://purl.org/vocab/vann/example> "\n :my-resource-id \n datacite:usesIdentifierScheme datacite:wikipedia ;\n literal:hasLiteralValue \"The_Canterbury_Tales\" .\n " .
IRI: http://purl.org/spar/scoro/workpackage-leader
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix scoro: <http://purl.org/spar/scoro/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
scoro:workpackage-leader a scoro:ProjectRole,
owl:NamedIndividual ;
rdfs:label "workpackage leader"@en ;
vann:example """
:silvio-peroni
pro:holdsRoleInTime :workpackage-leader-for-my-dataset .
:workpackage-leader-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:workpackage-leader .
""" ;
vaem:rationale """
This is used as a controlled term to specify a given agent role type ("Workpackage Leader").
"""@en ;
rdfs:comment "The role a person or institution has of being leader for a workpackage or sub-project within a project such as a research project, with responsibility for ensuring that the proposed work is undertaken and documented, the generated data are properly curated and archived, and the results are published and reported to the funding agency."@en ;
rdfs:isDefinedBy scoro: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/scoro/workpackage-leader">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/scoro/ProjectRole"/>
<rdfs:comment xml:lang="en">The role a person or institution has of being leader for a workpackage or sub-project within a project such as a research project, with responsibility for ensuring that the proposed work is undertaken and documented, the generated data are properly curated and archived, and the results are published and reported to the funding agency.</rdfs:comment>
<rdfs:label xml:lang="en">workpackage leader</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/scoro/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:silvio-peroni
pro:holdsRoleInTime :workpackage-leader-for-my-dataset .
:workpackage-leader-for-my-dataset a pro:RoleInTime ;
pro:relatesToEntity :my-dataset ;
pro:withRole scoro:workpackage-leader .
</vann:example>
<vaem:rationale xml:lang="en">
This is used as a controlled term to specify a given agent role type ("Workpackage Leader").
</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/scoro/workpackage-leader",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/scoro/ProjectRole"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni\n pro:holdsRoleInTime :workpackage-leader-for-my-dataset .\n \n :workpackage-leader-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:workpackage-leader .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "\nThis is used as a controlled term to specify a given agent role type (\"Workpackage Leader\").\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The role a person or institution has of being leader for a workpackage or sub-project within a project such as a research project, with responsibility for ensuring that the proposed work is undertaken and documented, the generated data are properly curated and archived, and the results are published and reported to the funding agency."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/scoro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "workpackage leader"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/scoro/workpackage-leader> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/scoro/workpackage-leader> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/scoro/workpackage-leader> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/scoro/ProjectRole> .
<http://purl.org/spar/scoro/workpackage-leader> <http://www.w3.org/2000/01/rdf-schema#comment> "The role a person or institution has of being leader for a workpackage or sub-project within a project such as a research project, with responsibility for ensuring that the proposed work is undertaken and documented, the generated data are properly curated and archived, and the results are published and reported to the funding agency."@en .
<http://purl.org/spar/scoro/workpackage-leader> <http://www.linkedmodel.org/schema/vaem#rationale> "\nThis is used as a controlled term to specify a given agent role type (\"Workpackage Leader\").\n "@en .
<http://purl.org/spar/scoro/workpackage-leader> <http://www.w3.org/2000/01/rdf-schema#label> "workpackage leader"@en .
<http://purl.org/spar/scoro/workpackage-leader> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/scoro/> .
<http://purl.org/spar/scoro/workpackage-leader> <http://purl.org/vocab/vann/example> "\n :silvio-peroni\n pro:holdsRoleInTime :workpackage-leader-for-my-dataset .\n \n :workpackage-leader-for-my-dataset a pro:RoleInTime ;\n pro:relatesToEntity :my-dataset ;\n pro:withRole scoro:workpackage-leader .\n " .
IRI: http://purl.org/spar/datacite/zbmath
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
datacite:zbmath a datacite:PersonalIdentifierScheme,
owl:NamedIndividual ;
rdfs:label "zbmath"@en ;
fabio:hasURL "https://zbmath.org/"^^xsd:anyURI ;
vann:example """
:silvio-peroni-id
datacite:usesIdentifierScheme datacite:zbmath ;
literal:hasLiteralValue "peroni.silvio" .
""" ;
rdfs:comment "The zbMATH author identifier is a unique identifier used for a person in the Zentralblatt MATH database."@en ;
rdfs:isDefinedBy datacite: ;
vs:term_status reg:statusStable ;
skos:note "A zbMATH author identifier is resolvable from the following URL: https://zbmath.org/authors/?q=ai:<identifier>."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:fabio="http://purl.org/spar/fabio/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/datacite/zbmath">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/datacite/PersonalIdentifierScheme"/>
<rdfs:comment xml:lang="en">The zbMATH author identifier is a unique identifier used for a person in the Zentralblatt MATH database.</rdfs:comment>
<rdfs:label xml:lang="en">zbmath</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/datacite/"/>
<fabio:hasURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zbmath.org/</fabio:hasURL>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:silvio-peroni-id
datacite:usesIdentifierScheme datacite:zbmath ;
literal:hasLiteralValue "peroni.silvio" .
</vann:example>
<skos:note xml:lang="en">A zbMATH author identifier is resolvable from the following URL: https://zbmath.org/authors/?q=ai:<identifier>.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/datacite/zbmath",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/datacite/PersonalIdentifierScheme"
],
"http://purl.org/spar/fabio/hasURL": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@value": "https://zbmath.org/"
}
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :silvio-peroni-id \n datacite:usesIdentifierScheme datacite:zbmath ;\n literal:hasLiteralValue \"peroni.silvio\" .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The zbMATH author identifier is a unique identifier used for a person in the Zentralblatt MATH database."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/datacite/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "zbmath"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A zbMATH author identifier is resolvable from the following URL: https://zbmath.org/authors/?q=ai:<identifier>."
}
]
}
]<http://purl.org/spar/datacite/zbmath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/datacite/zbmath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/datacite/PersonalIdentifierScheme> .
<http://purl.org/spar/datacite/zbmath> <http://www.w3.org/2000/01/rdf-schema#comment> "The zbMATH author identifier is a unique identifier used for a person in the Zentralblatt MATH database."@en .
<http://purl.org/spar/datacite/zbmath> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/datacite/zbmath> <http://www.w3.org/2000/01/rdf-schema#label> "zbmath"@en .
<http://purl.org/spar/datacite/zbmath> <http://purl.org/spar/fabio/hasURL> "https://zbmath.org/"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/datacite/zbmath> <http://www.w3.org/2004/02/skos/core#note> "A zbMATH author identifier is resolvable from the following URL: https://zbmath.org/authors/?q=ai:<identifier>."@en .
<http://purl.org/spar/datacite/zbmath> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/datacite/> .
<http://purl.org/spar/datacite/zbmath> <http://purl.org/vocab/vann/example> "\n :silvio-peroni-id \n datacite:usesIdentifierScheme datacite:zbmath ;\n literal:hasLiteralValue \"peroni.silvio\" .\n " .
Jump to:
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:abstract a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/abstract">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/abstract",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/abstract> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:bibliographicCitation a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/bibliographicCitation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/bibliographicCitation",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/bibliographicCitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/vocab/vann/changes
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <https://schema.org/> .
schema:codeRepository a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="https://schema.org/codeRepository">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/codeRepository",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<https://schema.org/codeRepository> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:comment a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#comment">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#comment",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:contributor a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/contributor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/contributor",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/contributor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/dc/terms/created
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:creator a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/creator">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/creator",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:date a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/date">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/date",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/date> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:description a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/description">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/description",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
bibo:doi a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/doi">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/ontology/bibo/doi",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/ontology/bibo/doi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
vann:example a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/vann/example">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/vann/example",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/vocab/vann/example> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: https://schema.org/image
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <https://schema.org/> .
schema:includedInDataCatalog a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="https://schema.org/includedInDataCatalog">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/includedInDataCatalog",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<https://schema.org/includedInDataCatalog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/dc/terms/issued
IRI: https://schema.org/keywords
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:label a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#label",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:license a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/license">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/license",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
foaf:logo a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/logo">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://xmlns.com/foaf/0.1/logo",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://xmlns.com/foaf/0.1/logo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/dc/terms/modified
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:note a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#note">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#note",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2004/02/skos/core#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
vann:preferredNamespacePrefix a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/vann/preferredNamespacePrefix",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/vocab/vann/preferredNamespacePrefix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
vann:preferredNamespaceUri a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/vann/preferredNamespaceUri",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/vocab/vann/preferredNamespaceUri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
owl:priorVersion a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#priorVersion">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#priorVersion",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2002/07/owl#priorVersion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/dc/terms/publisher
IRI: http://www.linkedmodel.org/schema/vaem#rationale
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:source a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/source">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/source",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/source> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/ontology/bibo/status
IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#term_status
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:title a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/title">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/title",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
owl:versionInfo a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#versionInfo">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#versionInfo",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2002/07/owl#versionInfo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .