Tore Christiansen

double import :)

1 # baseURI: http://data.posccaesar.org/ilap/userfields/ 1 # baseURI: http://data.posccaesar.org/ilap/userfields/
2 +# imports: http://data.posccaesar.org/ilap/
2 3
3 # c14n-version: 3 4 # c14n-version: 3
4 @prefix : <http://data.posccaesar.org/ilap/userfields/> . 5 @prefix : <http://data.posccaesar.org/ilap/userfields/> .
...@@ -17,6 +18,7 @@ ilap:shouldUseAnyUri ...@@ -17,6 +18,7 @@ ilap:shouldUseAnyUri
17 . 18 .
18 : 19 :
19 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
21 + owl:imports ilap: ;
20 . 22 .
21 :SourceSpecifiedUserField 23 :SourceSpecifiedUserField
22 rdf:type owl:Class ; 24 rdf:type owl:Class ;
...@@ -613,12 +615,6 @@ ilap:shouldUseAnyUri ...@@ -613,12 +615,6 @@ ilap:shouldUseAnyUri
613 rdf:type owl:Restriction ; 615 rdf:type owl:Restriction ;
614 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 616 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
615 owl:onClass ilap:FreeFieldValue ; 617 owl:onClass ilap:FreeFieldValue ;
616 - owl:onProperty :hasMainWorkCenter ;
617 - ] ;
618 - rdfs:subClassOf [
619 - rdf:type owl:Restriction ;
620 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
621 - owl:onClass ilap:FreeFieldValue ;
622 owl:onProperty :hasMainWorkCenterPlant ; 618 owl:onProperty :hasMainWorkCenterPlant ;
623 ] ; 619 ] ;
624 rdfs:subClassOf [ 620 rdfs:subClassOf [
...@@ -681,6 +677,12 @@ ilap:shouldUseAnyUri ...@@ -681,6 +677,12 @@ ilap:shouldUseAnyUri
681 owl:onClass ilap:FreeFieldValue ; 677 owl:onClass ilap:FreeFieldValue ;
682 owl:onProperty :hasSuperiorPSnetworkActivity ; 678 owl:onProperty :hasSuperiorPSnetworkActivity ;
683 ] ; 679 ] ;
680 + rdfs:subClassOf [
681 + rdf:type owl:Restriction ;
682 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
683 + owl:onClass ilap:MainWorkCenter ;
684 + owl:onProperty :hasMainWorkCenter ;
685 + ] ;
684 . 686 .
685 :SpecifiedUserField_1 687 :SpecifiedUserField_1
686 rdf:type :SpecifiedUserField ; 688 rdf:type :SpecifiedUserField ;
......