IRI: http://prismstandard.org/namespaces/basic/2.0/publicationDate
@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 prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
prism:publicationDate a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has publication date"@en ;
vann:example """
:my-paperback a fabio:Paperback ;
prism:publicationDate '2007-06'^^xsd:gYearMonth .
""" ;
rdfs:comment "The date on which a resource is published or disclosed."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
rdfs:range [ a rdfs:Datatype ;
owl:unionOf ( xsd:date xsd:gYear xsd:gYearMonth ) ] ;
rdfs:subPropertyOf dcterms:issued ;
vs:term_status reg:statusStable ;
skos:note """
The date can be expressed in three different formats:
- yyyy-mm-dd (i.e., xsd:date)
- yyyy-mm (i.e., xsd:gYearMonth)
- yyyy (i.e., xsd:gYear)"""@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="nc2534d39d31a404c8051419731cd4b5eb2">
<rdf:first rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb3"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb3">
<rdf:first rdf:resource="http://www.w3.org/2001/XMLSchema#gYear"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb4"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb1">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
<owl:unionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb2"/>
</rdf:Description>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/publicationDate">
<rdfs:label xml:lang="en">has publication date</rdfs:label>
<rdfs:comment xml:lang="en">The date on which a resource is published or disclosed.</rdfs:comment>
<rdfs:range rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb1"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/issued"/>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
The date can be expressed in three different formats:
- yyyy-mm-dd (i.e., xsd:date)
- yyyy-mm (i.e., xsd:gYearMonth)
- yyyy (i.e., xsd:gYear)</skos:note>
<vann:example>
:my-paperback a fabio:Paperback ;
prism:publicationDate '2007-06'^^xsd:gYearMonth .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb4">
<rdf:first rdf:resource="http://www.w3.org/2001/XMLSchema#gYearMonth"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/publicationDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paperback a fabio:Paperback ;\n prism:publicationDate '2007-06'^^xsd:gYearMonth .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which a resource is published or disclosed."
}
],
"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://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has publication date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb1"
}
],
"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": "\nThe date can be expressed in three different formats:\n- yyyy-mm-dd (i.e., xsd:date)\n- yyyy-mm (i.e., xsd:gYearMonth)\n- yyyy (i.e., xsd:gYear)"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb1",
"@type": [
"http://www.w3.org/2000/01/rdf-schema#Datatype"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://www.w3.org/2001/XMLSchema#date"
},
{
"@id": "http://www.w3.org/2001/XMLSchema#gYear"
},
{
"@id": "http://www.w3.org/2001/XMLSchema#gYearMonth"
}
]
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb3 .
_:nc2534d39d31a404c8051419731cd4b5eb3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb4 .
_:nc2534d39d31a404c8051419731cd4b5eb1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Datatype> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2000/01/rdf-schema#range> _:nc2534d39d31a404c8051419731cd4b5eb1 .
_:nc2534d39d31a404c8051419731cd4b5eb4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#gYearMonth> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#gYear> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2000/01/rdf-schema#label> "has publication date"@en .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://purl.org/vocab/vann/example> "\n :my-paperback a fabio:Paperback ;\n prism:publicationDate '2007-06'^^xsd:gYearMonth .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#date> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which a resource is published or disclosed."@en .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <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/publicationDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2004/02/skos/core#note> "\nThe date can be expressed in three different formats:\n- yyyy-mm-dd (i.e., xsd:date)\n- yyyy-mm (i.e., xsd:gYearMonth)\n- yyyy (i.e., xsd:gYear)"@en .
_:nc2534d39d31a404c8051419731cd4b5eb1 <http://www.w3.org/2002/07/owl#unionOf> _:nc2534d39d31a404c8051419731cd4b5eb2 .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/issued> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .