diff options
author | Evgeny Egorochkin <phreedom.stdin@gmail.com> | 2009-11-12 07:47:08 +0000 |
---|---|---|
committer | Evgeny Egorochkin <phreedom.stdin@gmail.com> | 2009-11-12 07:47:08 +0000 |
commit | 0eec4e911cdb39eb6f422961e7cf6da1f2ad7f09 (patch) | |
tree | 985f3cca6e96421ea5f6980cf6123604e1a9167a | |
parent | 96fb397c124d3641f7389e8aca128c2108ae130f (diff) |
Integrated NAO and NIE as much as possible: https://sourceforge.net/apps/trac/oscaf/ticket/1
-rw-r--r-- | nco/nco.trig | 8 | ||||
-rw-r--r-- | nie/nie.trig | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/nco/nco.trig b/nco/nco.trig index c0bd5ea..d6a8aeb 100644 --- a/nco/nco.trig +++ b/nco/nco.trig @@ -129,7 +129,7 @@ nco: {nco:region rdfs:domain nie:InformationElement ; rdfs:label "creator" ; rdfs:range nco:Contact ; - rdfs:subPropertyOf dc:creator , nco:contributor . + rdfs:subPropertyOf dc:creator , nco:contributor , nao:creator . nco:hasLocation a rdf:Property ; @@ -281,7 +281,7 @@ nco: {nco:region a rdfs:Class ; rdfs:comment "A Contact. A piece of data that can provide means to identify or communicate with an entity." ; rdfs:label "Contact" ; - rdfs:subClassOf nco:Role , nie:InformationElement . + rdfs:subClassOf nco:Role , nie:InformationElement , nao:Party . nco:ModemNumber a rdfs:Class ; @@ -323,7 +323,7 @@ nco: {nco:region rdfs:domain nie:InformationElement ; rdfs:label "contributor" ; rdfs:range nco:Contact ; - rdfs:subPropertyOf dc:contributor . + rdfs:subPropertyOf dc:contributor , nao:contributor . nco:logo a rdf:Property ; @@ -624,7 +624,7 @@ nco: {nco:region "http://www.semanticdesktop.org/ontologies/2007/03/22/nco#" ; nao:hasDefaultNamespaceAbbreviation "nco" ; - nao:lastModified "2008-10-05T19:45:49.890Z" ; + nao:lastModified "2009-11-12T07:45:58Z" ; nao:status "Unstable" ; nao:updatable "0 " ; nao:version "Revision-8" . diff --git a/nie/nie.trig b/nie/nie.trig index 59bb4ba..e1f7330 100644 --- a/nie/nie.trig +++ b/nie/nie.trig @@ -77,7 +77,7 @@ nie: {nie:characterSet rdfs:domain nie:DataObject ; rdfs:label "created" ; rdfs:range xsd:dateTime ; - rdfs:subPropertyOf dcterms:created . + rdfs:subPropertyOf dcterms:created, nao:created . nie:lastModified a rdf:Property ; @@ -85,7 +85,7 @@ nie: {nie:characterSet rdfs:domain nie:DataObject ; rdfs:label "lastModified" ; rdfs:range xsd:dateTime ; - rdfs:subPropertyOf dc:date . + rdfs:subPropertyOf dc:date, nao:lastModified . nie:mimeType a rdf:Property ; @@ -165,7 +165,7 @@ nie: {nie:characterSet rdfs:domain nie:InformationElement ; rdfs:label "description" ; rdfs:range xsd:string ; - rdfs:subPropertyOf dc:description . + rdfs:subPropertyOf dc:description, nao:description . nie:contentCreated a rdf:Property ; @@ -173,7 +173,7 @@ nie: {nie:characterSet rdfs:domain nie:InformationElement ; rdfs:label "contentCreated" ; rdfs:range xsd:dateTime ; - rdfs:subPropertyOf nie:informationElementDate ; + rdfs:subPropertyOf nie:informationElementDate, nao:created ; nrl:maxCardinality "1" . nie:title @@ -221,7 +221,7 @@ nie: {nie:characterSet rdfs:domain nie:InformationElement ; rdfs:label "contentLastModified" ; rdfs:range xsd:dateTime ; - rdfs:subPropertyOf nie:informationElementDate ; + rdfs:subPropertyOf nie:informationElementDate, nao:lastModified ; nrl:maxCardinality "1" . nie:keyword @@ -346,7 +346,7 @@ nie: {nie:characterSet "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#" ; nao:hasDefaultNamespaceAbbreviation "nie" ; - nao:lastModified "2009-07-20T14:59:09.500Z" ; + nao:lastModified "2009-11-12T07:45:58Z" ; nao:status "Unstable" ; nao:updatable "0 " ; nao:version "Revision-9" . |