Trinh H. Nguyen

Please use owl:DatatypeProperty or owl:ObjectProperty instead of rdf:Property

1 # baseURI: http://data.posccaesar.org/ilap/ 1 # baseURI: http://data.posccaesar.org/ilap/
2 2
3 -# c14n-version: 3
4 @prefix : <http://data.posccaesar.org/ilap/> . 3 @prefix : <http://data.posccaesar.org/ilap/> .
5 @prefix owl: <http://www.w3.org/2002/07/owl#> . 4 @prefix owl: <http://www.w3.org/2002/07/owl#> .
6 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 5 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 6 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 7 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8 +
9 : 9 :
10 rdf:type owl:Ontology ; 10 rdf:type owl:Ontology ;
11 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 11 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
...@@ -49,14 +49,14 @@ ...@@ -49,14 +49,14 @@
49 ] ; 49 ] ;
50 . 50 .
51 :hasAcitivity 51 :hasAcitivity
52 - rdf:type rdf:Property ; 52 + rdf:type owl:ObjectProperty ;
53 rdfs:label "has acitivity"^^xsd:string ; 53 rdfs:label "has acitivity"^^xsd:string ;
54 . 54 .
55 :hasPlan 55 :hasPlan
56 - rdf:type rdf:Property ; 56 + rdf:type owl:ObjectProperty ;
57 rdfs:label "has plan"^^xsd:string ; 57 rdfs:label "has plan"^^xsd:string ;
58 . 58 .
59 :hasProject 59 :hasProject
60 - rdf:type rdf:Property ; 60 + rdf:type owl:ObjectProperty ;
61 rdfs:label "has project"^^xsd:string ; 61 rdfs:label "has project"^^xsd:string ;
62 . 62 .
......