From: <jen...@us...> - 2008-11-29 23:26:11
|
Revision: 1533 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1533&view=rev Author: jenslehmann Date: 2008-11-29 23:26:05 +0000 (Sat, 29 Nov 2008) Log Message: ----------- removed erronous title axioms (used as class, object and data property) in SWORE Modified Paths: -------------- trunk/examples/swore/swore.rdf Modified: trunk/examples/swore/swore.rdf =================================================================== --- trunk/examples/swore/swore.rdf 2008-11-29 23:07:28 UTC (rev 1532) +++ trunk/examples/swore/swore.rdf 2008-11-29 23:26:05 UTC (rev 1533) @@ -2,23 +2,18 @@ <!DOCTYPE rdf:RDF [ - <!ENTITY dct "http://purl.org/dc/terms/" > <!ENTITY req "http://ns.softwiki.de/req/" > - <!ENTITY foaf "http://xmlns.com/foaf/0.1/" > + <!ENTITY foaf2 "http://xmlns.com/foaf/0.1/" > <!ENTITY dcmitype "http://purl.org/dc/dcmitype/" > <!ENTITY owl "http://www.w3.org/2002/07/owl#" > - <!ENTITY swrl "http://www.w3.org/2003/11/swrl#" > <!ENTITY dc "http://purl.org/dc/elements/1.1/" > - <!ENTITY swrlb "http://www.w3.org/2003/11/swrlb#" > <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" > - <!ENTITY foaf2 "http://www.holygoat.co.uk/foaf.rdf#" > - <!ENTITY p1 "http://www.w3.org/2004/02/skos/core#" > + <!ENTITY foaf "http://www.holygoat.co.uk/foaf.rdf#" > + <!ENTITY skos "http://www.w3.org/2004/02/skos/core#" > <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" > <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" > <!ENTITY tags "http://www.holygoat.co.uk/owl/redwood/0.1/tags/" > - <!ENTITY protege "http://protege.stanford.edu/plugins/owl/protege#" > - <!ENTITY xsp "http://www.owl-ontologies.com/2005/08/07/xsp.owl#" > ]> @@ -26,21 +21,16 @@ xml:base="http://ns.softwiki.de/req/" xmlns:tags="http://www.holygoat.co.uk/owl/redwood/0.1/tags/" xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:foaf2="http://www.holygoat.co.uk/foaf.rdf#" - xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#" - xmlns:foaf="http://xmlns.com/foaf/0.1/" - xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#" - xmlns:p1="http://www.w3.org/2004/02/skos/core#" + xmlns:foaf2="http://xmlns.com/foaf/0.1/" + xmlns:foaf="http://www.holygoat.co.uk/foaf.rdf#" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" - xmlns:swrl="http://www.w3.org/2003/11/swrl#" xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#" - xmlns:dct="http://purl.org/dc/terms/" xmlns:owl="http://www.w3.org/2002/07/owl#" - xmlns:swrlb="http://www.w3.org/2003/11/swrlb#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:req="http://ns.softwiki.de/req/"> + xmlns:req="http://ns.softwiki.de/req/" + xmlns:skos="http://www.w3.org/2004/02/skos/core#"> <owl:Ontology rdf:about=""> <rdfs:label rdf:datatype="&xsd;string" >SoftWiki Ontology for Requirements Engineering</rdfs:label> @@ -72,13 +62,6 @@ /////////////////////////////////////////////////////////////////////////////////////// --> - <owl:AnnotationProperty rdf:about="&rdfs;comment"> - <rdfs:label rdf:datatype="&xsd;string">comment</rdfs:label> - </owl:AnnotationProperty> - <owl:AnnotationProperty rdf:about="&owl;versionInfo"> - <rdfs:label rdf:datatype="&xsd;string">version info</rdfs:label> - </owl:AnnotationProperty> - <owl:AnnotationProperty rdf:about="&rdfs;label"/> <owl:AnnotationProperty rdf:about="&dc;contributor"/> @@ -346,15 +329,6 @@ - <!-- http://purl.org/dc/elements/1.1/title --> - - <owl:ObjectProperty rdf:about="&dc;title"> - <owl:objectPropertyDomain rdf:resource="AbstractRequirement"/> - <owl:objectPropertyRange rdf:resource="&xsd;string"/> - </owl:ObjectProperty> - - - <!-- http://www.holygoat.co.uk/owl/redwood/0.1/tags/taggedWithTag --> <owl:ObjectProperty rdf:about="&tags;taggedWithTag"> @@ -669,17 +643,6 @@ <!-- http://ns.softwiki.de/req/CustomerRequirement --> <owl:Class rdf:about="CustomerRequirement"> - <owl:equivalentClass> - <owl:Class> - <owl:intersectionOf rdf:parseType="Collection"> - <rdf:Description rdf:about="Requirement"/> - <owl:Restriction> - <owl:onProperty rdf:resource="isCreatedBy"/> - <owl:someValuesFrom rdf:resource="Customer"/> - </owl:Restriction> - </owl:intersectionOf> - </owl:Class> - </owl:equivalentClass> <rdfs:subClassOf rdf:resource="Requirement"/> </owl:Class> @@ -828,12 +791,6 @@ <rdfs:subClassOf rdf:resource="AbstractRequirement"/> <rdfs:subClassOf> <owl:Restriction> - <owl:onProperty rdf:resource="&dc;title"/> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> <owl:onProperty rdf:resource="&dc;description"/> <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> </owl:Restriction> @@ -924,15 +881,6 @@ - <!-- http://purl.org/dc/elements/1.1/title --> - - <owl:Class rdf:about="&dc;title"> - <rdfs:label rdf:datatype="&xsd;string">title</rdfs:label> - <rdfs:label xml:lang="de">Titel</rdfs:label> - </owl:Class> - - - <!-- http://www.w3.org/2000/01/rdf-schema#Resource --> <owl:Class rdf:about="&rdfs;Resource"/> @@ -955,7 +903,7 @@ <!-- http://www.w3.org/2004/02/skos/core#Concept --> - <owl:Class rdf:about="&p1;Concept"> + <owl:Class rdf:about="&skos;Concept"> <rdfs:label xml:lang="de">Thema</rdfs:label> </owl:Class> @@ -963,7 +911,7 @@ <!-- http://xmlns.com/foaf/0.1/Document --> - <owl:Class rdf:about="&foaf;Document"/> + <owl:Class rdf:about="&foaf2;Document"/> @@ -1257,7 +1205,7 @@ <!-- http://ns.softwiki.de/req/NotNecessaryRequirment --> <Comment rdf:about="NotNecessaryRequirment"> - <isDefinedBy rdf:resource="&foaf2;RichardNewman"/> + <isDefinedBy rdf:resource="&foaf;RichardNewman"/> </Comment> @@ -1515,7 +1463,7 @@ <!-- http://www.holygoat.co.uk/foaf.rdf#RichardNewman --> - <Author rdf:about="&foaf2;RichardNewman"> + <Author rdf:about="&foaf;RichardNewman"> <defines rdf:resource="NotNecessaryRequirment"/> </Author> @@ -1539,7 +1487,7 @@ <!-- http://www.w3.org/2004/02/skos/core#primarySubject --> - <Topic rdf:about="&p1;primarySubject"> + <Topic rdf:about="&skos;primarySubject"> <rdfs:label xml:lang="de">Thema</rdfs:label> </Topic> @@ -1559,7 +1507,7 @@ <rdf:Description rdf:about="Requirement"/> <owl:Restriction> <owl:onProperty rdf:resource="isCreatedBy"/> - <owl:someValuesFrom rdf:resource="AbstractSource"/> + <owl:someValuesFrom rdf:resource="Customer"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> @@ -1569,7 +1517,7 @@ <rdf:Description rdf:about="Requirement"/> <owl:Restriction> <owl:onProperty rdf:resource="isCreatedBy"/> - <owl:someValuesFrom rdf:resource="Customer"/> + <owl:someValuesFrom rdf:resource="AbstractSource"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> @@ -1577,5 +1525,5 @@ -<!-- Generated by the OWL API (version 2.2.1.962) http://owlapi.sourceforge.net --> +<!-- Generated by the OWL API (version 2.2.1.842) http://owlapi.sourceforge.net --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |