@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix dwc: <http://rs.tdwg.org/dwc/terms/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix tdwgutility: <http://rs.tdwg.org/dwc/terms/attributes/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix dwciri: <http://rs.tdwg.org/dwc/iri/>.

<http://rs.tdwg.org/dwc/terms/attributes/layer>
     rdfs:isDefinedBy <http://rs.tdwg.org/dwc/terms/attributes/>;
     dcterms:isPartOf <http://rs.tdwg.org/dwc/terms/attributes/>;
     dcterms:created "2017-09-23"^^xsd:date;
     dcterms:modified "2020-01-27"^^xsd:date;
     owl:deprecated "true"^^xsd:boolean;
     rdfs:label "Layer"@en;
     skos:prefLabel "Layer"@en;
     rdfs:comment "Used to indicate the centrality of vocabulary terms."@en;
     skos:definition "Used to indicate the centrality of vocabulary terms."@en;
     rdf:type <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>.

<http://rs.tdwg.org/dwc/terms/attributes/version/layer-2017-09-23>
     dcterms:isVersionOf <http://rs.tdwg.org/dwc/terms/attributes/layer>.

<http://rs.tdwg.org/dwc/terms/attributes/layer>
     dcterms:hasVersion <http://rs.tdwg.org/dwc/terms/attributes/version/layer-2017-09-23>.

<http://rs.tdwg.org/dwc/terms/attributes/layer.ttl>
     dc:format "text/turtle";
     dc:creator "Biodiversity Information Standards (TDWG)";
     dcterms:references <http://rs.tdwg.org/dwc/terms/attributes/layer>;
     dcterms:modified "2017-09-23T06:53:00-05:00"^^xsd:dateTime;
     a foaf:document.

