From 76d208f9529610154a87ed195c109f9910fc7c38 Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Sat, 8 May 2010 23:41:25 +0000 Subject: Added nco:start and nco:end according to #69 --- nco/nco.trig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'nco/nco.trig') diff --git a/nco/nco.trig b/nco/nco.trig index d8ddfee..5370d38 100644 --- a/nco/nco.trig +++ b/nco/nco.trig @@ -661,6 +661,23 @@ nco: {nco:region rdfs:domain nco:IMAccount ; rdfs:label "imStatusMessage" ; rdfs:range xsd:string . + + nco:start + a rdf:Property ; + rdfs:comment "Start datetime for the role, such as: the datetime of joining a project or organization, datetime of starting employment, datetime of marriage" ; + rdfs:label "start" ; + rdfs:domain nco:Role ; + rdfs:range xsd:dateTime ; + nrl:maxCardinality 1 . + + nco:end + a rdf:Property; + rdfs:comment "End datetime for the role, such as: the datetime of leaving a project or organization, datetime of ending employment, datetime of divorce. If absent or set to a date in the future, the role is currently active." ; + rdfs:label "end" ; + rdfs:domain nco:Role ; + rdfs:range xsd:dateTime ; + nrl:maxCardinality 1 . + } {nco: a nrl:Ontology ; -- cgit v1.2.3