Trinh H. Nguyen

fixed type possibleindivdual --> possibleindividual

Showing 1 changed file with 16 additions and 17 deletions
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
2 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 2 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
3 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 3 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
4 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 4 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
5 -@prefix list: <http://www.co-ode.org/ontologies/list.owl#> .
6 @prefix dm: <http://data.posccaesar.org/dm/> . 5 @prefix dm: <http://data.posccaesar.org/dm/> .
7 @prefix dct: <http://purl.org/dc/terms/> . 6 @prefix dct: <http://purl.org/dc/terms/> .
8 @prefix ptrn: <http://data.posccaesar.org/ptrn/> . 7 @prefix ptrn: <http://data.posccaesar.org/ptrn/> .
...@@ -200,7 +199,7 @@ dm:hasFeature a owl:ObjectProperty , owl:TransitiveProperty ; ...@@ -200,7 +199,7 @@ dm:hasFeature a owl:ObjectProperty , owl:TransitiveProperty ;
200 dm:occurrenceCauseOfEndOfValue 199 dm:occurrenceCauseOfEndOfValue
201 a owl:ObjectProperty ; 200 a owl:ObjectProperty ;
202 rdfs:domain dm:ClassOfActivity ; 201 rdfs:domain dm:ClassOfActivity ;
203 - rdfs:range dm:PossibleIndivdual ; 202 + rdfs:range dm:PossibleIndividual ;
204 dm:definedByLiteral "each member of the cause class causes the end of the ended" ; 203 dm:definedByLiteral "each member of the cause class causes the end of the ended" ;
205 lcm:hasPersonInterpretableIdentifierLiteral 204 lcm:hasPersonInterpretableIdentifierLiteral
206 "occurrence cause of end of value" ; 205 "occurrence cause of end of value" ;
...@@ -249,7 +248,7 @@ dm:describedBy a owl:ObjectProperty ; ...@@ -249,7 +248,7 @@ dm:describedBy a owl:ObjectProperty ;
249 248
250 dm:valueTemporalPartOfOccurrence 249 dm:valueTemporalPartOfOccurrence
251 a owl:ObjectProperty ; 250 a owl:ObjectProperty ;
252 - rdfs:domain dm:PossibleIndivdual ; 251 + rdfs:domain dm:PossibleIndividual ;
253 rdfs:range dm:ClassOfIndividual ; 252 rdfs:range dm:ClassOfIndividual ;
254 rdfs:subPropertyOf dm:valuePartOfOccurrence ; 253 rdfs:subPropertyOf dm:valuePartOfOccurrence ;
255 dm:definedByLiteral "the part is a temporal part of each member of the whole class" ; 254 dm:definedByLiteral "the part is a temporal part of each member of the whole class" ;
...@@ -573,7 +572,7 @@ dm:ClassOfInformationObject ...@@ -573,7 +572,7 @@ dm:ClassOfInformationObject
573 dm:occurrenceBeginsValue 572 dm:occurrenceBeginsValue
574 a owl:ObjectProperty ; 573 a owl:ObjectProperty ;
575 rdfs:domain dm:ClassOfEvent ; 574 rdfs:domain dm:ClassOfEvent ;
576 - rdfs:range dm:PossibleIndivdual ; 575 + rdfs:range dm:PossibleIndividual ;
577 rdfs:subPropertyOf dm:occurrenceTemporalPartOfValue ; 576 rdfs:subPropertyOf dm:occurrenceTemporalPartOfValue ;
578 dm:definedByLiteral "each member of the part class is the beginning of the whole" ; 577 dm:definedByLiteral "each member of the part class is the beginning of the whole" ;
579 lcm:hasPersonInterpretableIdentifierLiteral 578 lcm:hasPersonInterpretableIdentifierLiteral
...@@ -716,7 +715,7 @@ dm:ComputerFileFormat ...@@ -716,7 +715,7 @@ dm:ComputerFileFormat
716 715
717 dm:valueHasBeginningOccurrence 716 dm:valueHasBeginningOccurrence
718 a owl:ObjectProperty ; 717 a owl:ObjectProperty ;
719 - rdfs:domain dm:PossibleIndivdual ; 718 + rdfs:domain dm:PossibleIndividual ;
720 rdfs:range dm:ClassOfEvent ; 719 rdfs:range dm:ClassOfEvent ;
721 rdfs:subPropertyOf dm:valueHasTemporalPartOccurrence ; 720 rdfs:subPropertyOf dm:valueHasTemporalPartOccurrence ;
722 dm:definedByLiteral "the whole has each member of the part class as its beginning" ; 721 dm:definedByLiteral "the whole has each member of the part class as its beginning" ;
...@@ -796,7 +795,7 @@ dm:textStringAsLiteral ...@@ -796,7 +795,7 @@ dm:textStringAsLiteral
796 795
797 dm:valueHasPartOccurrence 796 dm:valueHasPartOccurrence
798 a owl:ObjectProperty ; 797 a owl:ObjectProperty ;
799 - rdfs:domain dm:PossibleIndivdual ; 798 + rdfs:domain dm:PossibleIndividual ;
800 rdfs:range dm:ClassOfIndividual ; 799 rdfs:range dm:ClassOfIndividual ;
801 dm:definedByLiteral "the whole has each member of the part class as a part" ; 800 dm:definedByLiteral "the whole has each member of the part class as a part" ;
802 lcm:hasPersonInterpretableIdentifierLiteral 801 lcm:hasPersonInterpretableIdentifierLiteral
...@@ -820,7 +819,7 @@ dm:valueHasPartOccurrence ...@@ -820,7 +819,7 @@ dm:valueHasPartOccurrence
820 dm:occurrenceTemporalPartOfValue 819 dm:occurrenceTemporalPartOfValue
821 a owl:ObjectProperty ; 820 a owl:ObjectProperty ;
822 rdfs:domain dm:ClassOfIndividual ; 821 rdfs:domain dm:ClassOfIndividual ;
823 - rdfs:range dm:PossibleIndivdual ; 822 + rdfs:range dm:PossibleIndividual ;
824 rdfs:subPropertyOf dm:occurrencePartOfValue ; 823 rdfs:subPropertyOf dm:occurrencePartOfValue ;
825 dm:definedByLiteral "each member of the part class is a temporal part of the whole" ; 824 dm:definedByLiteral "each member of the part class is a temporal part of the whole" ;
826 lcm:hasPersonInterpretableIdentifierLiteral 825 lcm:hasPersonInterpretableIdentifierLiteral
...@@ -931,7 +930,7 @@ dm:FunctionalPhysicalObject ...@@ -931,7 +930,7 @@ dm:FunctionalPhysicalObject
931 930
932 dm:valueHasCauseOfBeginningOccurrence 931 dm:valueHasCauseOfBeginningOccurrence
933 a owl:ObjectProperty ; 932 a owl:ObjectProperty ;
934 - rdfs:domain dm:PossibleIndivdual ; 933 + rdfs:domain dm:PossibleIndividual ;
935 rdfs:range dm:ClassOfActivity ; 934 rdfs:range dm:ClassOfActivity ;
936 dm:definedByLiteral "the beginning of the begun has each member of the cause class as its cause" ; 935 dm:definedByLiteral "the beginning of the begun has each member of the cause class as its cause" ;
937 lcm:hasPersonInterpretableIdentifierLiteral 936 lcm:hasPersonInterpretableIdentifierLiteral
...@@ -984,7 +983,7 @@ dm:temporalPartOf a owl:ObjectProperty , owl:TransitiveProperty ; ...@@ -984,7 +983,7 @@ dm:temporalPartOf a owl:ObjectProperty , owl:TransitiveProperty ;
984 dm:occurrenceCauseOfBeginningOfValue 983 dm:occurrenceCauseOfBeginningOfValue
985 a owl:ObjectProperty ; 984 a owl:ObjectProperty ;
986 rdfs:domain dm:ClassOfActivity ; 985 rdfs:domain dm:ClassOfActivity ;
987 - rdfs:range dm:PossibleIndivdual ; 986 + rdfs:range dm:PossibleIndividual ;
988 dm:definedByLiteral "each member of the cause class causes the beginning of the begun" ; 987 dm:definedByLiteral "each member of the cause class causes the beginning of the begun" ;
989 lcm:hasPersonInterpretableIdentifierLiteral 988 lcm:hasPersonInterpretableIdentifierLiteral
990 "occurrence cause of beginning of value" ; 989 "occurrence cause of beginning of value" ;
...@@ -1130,7 +1129,7 @@ dm:RepresentationFormat ...@@ -1130,7 +1129,7 @@ dm:RepresentationFormat
1130 dm:occurrencehasPartValue 1129 dm:occurrencehasPartValue
1131 a owl:ObjectProperty ; 1130 a owl:ObjectProperty ;
1132 rdfs:domain dm:ClassOfIndividual ; 1131 rdfs:domain dm:ClassOfIndividual ;
1133 - rdfs:range dm:PossibleIndivdual ; 1132 + rdfs:range dm:PossibleIndividual ;
1134 dm:definedByLiteral "each member of the whole class has the part " ; 1133 dm:definedByLiteral "each member of the whole class has the part " ;
1135 lcm:hasPersonInterpretableIdentifierLiteral 1134 lcm:hasPersonInterpretableIdentifierLiteral
1136 "occurrence has part value" ; 1135 "occurrence has part value" ;
...@@ -2635,7 +2634,7 @@ dm:hasParticipant a owl:ObjectProperty ; ...@@ -2635,7 +2634,7 @@ dm:hasParticipant a owl:ObjectProperty ;
2635 dm:occurrencehasTemporalPartValue 2634 dm:occurrencehasTemporalPartValue
2636 a owl:ObjectProperty ; 2635 a owl:ObjectProperty ;
2637 rdfs:domain dm:ClassOfIndividual ; 2636 rdfs:domain dm:ClassOfIndividual ;
2638 - rdfs:range dm:PossibleIndivdual ; 2637 + rdfs:range dm:PossibleIndividual ;
2639 rdfs:subPropertyOf dm:occurrencehasPartValue ; 2638 rdfs:subPropertyOf dm:occurrencehasPartValue ;
2640 dm:definedByLiteral "each member of the whole class has the part as a temporal part " ; 2639 dm:definedByLiteral "each member of the whole class has the part as a temporal part " ;
2641 lcm:hasPersonInterpretableIdentifierLiteral 2640 lcm:hasPersonInterpretableIdentifierLiteral
...@@ -2747,7 +2746,7 @@ dm:occurrenceHasCauseValue ...@@ -2747,7 +2746,7 @@ dm:occurrenceHasCauseValue
2747 dm:occurrenceEndsValue 2746 dm:occurrenceEndsValue
2748 a owl:ObjectProperty ; 2747 a owl:ObjectProperty ;
2749 rdfs:domain dm:ClassOfEvent ; 2748 rdfs:domain dm:ClassOfEvent ;
2750 - rdfs:range dm:PossibleIndivdual ; 2749 + rdfs:range dm:PossibleIndividual ;
2751 rdfs:subPropertyOf dm:occurrenceTemporalPartOfValue ; 2750 rdfs:subPropertyOf dm:occurrenceTemporalPartOfValue ;
2752 dm:definedByLiteral "each member of the part class is the end of the whole" ; 2751 dm:definedByLiteral "each member of the part class is the end of the whole" ;
2753 lcm:hasPersonInterpretableIdentifierLiteral 2752 lcm:hasPersonInterpretableIdentifierLiteral
...@@ -2785,7 +2784,7 @@ dm:valueBeginsOccurrence ...@@ -2785,7 +2784,7 @@ dm:valueBeginsOccurrence
2785 dm:occurrencePartOfValue 2784 dm:occurrencePartOfValue
2786 a owl:ObjectProperty ; 2785 a owl:ObjectProperty ;
2787 rdfs:domain dm:ClassOfIndividual ; 2786 rdfs:domain dm:ClassOfIndividual ;
2788 - rdfs:range dm:PossibleIndivdual ; 2787 + rdfs:range dm:PossibleIndividual ;
2789 dm:definedByLiteral "each member of the part class is a part of the whole" ; 2788 dm:definedByLiteral "each member of the part class is a part of the whole" ;
2790 lcm:hasPersonInterpretableIdentifierLiteral 2789 lcm:hasPersonInterpretableIdentifierLiteral
2791 "occurrence part of value" ; 2790 "occurrence part of value" ;
...@@ -3042,7 +3041,7 @@ dm:partOf a owl:ObjectProperty , owl:TransitiveProperty ; ...@@ -3042,7 +3041,7 @@ dm:partOf a owl:ObjectProperty , owl:TransitiveProperty ;
3042 3041
3043 dm:valuePartOfOccurrence 3042 dm:valuePartOfOccurrence
3044 a owl:ObjectProperty ; 3043 a owl:ObjectProperty ;
3045 - rdfs:domain dm:PossibleIndivdual ; 3044 + rdfs:domain dm:PossibleIndividual ;
3046 rdfs:range dm:ClassOfIndividual ; 3045 rdfs:range dm:ClassOfIndividual ;
3047 dm:definedByLiteral "the part is a part of each member of the whole class" ; 3046 dm:definedByLiteral "the part is a part of each member of the whole class" ;
3048 lcm:hasPersonInterpretableIdentifierLiteral 3047 lcm:hasPersonInterpretableIdentifierLiteral
...@@ -4246,7 +4245,7 @@ dm:spatialPartOf a owl:ObjectProperty , owl:TransitiveProperty ; ...@@ -4246,7 +4245,7 @@ dm:spatialPartOf a owl:ObjectProperty , owl:TransitiveProperty ;
4246 4245
4247 dm:valueHasEndOccurrence 4246 dm:valueHasEndOccurrence
4248 a owl:ObjectProperty ; 4247 a owl:ObjectProperty ;
4249 - rdfs:domain dm:PossibleIndivdual ; 4248 + rdfs:domain dm:PossibleIndividual ;
4250 rdfs:range dm:ClassOfEvent ; 4249 rdfs:range dm:ClassOfEvent ;
4251 rdfs:subPropertyOf dm:valueHasTemporalPartOccurrence ; 4250 rdfs:subPropertyOf dm:valueHasTemporalPartOccurrence ;
4252 dm:definedByLiteral "the whole has each member of the part class as its end" ; 4251 dm:definedByLiteral "the whole has each member of the part class as its end" ;
...@@ -4433,7 +4432,7 @@ dm:contains a owl:ObjectProperty ; ...@@ -4433,7 +4432,7 @@ dm:contains a owl:ObjectProperty ;
4433 4432
4434 dm:valueHasTemporalPartOccurrence 4433 dm:valueHasTemporalPartOccurrence
4435 a owl:ObjectProperty ; 4434 a owl:ObjectProperty ;
4436 - rdfs:domain dm:PossibleIndivdual ; 4435 + rdfs:domain dm:PossibleIndividual ;
4437 rdfs:range dm:ClassOfIndividual ; 4436 rdfs:range dm:ClassOfIndividual ;
4438 rdfs:subPropertyOf dm:valueHasPartOccurrence ; 4437 rdfs:subPropertyOf dm:valueHasPartOccurrence ;
4439 dm:definedByLiteral "the whole has each member of the part class as a temporal part" ; 4438 dm:definedByLiteral "the whole has each member of the part class as a temporal part" ;
...@@ -4552,7 +4551,7 @@ dm:beginningOf a owl:ObjectProperty ; ...@@ -4552,7 +4551,7 @@ dm:beginningOf a owl:ObjectProperty ;
4552 4551
4553 dm:valueHasCauseOfEndOccurrence 4552 dm:valueHasCauseOfEndOccurrence
4554 a owl:ObjectProperty ; 4553 a owl:ObjectProperty ;
4555 - rdfs:domain dm:PossibleIndivdual ; 4554 + rdfs:domain dm:PossibleIndividual ;
4556 rdfs:range dm:ClassOfActivity ; 4555 rdfs:range dm:ClassOfActivity ;
4557 dm:definedByLiteral "the end of the ended has each member of the cause class as its cause" ; 4556 dm:definedByLiteral "the end of the ended has each member of the cause class as its cause" ;
4558 lcm:hasPersonInterpretableIdentifierLiteral 4557 lcm:hasPersonInterpretableIdentifierLiteral
......