Tore Christiansen

Made the CalendarOpsList a subclass of rdf:List again.

......@@ -657,6 +657,7 @@
rdf:type owl:Class ;
rdfs:label "Calendar op list"^^xsd:string ;
rdfs:subClassOf :AbstractObject ;
rdfs:subClassOf rdf:List ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
......@@ -955,8 +956,8 @@
.
:Data
rdf:type owl:Class ;
rdfs:comment "An Information Object that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ;
rdfs:label "Data"^^xsd:string ;
rdfs:comment "A Class that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ;
rdfs:label "ILAP Data"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
......