diff options
-rwxr-xr-x | examples/genelist.scm | 3 | ||||
-rwxr-xr-x | examples/generif.scm | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/genelist.scm b/examples/genelist.scm index b19b30f..185ea61 100755 --- a/examples/genelist.scm +++ b/examples/genelist.scm @@ -22,6 +22,9 @@ (gnt:belongsToSpecies rdfs:domain gnc:GeneSymbol) (gnc:GeneSymbol a rdfs:Class) (gnc:GeneSymbol rdfs:label "Gene Symbol") + (gnt:hasGeneId a owl:ObjectProperty) + (gnt:hasGeneId rdfs:domain gnc:NCBIWikiEntry) + (gnt:hasGeneId skos:definition "The GeneId of this this resource") (gnc:transcript rdfs:domain gnc:GeneSymbol) (gnt:transcript a owl:ObjectProperty) (gnc:transcript rdfs:comments "The gene transcript of this resource") diff --git a/examples/generif.scm b/examples/generif.scm index 691dc34..3c60ab6 100755 --- a/examples/generif.scm +++ b/examples/generif.scm @@ -132,9 +132,6 @@ (schema-triples (gnc:NCBIWikiEntry rdfs:subClassOf gnc:GeneWikiEntry) (gnc:NCBIWikiEntry rdfs:comment "Represents GeneRIF Entries obtained from NCBI") - (gnt:hasGeneId a owl:ObjectProperty) - (gnt:hasGeneId rdfs:domain gnc:NCBIWikiEntry) - (gnt:hasGeneId skos:definition "The GeneId of this this resource") (gnt:hasVersionId a owl:ObjectProperty) (gnt:hasVersionId rdfs:domain gnc:NCBIWikiEntry) (gnt:hasVersionId skos:definition "The VersionId of this this resource")) |