"PREFIX dcterms: \nPREFIX dc: \nPREFIX owl: \nPREFIX rdfs: \nPREFIX sdo: \nPREFIX skos: \nPREFIX xsd: \n\nPREFIX da: \n\n a owl:Ontology , skos:ConceptScheme ;\n skos:prefLabel \"Data Access Rights\"@en ;\n skos:definition \"Data access rights control how users and systems access a data resource.\"@en ;\n skos:historyNote \"This vocabulary is taken from the COAR Controlled Vocabularies Interest Group (http://vocabularies.coar-repositories.org/documentation/access_rights/) but is redelivered as that vocabulary isn't well presented online.\"@en ;\n dcterms:source ;\n dcterms:creator ;\n # dcterms:created \"2019-04-03\"^^xsd:date ;\n dcterms:modified \"2019-09-10\"^^xsd:date ;\n dcterms:publisher ;\n skos:hasTopConcept \n da:open ,\n da:restricted ;\n.\n\n a sdo:Organization ;\n sdo:name \"Geological Survey of Queensland\" ;\n sdo:url .\n\nda:embargoed a skos:Concept ;\n rdfs:isDefinedBy ;\n skos:prefLabel \"Embargoed access\"@en ;\n skos:definition \"Embargoed access refers to a resource accessible as metadata only until released for open access on a specified date.\"@en ;\n skos:inScheme ;\n skos:broader da:protected .\n\nda:metadata-only a skos:Concept ;\n rdfs:isDefinedBy ;\n skos:prefLabel \"Metadata only access\"@en ;\n skos:definition \"Metadata only access refers to a resource in which access is limited to metadata only. Access to the resource requires granting of access rights.\"@en ;\n skos:inScheme ;\n skos:broader da:protected .\n\nda:open a skos:Concept ;\n rdfs:isDefinedBy ;\n skos:prefLabel \"Open access\"@en ;\n skos:altLabel \"Open file\"@en ;\n skos:definition \"Open access refers to a resource that is immediately and permanently online, and free for all on the Web, without financial and technical barriers.\"@en ;\n skos:inScheme ;\n skos:topConceptOf .\n\nda:restricted a skos:Concept ;\n rdfs:isDefinedBy ;\n skos:prefLabel \"Restricted access\"@en ;\n skos:definition \"Restricted access refers to a resource that is stored in a system but is not freely accessible. Access is limited to specific personnel or user groups.\"@en ;\n skos:inScheme ;\n skos:topConceptOf .\n\nda:protected a skos:Concept ;\n rdfs:isDefinedBy ;\n skos:prefLabel \"Protected access\"@en ;\n skos:definition \"Protected access refers to a resource that is stored in a system but is not freely accessible due to specific legal or policy decisions, such as active legal proceedings or ministerial discretion. Access is limited to specific personnel or user groups. \"@en ;\n skos:inScheme ;\n skos:broader da:protected .\n\nda:open-access-rights a skos:Collection ;\n rdfs:isDefinedBy ;\n dcterms:provenance \"Created in this vocabulary\" ;\n skos:prefLabel \"Open data access rights\"@en ;\n skos:definition \"Data that is non-sensitive, freely available, easily discovered and accessed, and published in ways and with licences that allow easy reuse.\"@en ;\n skos:member da:open .\n\nda:closed-access-rights a skos:Collection ;\n rdfs:isDefinedBy ;\n dcterms:provenance \"Created in this vocabulary\" ;\n skos:prefLabel \"Closed data access rights\"@en ;\n skos:definition \"Selective restriction of access to data that is OFFICIAL (low or negligible confidentiality impact), SENSITIVE (moderate confidentiality impact) or PROTECTED (high confidentiality impact).\"@en ;\n skos:member da:embargoed,\n da:metadata-only,\n da:protected,\n da:restricted ."