about summary refs log tree commit diff
path: root/schema/gn-curation-metadata.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'schema/gn-curation-metadata.ttl')
-rw-r--r--schema/gn-curation-metadata.ttl19
1 files changed, 19 insertions, 0 deletions
diff --git a/schema/gn-curation-metadata.ttl b/schema/gn-curation-metadata.ttl
new file mode 100644
index 0000000..1286453
--- /dev/null
+++ b/schema/gn-curation-metadata.ttl
@@ -0,0 +1,19 @@
+@prefix gn:   <http://rdf.genenetwork.org/v1/id/> .
+@prefix gnt:  <http://rdf.genenetwork.org/v1/term/> .
+@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+gnt:editorial_status rdf:type owl:DatatypeProperty ;
+    rdfs:label "editorial status" ;
+    rdfs:comment "Curation and lifecycle status of a GN entity." .
+
+gnt:obsolete rdf:type skos:Concept ;
+    skos:prefLabel "obsolete" ;
+    skos:definition "Data retained for historical reasons but known to be incomplete, low-quality, or not scientifically useful." .
+
+gnt:deprecated rdf:type skos:Concept ;
+    skos:prefLabel "deprecated" ;
+    skos:definition "Data that should no longer be exposed in primary user interfaces." .