diff --git a/aligns/align.dtd b/aligns/align.dtd deleted file mode 100644 index 5aeafb634da56611e3a9cc029ebcc2a85ff47921..0000000000000000000000000000000000000000 --- a/aligns/align.dtd +++ /dev/null @@ -1,58 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<!-- $Id$ - ! - ! Copyright (C) 2003-2004 INRIA Rhone-Alpes. - ! - ! This program is free software; you can redistribute it and/or - ! modify it under the terms of the GNU Lesser General Public License - ! as published by the Free Software Foundation; either version 2.1 - ! of the License, or (at your option) any later version. - ! - ! This program is distributed in the hope that it will be useful, - ! but WITHOUT ANY WARRANTY; without even the implied warranty of - ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - ! GNU Lesser General Public License for more details. - ! - ! You should have received a copy of the GNU Lesser General Public License - ! along with this program; if not, write to the Free Software - ! Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - --> - -<!ENTITY % uri "CDATA"> - -<!ELEMENT rdf:RDF ANY> -<!ATTLIST rdf:RDF - xmlns:rdf %uri; #FIXED "http://www.w3.org/RDF" - xmlns %uri; #FIXED "http://exmo.inrialpes.fr/align/1.0" -> - - -<!ELEMENT Alignment ((xml?,type?,onto1,onto2,uri1?,uri2?)*,map)> -<!ATTLIST Alignment> - -<!ELEMENT xml (#PCDATA)><!-- yes/no --> -<!-- (11|1?|1+|1*|?1|??|?+|?*|+1|+?|++|+*|*1|*?|*+|**) --> -<!ELEMENT type (#PCDATA)> -<!ELEMENT onto1 (#PCDATA)><!-- uri --> -<!ATTLIST onto1 rdf:resource %uri; #IMPLIED> -<!ELEMENT onto2 (#PCDATA)><!-- uri --> -<!ATTLIST onto2 rdf:resource %uri; #IMPLIED> -<!ELEMENT uri1 (#PCDATA)><!-- uri --> -<!ATTLIST uri1 rdf:resource %uri; #IMPLIED> -<!ELEMENT uri2 (#PCDATA)><!-- uri --> -<!ATTLIST uri2 rdf:resource %uri; #IMPLIED> -<!ELEMENT map (Cell*)> - -<!ELEMENT Cell (entity1|entity2|measure|relation)*> - -<!ELEMENT entity1 EMPTY> -<!ATTLIST entity1 rdf:resource %uri; #REQUIRED> - -<!ELEMENT entity2 EMPTY> -<!ATTLIST entity2 rdf:resource %uri; #REQUIRED> - -<!-- I should put the true value here --> -<!ATTLIST measure rdf:datatype %uri; #REQUIRED> -<!ELEMENT relation ANY> -<!ATTLIST relation rdf:resource %uri; #REQUIRED> - diff --git a/rdf/bib-xml.owl b/rdf/bib-xml.owl deleted file mode 100644 index d65b335bb8bad9bbe4ce8d8066f8f8d9bd94555d..0000000000000000000000000000000000000000 --- a/rdf/bib-xml.owl +++ /dev/null @@ -1,131 +0,0 @@ -<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:owl="http://www.w3.org/2002/07/owl#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" - xmlns:xsd="http://www.w3.org/2001/XMLSchema#" - xml:base="http://www.example.org/ontology" - xmlns="http://www.example.org/ontology#"> - -<owl:Ontology rdf:about=""> - <rdfs:comment>The bibliographic ontology used by Exmo - made from the XML dtd</rdfs:comment> -</owl:Ontology> - -<owl:Class rdf:nodeID="B"> - <owl:intersectionOf rdf:parseType="Collection"> - <owl:Class rdf:ID="B"/> - <owl:Class> - <owl:unionOf rdf:parseType="Collection"> - <rdf:Description rdf:nodeID="B"/> - <owl:Class rdf:ID="C"/> - </owl:unionOf> - </owl:Class> - </owl:intersectionOf> -</owl:Class> - -<owl:Class rdf:ID="p"> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty> - <owl:DatatypeProperty rdf:about="#first"/> - </owl:onProperty> - <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">7</owl:hasValue> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty> - <owl:DatatypeProperty rdf:about="#last"/> - </owl:onProperty> - <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">7</owl:hasValue> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty> - <owl:DatatypeProperty rdf:about="#title"/> - </owl:onProperty> - <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">7</owl:hasValue> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty> - <owl:ObjectProperty rdf:about="#status"/> - </owl:onProperty> - <owl:allValuesFrom> - <owl:Class rdf:about="#p"/> - </owl:allValuesFrom> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<owl:Class rdf:ID="reference"> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty> - <owl:ObjectProperty rdf:about="#status"/> - </owl:onProperty> - <owl:someValuesFrom> - <owl:Class rdf:about="#B"/> - </owl:someValuesFrom> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<owl:Class rdf:ID="article"> - <rdfs:subClassOf rdf:about="#reference> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty> - <owl:ObjectProperty rdf:about="#status"/> - </owl:onProperty> - <owl:allValuesFrom> - <owl:Class rdf:about="#p"/> - </owl:allValuesFrom> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<!-- - -<reference index="cerbah2000a" type="" status="hidden" reviewed="full" language="en"> - <authors><p title="" first="" last=""/></authors> - <editors><p title="" first="" last=""/></editors> - <directors><p title="" first="" last=""/></directors> - <actors><p title="" first="" last=""/></actors> - <voices><p title="" first="" last=""/></voices> - <scenarists><p title="" first="" last=""/></scenarists> - <publishers name=""><location place="" city="" country="" state=""/></publishers> - <title></title> - <conference sponsor="" type="" name="" issue="" short=""/> - // having an accent on the These, raise an issue... - <type>These d'informatique</type> - <book></book> - <chapter></chapter> - <contract></contract> - <school name=""><location place="" city="" country="" state=""/></school> - <location place="" city="" country="" state=""/> - <edition></edition> - <journal name="" issn="" short=""><publishers name=""><location place="" city="" country="" state=""/></publishers></journal> - <volume></volume> - <numero></numero> - <pages></pages> - <length unit="mn|p"></length> - <in><reference></in> - <from><reference></from> - <trans><reference></trans> - <ed><reference></ed> - <red><reference></red> - <date day="" month="" year=""/> - <links><url href=""/></links> - <abstract></abstract> - <comments></comments> - <keywords><li/></keywords> - <areas><li/></areas> - <note></note> -</reference> ---> -</rdf:RDF> diff --git a/rdf/edu.mit.visus.bibtex.owl b/rdf/edu.mit.visus.bibtex.owl deleted file mode 100644 index 7dab8eb7b08a09be632ac5e8914fd12d04af7e6f..0000000000000000000000000000000000000000 --- a/rdf/edu.mit.visus.bibtex.owl +++ /dev/null @@ -1,748 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?xml-stylesheet href="http://visus.mit.edu/bibtex/0.1/owl2w3cxml.xsl" type="text/xsl"?> -<!DOCTYPE rdf:RDF [ - <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > - <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" > - <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" > - <!ENTITY dc "http://purl.org/dc/elements/1.1/" > - <!ENTITY owl "http://www.w3.org/2002/07/owl#" > - <!ENTITY units "http://visus.mit.edu/fontomri/0.01/units.owl#" > - <!ENTITY bibtex "http://purl.org/net/nknouf/ns/bibtex#"> - <!ENTITY dcterms "http://purl.org/dc/terms/"> - <!ENTITY dctype "http://purl.org/dc/dcmitype/"> ]> - -<rdf:RDF - xmlns:units ="&units;" - xmlns:foaf ="http://xmlns.com/foaf/0.1/" - xmlns:rdf ="&rdf;" - xmlns:xsd ="&xsd;" - xmlns:rdfs ="&rdfs;" - xmlns:owl ="http://www.w3.org/2002/07/owl#" - xmlns:wot ="http://xmlns.com/wot/0.1/" - xmlns:dc ="&dc;" - xmlns:dcterms ="&dcterms;" - xmlns:dctype ="&dctype;" - xmlns:bibtex ="&bibtex;"> - -<owl:Ontology rdf:about=""> - <dc:creator>Nick Knouf <nknouf@mit.edu></dc:creator> - <dc:description>Transformation of bibTeX into an OWL ontology</dc:description> - <dc:date>2003-12-29</dc:date> - <dc:subject>fMRI, ontology, fMRI analysis, foo, bar</dc:subject> - <rdfs:label>bibtex ontology</rdfs:label> - <dc:title>bibtex.owl: an ontology for bibTeX entries</dc:title> - <dc:identifier rdf:datatype="&xsd;anyURI">http://visus.mit.edu/bibtex/0.01/bibtex.owl</dc:identifier> - <rdfs:comment>Possible ontology to describe bibTeX entries.</rdfs:comment> - <owl:versionInfo>0.01</owl:versionInfo> -</owl:Ontology> - -<!-- OTHER ANNOTATION PROPERTIES --> -<rdf:Description rdf:about="&dc;creator"> - <rdf:type rdf:resource="&owl;AnnotationProperty" /> - <dc:title>this is a test title</dc:title> -</rdf:Description> - -<rdf:Description rdf:about="&dc;description"> - <rdf:type rdf:resource="&owl;AnnotationProperty" /> -</rdf:Description> - -<rdf:Description rdf:about="&dc;date"> - <rdf:type rdf:resource="&owl;AnnotationProperty" /> -</rdf:Description> - -<rdf:Description rdf:about="&dc;subject"> - <rdf:type rdf:resource="&owl;AnnotationProperty" /> -</rdf:Description> - -<rdf:Description rdf:about="&dc;title"> - <rdf:type rdf:resource="&owl;AnnotationProperty" /> -</rdf:Description> - -<rdf:Description rdf:about="&dc;source"> - <rdf:type rdf:resource="&owl;AnnotationProperty" /> -</rdf:Description> - -<rdf:Description rdf:about="&dc;identifier"> - <rdf:type rdf:resource="&owl;AnnotationProperty" /> -</rdf:Description> - -<rdf:Description rdf:about="&dcterms;abstract"> - <rdf:type rdf:resource="&owl;AnnotationProperty" /> -</rdf:Description> - -<rdf:Description rdf:about="&dcterms;bibliographicCitation"> - <rdf:type rdf:resource="&owl;AnnotationProperty" /> -</rdf:Description> - - -<!-- - ******** ENTRIES ******** - -Entries form the basis of a bibTeX database and are categorized by their type, such as a book, journal article, conference proceedings, etc. Each entry type has a specific set of fields that are required in bibTeX; as a first pass, these fields will also be required in the OWL ontology. - -Note: all rdfs:comment values for the entries come from http://newton.ex.ac.uk/tex/pack/bibtex/btxdoc/node6.html. ---> -<owl:Class rdf:ID="Entry"> - <rdfs:label xml:lang="en">Entry</rdfs:label> - <rdfs:comment xml:lang="en">Base class for all entries</rdfs:comment> -</owl:Class> - -<owl:Class rdf:ID="Article"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Article</rdfs:label> - <rdfs:comment xml:lang="en">An article from a journal or magazine.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasAuthor" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasTitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasJournal" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasYear" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<owl:Class rdf:ID="Book"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Book</rdfs:label> - <rdfs:comment xml:lang="en">A book with an explicit publisher.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#humanCreator" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - <dc:description>One thing to figure out is whether or not this tells us what we want; that is, does this imply that we must have at least one property of humanCreator, which could be either hasAuthor or hasEditor?</dc:description> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasTitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasPublisher" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasYear" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<owl:Class rdf:ID="Booklet"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Booklet</rdfs:label> - <rdfs:comment xml:lang="en">A work that is printed and bound, but without a named publisher or sponsoring institution.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasTitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<owl:Class rdf:ID="Conference"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <owl:equivalentClass rdf:resource="#Inproceedings" /> - <rdfs:label xml:lang="en">Conference</rdfs:label> - <rdfs:comment xml:lang="en">The same as INPROCEEDINGS, included for Scribe compatibility.</rdfs:comment> -</owl:Class> - -<owl:Class rdf:ID="Inbook"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Inbook</rdfs:label> - <rdfs:comment xml:lang="en">A part of a book, which may be a chapter (or section or whatever) and/or a range of pages. </rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#humanCreator" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - <dc:description>One thing to figure out is whether or not this tells us what we want; that is, does this imply that we must have at least one property of humanCreator, which could be either hasAuthor or hasEditor?</dc:description> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#pageChapterData" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasTitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasPublisher" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasYear" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<owl:Class rdf:ID="Incollection"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Incollection</rdfs:label> - <rdfs:comment xml:lang="en">A part of a book having its own title.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasAuthor" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasTitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasBooktitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasPublisher" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasYear" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<owl:Class rdf:ID="Inproceedings"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Inproceedings</rdfs:label> - <rdfs:comment xml:lang="en">An article in a conference proceedings.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasAuthor" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasTitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasBooktitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasYear" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<owl:Class rdf:ID="Manual"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Manual</rdfs:label> - <rdfs:comment xml:lang="en">Technical documentation.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasTitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<owl:Class rdf:ID="Mastersthesis"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Mastersthesis</rdfs:label> - <rdfs:comment xml:lang="en">A Master's thesis.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasAuthor" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasTitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasSchool" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasYear" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<owl:Class rdf:ID="Misc"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Misc</rdfs:label> - <rdfs:comment xml:lang="en">Use this type when nothing else fits.</rdfs:comment> -</owl:Class> - -<owl:Class rdf:ID="Phdthesis"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Phdthesis</rdfs:label> - <rdfs:comment xml:lang="en">A PhD thesis.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasAuthor" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasTitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasSchool" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasYear" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<owl:Class rdf:ID="Proceedings"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Proceedings</rdfs:label> - <rdfs:comment xml:lang="en">The proceedings of a conference.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasTitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasYear" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<owl:Class rdf:ID="Techreport"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Techreport</rdfs:label> - <rdfs:comment xml:lang="en">A report published by a school or other institution, usually numbered within a series.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasAuthor" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasTitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasInstitution" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasYear" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - -<owl:Class rdf:ID="Unpublished"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Unpublished</rdfs:label> - <rdfs:comment xml:lang="en">A document having an author and title, but not formally published.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasAuthor" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasTitle" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#hasNote" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> -</owl:Class> - - -<!-- - ******** FIELDS ******** - -Fields can be considered the properties of a bibTeX entry. Each entry type (described above) has a different set of required and optional fields. The fields will all be datatype properties for the time being. - -Note: all rdfs:comment values for the entries come from http://newton.ex.ac.uk/tex/pack/bibtex/btxdoc/node7.html ---> - -<owl:DatatypeProperty rdf:ID="hasKey"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has key</rdfs:label> - <rdfs:comment xml:lang="en">The key for a particular bibTeX entry. Note that the rdf:ID for each Entry instance could be the bibTeX key as well, possibly making this property redundant.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasAddress"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has address</rdfs:label> - <rdfs:comment xml:lang="en">Usually the address of the publisher or other type of institution. For major publishing houses, van Leunen recommends omitting the information entirely. For small publishers, on the other hand, you can help the reader by giving the complete address.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasAnnotation"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has annotation</rdfs:label> - <rdfs:comment xml:lang="en">An annotation. It is not used by the standard bibliography styles, but may be used by others that produce an annotated bibliography.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasAuthor"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:subPropertyOf rdf:resource="#humanCreator" /> - <rdfs:label xml:lang="en">has author</rdfs:label> - <rdfs:comment xml:lang="en">The name(s) of the author(s), in the format described in the LaTeX book.</rdfs:comment> - <dc:description>This is tricky due to the fact that order is not (generally) preserved in RDF documents. The problem arises when you want to have an author list where the order is _extremely_ important. How shall we do that? Perhaps we want to define "hasPrimaryAuthor", "hasSecondaryAuthor", "hasTertiaryAuthor", and "hasRemainingAuthors", or something of that sort. This will be have to given more thought.</dc:description> -</owl:DatatypeProperty> - -<!-- -<owl:ObjectProperty rdf:ID="hasAuthorTest"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&rdf;seq" /> - <rdfs:label xml:lang="en">has author</rdfs:label> - <rdfs:comment xml:lang="en">The name(s) of the author(s), in the format described in the LaTeX book.</rdfs:comment> - <dc:description>This is tricky due to the fact that order is not (generally) preserved in RDF documents. The problem arises when you want to have an author list where the order is _extremely_ important. How shall we do that? Perhaps we want to define "hasPrimaryAuthor", "hasSecondaryAuthor", "hasTertiaryAuthor", and "hasRemainingAuthors", or something of that sort. This will be have to given more thought.</dc:description> -</owl:ObjectProperty> - -<bibtex:Article rdf:ID="test"> - <bibtex:hasTitle>test</bibtex:hasTitle> - <bibtex:hasYear>2215</bibtex:hasYear> - <bibtex:hasJournal>The Journal of Stuff</bibtex:hasJournal> - <bibtex:hasAuthorTest> - <rdf:seq rdf:ID="temp"> - <rdf:li rdf:resource="http://visus.mit.edu/webdav/www/KanwisherLab.rdf#LiuJia" /> - <rdf:li rdf:resource="http://visus.mit.edu/webdav/www/KanwisherLab.rdf#ChrisBaker" /> - <rdf:li rdf:resource="http://visus.mit.edu/webdav/www/KanwisherLab.rdf#NancyKanwisher" /> - </rdf:seq> - </bibtex:hasAuthorTest> -</bibtex:Article> ---> - -<owl:DatatypeProperty rdf:ID="hasBooktitle"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has booktitle</rdfs:label> - <rdfs:comment xml:lang="en">Title of a book, part of which is being cited. See the LaTeX book for how to type titles. For book entries, use the title field instead.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasChapter"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;nonNegativeInteger" /> - <rdfs:subPropertyOf rdf:resource="#pageChapterData" /> - <rdfs:label xml:lang="en">has chapter</rdfs:label> - <rdfs:comment xml:lang="en">A chapter (or section or whatever) number.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasCrossref"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has crossref</rdfs:label> - <rdfs:comment xml:lang="en">The database key of the entry being cross referenced.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasEdition"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has edition</rdfs:label> - <rdfs:comment xml:lang="en">The edition of a book--for example, "Second". This should be an ordinal, and should have the first letter capitalized, as shown here; the standard styles convert to lower case when necessary.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasEditor"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:subPropertyOf rdf:resource="#humanCreator" /> - <rdfs:label xml:lang="en">has editor</rdfs:label> - <rdfs:comment xml:lang="en">Name(s) of editor(s), typed as indicated in the LaTeX book. If there is also an author field, then the editor field gives the editor of the book or collection in which the reference appears.</rdfs:comment> - <dc:description>Again, the same issues that arose with the "hasAuthor" property apply here.</dc:description> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="howPublished"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">how published</rdfs:label> - <rdfs:comment xml:lang="en">How something strange has been published. The first word should be capitalized.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasInstitution"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has institution</rdfs:label> - <rdfs:comment xml:lang="en">The sponsoring institution of a technical report.</rdfs:comment> - <dc:description>This could be an object property that refers to an external set of institution instances.</dc:description> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasJournal"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has journal</rdfs:label> - <rdfs:comment xml:lang="en">A journal name. Abbreviations are provided for many journals; see the Local Guide</rdfs:comment> - <dc:description>This could optionally be an object property, whereby the range would refer to an external set of journal instances, thus providing standardized abbreviations for different bibliographic styles.</dc:description> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasMonth"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has month</rdfs:label> - <rdfs:comment xml:lang="en">The month in which the work was published or, for an unpublished work, in which it was written. You should use the standard three-letter abbreviation, as described in Appendix B.1.3 of the LaTeX book.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasNote"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has note</rdfs:label> - <rdfs:comment xml:lang="en">Any additional information that can help the reader. The first word should be capitalized.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasNumber"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has number</rdfs:label> - <rdfs:comment xml:lang="en">The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasOrganization"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has organization</rdfs:label> - <rdfs:comment xml:lang="en">The organization that sponsors a conference or that publishes a manual.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasPages"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:subPropertyOf rdf:resource="#pageChapterData" /> - <rdfs:label xml:lang="en">has pages</rdfs:label> - <rdfs:comment xml:lang="en">One or more page numbers or range of numbers, such as 42-111 or 7,41,73-97 or 43+ (the `+' in this last example indicates pages following that don't form a simple range). To make it easier to maintain Scribe-compatible databases, the standard styles convert a single dash (as in 7-33) to the double dash used in TeX to denote number ranges (as in 7-33).</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasPublisher"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has publisher</rdfs:label> - <rdfs:comment xml:lang="en">The publisher's name.</rdfs:comment> - <dc:description>This is a case where an ObjectProperty might be a better choice, where the range is some set of publisher names defined in another ontology. That would allow all of the metadata for the publisher to be incorporated as needed.</dc:description> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasSchool"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has school</rdfs:label> - <rdfs:comment xml:lang="en">The name of the school where a thesis was written.</rdfs:comment> - <dc:description>As with "hasPublisher", this could be an ObjectProperty that refers to an external set of school instances.</dc:description> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasSeries"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has series</rdfs:label> - <rdfs:comment xml:lang="en">The name of a series or set of books. When citing an entire book, the the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasTitle"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has title</rdfs:label> - <rdfs:comment xml:lang="en">The work's title, typed as explained in the LaTeX book.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasType"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has type</rdfs:label> - <rdfs:comment xml:lang="en">The type of a technical report--for example, "Research Note".</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasVolume"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;nonNegativeInteger" /> - <rdfs:label xml:lang="en">has volume</rdfs:label> - <rdfs:comment xml:lang="en">The volume of a journal or multivolume book.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasYear"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;nonNegativeInteger" /> - <rdfs:label xml:lang="en">has year</rdfs:label> - <rdfs:comment xml:lang="en">The year of publication or, for an unpublished work, the year it was written. Generally it should consist of four numerals, such as 1984, although the standard styles can handle any year whose last four nonpunctuation characters are numerals, such as '(about 1984)'.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasAffiliation"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has affiliation</rdfs:label> - <rdfs:comment xml:lang="en">The authors affiliation.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasAbstract"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has abstract</rdfs:label> - <rdfs:comment xml:lang="en">An abstract of the work.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasContents"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has contents</rdfs:label> - <rdfs:comment xml:lang="en">A Table of Contents.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasCopyright"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has copyright</rdfs:label> - <rdfs:comment xml:lang="en">Copyright information.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasISBN"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has ISBN</rdfs:label> - <rdfs:comment xml:lang="en">The International Standard Book Number.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasISSN"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has ISSN</rdfs:label> - <rdfs:comment xml:lang="en">The International Standard Serial Number. Used to identify a journal.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasKeywords"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has keywords</rdfs:label> - <rdfs:comment xml:lang="en">Key words used for searching or possibly for annotation.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasLanguage"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has language</rdfs:label> - <rdfs:comment xml:lang="en">The language the document is in.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasLocation"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has location</rdfs:label> - <rdfs:comment xml:lang="en">A location associated with the entry, such as the city in which a conference took place.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasLCCN"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has LCCN</rdfs:label> - <rdfs:comment xml:lang="en">The Library of Congress Call Number.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasMrnumber"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has mrnumber</rdfs:label> - <rdfs:comment xml:lang="en">The Mathematical Reviews number.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasPrice"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has price</rdfs:label> - <rdfs:comment xml:lang="en">The price of the document.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasSize"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has size</rdfs:label> - <rdfs:comment xml:lang="en">The physical dimensions of a work.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="hasURL"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">has URL</rdfs:label> - <rdfs:comment xml:lang="en">The WWW Universal Resource Locator that points to the item being referenced. This often is used for technical reports to point to the ftp or web site where the postscript source of the report is located.</rdfs:comment> -</owl:DatatypeProperty> - -<!-- - ******** "META" PROPERTIES ******** - -We define here some meta properties that the fields above may use as superproperties. This is necessary in order to define cardinality constraints properly. ---> -<owl:DatatypeProperty rdf:ID="humanCreator"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">human creator</rdfs:label> - <rdfs:comment xml:lang="en">A generic human creator category, necessary in order to contain both author and editor.</rdfs:comment> -</owl:DatatypeProperty> - -<owl:DatatypeProperty rdf:ID="pageChapterData"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">page and/or chapter data</rdfs:label> - <rdfs:comment xml:lang="en">A generic property to hold page and/or chapter data.</rdfs:comment> -</owl:DatatypeProperty> -</rdf:RDF> diff --git a/rdf/edu.umbc.ebiquity.publication.owl b/rdf/edu.umbc.ebiquity.publication.owl deleted file mode 100644 index e951beaf987d4f086d931782b0076d2ad3c9c375..0000000000000000000000000000000000000000 --- a/rdf/edu.umbc.ebiquity.publication.owl +++ /dev/null @@ -1,310 +0,0 @@ -<?xml version="1.0"?> - -<!DOCTYPE owl [ - <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#"> - <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#"> - <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#"> - <!ENTITY owl "http://www.w3.org/2002/07/owl#"> - <!ENTITY person "http://ebiquity.umbc.edu/v2.1/ontology/person.owl#"> - <!ENTITY project "http://ebiquity.umbc.edu/v2.1/ontology/project.owl#"> - <!ENTITY pub "http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#">]> -<rdf:RDF - xmlns:rdf = "&rdf;" - xmlns:rdfs = "&rdfs;" - xmlns:xsd = "&xsd;" - xmlns:owl = "&owl;" - xmlns:person = "&person;" - xmlns:project = "&project;" - xmlns:pub = "&pub;" - xmlns = "&pub;" - xml:base = "&pub;"> - - <owl:Ontology rdf:about="&pub;publication"> - <owl:versionInfo>0.1</owl:versionInfo> - <rdfs:label>eBiquity Publication Ontology</rdfs:label> - </owl:Ontology> - - <owl:Class rdf:ID="Resource"> - <rdfs:label>Resource</rdfs:label> - <rdfs:subClassOf> - <owl:Restriction><owl:onProperty rdf:resource="#title"/><owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality></owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction><owl:onProperty rdf:resource="#publishedOn"/><owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality></owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction><owl:onProperty rdf:resource="#description"/><owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality></owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction><owl:onProperty rdf:resource="#version"/><owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality></owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction><owl:onProperty rdf:resource="#author"/><owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality></owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction><owl:onProperty rdf:resource="#firstAuthor"/><owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality></owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:DatatypeProperty rdf:ID="title"> - <rdfs:label>Publication Title</rdfs:label> - <rdfs:domain rdf:resource="#Resource"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="publishedOn"> - <rdfs:label>Resource Published On Date and Time</rdfs:label> - <rdfs:domain rdf:resource="#Resource"/> - <rdfs:range rdf:resource="&xsd;dateTime"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="description"> - <rdfs:label>Resource Description</rdfs:label> - <rdfs:domain rdf:resource="#Resource"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="keyword"> - <rdfs:label>Resource Keyword</rdfs:label> - <rdfs:domain rdf:resource="#Resource"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="version"> - <rdfs:label>Resource Version</rdfs:label> - <rdfs:domain rdf:resource="#Resource"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:ObjectProperty rdf:ID="author"> - <rdfs:label>Resource Author</rdfs:label> - <rdfs:domain rdf:resource="#Resource"/> - <rdfs:range rdf:resource="&person;Person"/> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="firstAuthor"> - <rdfs:label>Resource First Author</rdfs:label> - <rdfs:domain rdf:resource="#Resource"/> - <rdfs:range rdf:resource="&person;Person"/> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="softCopy"> - <rdfs:label>Resource Soft Copy</rdfs:label> - <rdfs:domain rdf:resource="#Resource"/> - <rdfs:range rdf:resource="#SoftCopy"/> - </owl:ObjectProperty> - - <owl:DatatypeProperty rdf:ID="type"> - <rdfs:label>Resource Type</rdfs:label> - <rdfs:domain rdf:resource="#Resource"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - -<!-- JE: external resource - <owl:ObjectProperty rdf:ID="relatedProject"> - <rdfs:label>Related Project</rdfs:label> - <owl:inverseOf rdf:resource="&project;relatedResource" /> - <rdfs:domain rdf:resource="#Resource"/> - <rdfs:range rdf:resource="&project;Project"/> - </owl:ObjectProperty> ---> - -<!-- ... --> - - <owl:Class rdf:ID="SoftCopy"> - <rdfs:label>Soft Copy</rdfs:label> - <rdfs:subClassOf> - <owl:Restriction><owl:onProperty rdf:resource="#softCopyFormat"/><owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality></owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction><owl:onProperty rdf:resource="#softCopyURI"/><owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality></owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction><owl:onProperty rdf:resource="#softCopySize"/><owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality></owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:DatatypeProperty rdf:ID="softCopyFormat"> - <rdfs:label>Soft Copy Format</rdfs:label> - <rdfs:domain rdf:resource="#Resource"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="softCopyURI"> - <rdfs:label>Soft Copy URI</rdfs:label> - <rdfs:domain rdf:resource="#Resource"/> - <rdfs:range rdf:resource="&xsd;anyURI"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="softCopySize"> - <rdfs:label>Soft Copy File Size</rdfs:label> - <rdfs:domain rdf:resource="#Resource"/> - <rdfs:range rdf:resource="&xsd;nonNegativeInteger"/> - </owl:DatatypeProperty> - -<!-- ... --> - - <owl:Class rdf:ID="Publication"> - <rdfs:label>Publication</rdfs:label> - <rdfs:subClassOf rdf:resource="#Resource"/> - <rdfs:subClassOf> - <owl:Restriction><owl:onProperty rdf:resource="#editor"/><owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality></owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction><owl:onProperty rdf:resource="#abstract"/><owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality></owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:ObjectProperty rdf:ID="editor"> - <rdfs:label>Publication Editor</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&person;Person"/> - </owl:ObjectProperty> - - <owl:DatatypeProperty rdf:ID="abstract"> - <rdfs:label>Publication Abstract</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="edition"> - <rdfs:label>Publication Edition</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="chapter"> - <rdfs:label>Publication Chapter</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="series"> - <rdfs:label>Publication Series</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="pages"> - <rdfs:label>Publication Pages</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="volume"> - <rdfs:label>Publication Volume</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="number"> - <rdfs:label>Publication Number</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="note"> - <rdfs:label>Publication Note</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="address"> - <rdfs:label>Publication Address</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="organization"> - <rdfs:label>Publication Organization</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="journal"> - <rdfs:label>Publication Journal</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="booktitle"> - <rdfs:label>Publication Book Title</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="school"> - <rdfs:label>Publication School</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="institution"> - <rdfs:label>Publication Institution</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="publisher"> - <rdfs:label>Publication Publisher</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;string"/> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="counter"> - <rdfs:label>Publication Counter</rdfs:label> - <rdfs:domain rdf:resource="#Publication"/> - <rdfs:range rdf:resource="&xsd;nonNegativeInteger"/> - </owl:DatatypeProperty> - - <owl:Class rdf:ID="Article"> - <rdfs:label>Article</rdfs:label> - <rdfs:subClassOf rdf:resource="&pub;Publication" /> - </owl:Class> - - <owl:Class rdf:ID="Book"> - <rdfs:label>Book</rdfs:label> - <rdfs:subClassOf rdf:resource="&pub;Publication" /> - </owl:Class> - - <owl:Class rdf:ID="InBook"> - <rdfs:label>InBook</rdfs:label> - <rdfs:subClassOf rdf:resource="&pub;Publication" /> - </owl:Class> - - <owl:Class rdf:ID="InCollection"> - <rdfs:label>InCollection</rdfs:label> - <rdfs:subClassOf rdf:resource="&pub;Publication" /> - </owl:Class> - - <owl:Class rdf:ID="InProceedings"> - <rdfs:label>InProceedings</rdfs:label> - <rdfs:subClassOf rdf:resource="&pub;Publication" /> - </owl:Class> - - <owl:Class rdf:ID="MastersThesis"> - <rdfs:label>MastersThesis</rdfs:label> - <rdfs:subClassOf rdf:resource="&pub;Publication" /> - </owl:Class> - - <owl:Class rdf:ID="Misc"> - <rdfs:label>Misc</rdfs:label> - <rdfs:subClassOf rdf:resource="&pub;Publication" /> - </owl:Class> - - <owl:Class rdf:ID="PhdThesis"> - <rdfs:label>PhdThesis</rdfs:label> - <rdfs:subClassOf rdf:resource="&pub;Publication" /> - </owl:Class> - - <owl:Class rdf:ID="Proceedings"> - <rdfs:label>Proceedings</rdfs:label> - <rdfs:subClassOf rdf:resource="&pub;Publication" /> - </owl:Class> - - <owl:Class rdf:ID="TechReport"> - <rdfs:label>TechReport</rdfs:label> - <rdfs:subClassOf rdf:resource="&pub;Publication" /> - </owl:Class> - -</rdf:RDF> diff --git a/rdf/fr.inrialpes.exmo.bibix.owl b/rdf/fr.inrialpes.exmo.bibix.owl deleted file mode 100644 index 6f3a22e5748cf16c7ed988429347061224281479..0000000000000000000000000000000000000000 --- a/rdf/fr.inrialpes.exmo.bibix.owl +++ /dev/null @@ -1,1177 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<?xml-stylesheet href="http://visus.mit.edu/bibtex/0.1/owl2w3cxml.xsl" type="text/xsl"?> -<!-- NE PAS OUBLIER DE MODIFIER DES URIREFS --> -<!DOCTYPE rdf:RDF [ - <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > - <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" > - <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" > - <!ENTITY dc "http://purl.org/dc/elements/1.1/" > - <!ENTITY owl "http://www.w3.org/2002/07/owl#" > - <!ENTITY units "http://visus.mit.edu/fontomri/0.01/units.owl#" > - <!ENTITY bibtex "http://purl.org/net/nknouf/ns/bibtex#"> - <!ENTITY dcterms "http://purl.org/dc/terms/"> - <!ENTITY dctype "http://purl.org/dc/dcmitype/"> ]> - -<rdf:RDF - xmlns:units ="&units;" - xmlns:foaf ="http://xmlns.com/foaf/0.1/" - xmlns:rdf ="&rdf;" - xmlns:xsd ="&xsd;" - xmlns:rdfs ="&rdfs;" - xmlns:owl ="http://www.w3.org/2002/07/owl#" - xmlns:wot ="http://xmlns.com/wot/0.1/" - xmlns:dc ="&dc;" - xmlns:dcterms ="&dcterms;" - xmlns:dctype ="&dctype;" - xmlns:bibtex ="&bibtex;"> - - <owl:Ontology rdf:about=""> - <dc:creator>Nick Knouf <nknouf@mit.edu></dc:creator> - <dc:contributor>Antoine Zimmermann <antoine.zimmermann@inrialpes.fr></dc:contributor> - <dc:description>Transformation of bibTeX into an OWL ontology</dc:description> - <dc:date>2004-01-10</dc:date> - <dc:subject>fMRI, ontology, fMRI analysis, foo, bar</dc:subject> - <rdfs:label>bibtex ontology</rdfs:label> - <dc:title>bibtex.owl: an ontology for bibTeX entries</dc:title> - <dc:identifier rdf:datatype="&xsd;anyURI">http://visus.mit.edu/bibtex/0.01/bibtex.owl</dc:identifier> - <rdfs:comment>Possible ontology to describe bibTeX entries.</rdfs:comment> - <owl:versionInfo>0.01</owl:versionInfo> - </owl:Ontology> - - <!-- - ******** ENTRIES ******** - - Entries form the basis of a bibTeX database and are categorized by their type, such as a book, journal article, conference proceedings, etc. Each entry type has a specific set of fields that are required in bibTeX; as a first pass, these fields will also be required in the OWL ontology. - - Note: all rdfs:comment values for the entries come from http://newton.ex.ac.uk/tex/pack/bibtex/btxdoc/node6.html. - --> - <owl:Class rdf:ID="Entry"> - <rdfs:label xml:lang="en">Entry</rdfs:label> - <rdfs:comment xml:lang="en">Base class for all entries</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#date" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#title" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#author" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - - <!-- - Trouver un autre nom por cette classe. - Regroupe Book (Monography+Collection), InBook (InMonography, InCollection), Article - --> - <owl:Class rdf:ID="Published"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Published</rdfs:label> - <rdfs:comment xml:lang="en">.</rdfs:comment> - </owl:Class> - - <owl:Class rdf:ID="Article"> - <rdfs:subClassOf rdf:resource="#Published" /> - <rdfs:subClassOf rdf:resource="#Part" /> - <rdfs:label xml:lang="en">Article</rdfs:label> - <rdfs:comment xml:lang="en">An article from a journal or magazine.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#author" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#title" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#inJournal" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#date" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#date" /> - <owl:allValuesFrom rdf:resource="#DateWithMonth" /> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#number" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#volume" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="Composite"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Book</rdfs:label> - <rdfs:comment xml:lang="en">A work that may be composed of several parts or chapter. May be a monography, a collection or a proceedings.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#title" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#numberOrVolume" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#publisher" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#series" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#title" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#date" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#date" /> - <owl:allValuesFrom rdf:resource="#DateWithMonth" /> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="Book"> - <rdfs:subClassOf rdf:resource="#Composite" /> - <rdfs:subClassOf rdf:resource="#Published" /> - <rdfs:label xml:lang="en">Book</rdfs:label> - <rdfs:comment xml:lang="en">A single book that may be a monography or a collection of written texts.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#humanCreator" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - <dc:description>One thing to figure out is whether or not this tells us what we want; that is, does this imply that we must have at least one property of humanCreator, which could be either author or editor?</dc:description> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#edition" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="Monography"> - <rdfs:subClassOf rdf:resource="#Book" /> - <rdfs:label xml:lang="en">Monography</rdfs:label> - <rdfs:comment xml:lang="en">A book that is a single entity, as opposed to a collection.</rdfs:comment> - </owl:Class> - - <owl:Class rdf:ID="Collection"> - <rdfs:subClassOf rdf:resource="#Book" /> - <rdfs:label xml:lang="en">Collection</rdfs:label> - <rdfs:comment xml:lang="en">A book that is collection of texts or articles.</rdfs:comment> - </owl:Class> - - <owl:Class rdf:ID="Informal"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Informal</rdfs:label> - <rdfs:comment xml:lang="en">A document that that was informally published or not published.</rdfs:comment> - </owl:Class> - - <owl:Class rdf:ID="Booklet"> - <rdfs:subClassOf rdf:resource="#Informal" /> - <rdfs:label xml:lang="en">Booklet</rdfs:label> - <rdfs:comment xml:lang="en">A work that is printed and bound, but without a named publisher or sponsoring institution.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#title" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - -<!-- - <owl:Class rdf:ID="Conference"> - <rdfs:subClassOf rdf:resource="#Part" /> - <owl:equivalentClass rdf:resource="#InProceedings" /> - <rdfs:label xml:lang="en">Conference</rdfs:label> - <rdfs:comment xml:lang="en">The same as INPROCEEDINGS, included for Scribe compatibility.</rdfs:comment> - </owl:Class> ---> - - <owl:Class rdf:ID="Deliverable"> - <rdfs:subClassOf rdf:resource="#Informal" /> - <rdfs:label xml:lang="en">Conference</rdfs:label> - <rdfs:comment xml:lang="en">TROUVER UNE DESCRIPTION POUR CA.</rdfs:comment> - </owl:Class> - - <owl:Class rdf:ID="Part"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Part</rdfs:label> - <rdfs:comment xml:lang="en">A part of something (either Book or Proceedings).</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#pages" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#title" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#isPartOf" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="BookPart"> - <rdfs:subClassOf rdf:resource="#Part" /> - <rdfs:subClassOf rdf:resource="#Published" /> - <rdfs:label xml:lang="en">BookPart</rdfs:label> - <rdfs:comment xml:lang="en">May be a chapter (or section or whatever), a range of pages or a part of a book having its own title.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#chapter" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#pagesOrChapter" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="InBook"> - <rdfs:subClassOf rdf:resource="#BookPart" /> - <rdfs:label xml:lang="en">InBook</rdfs:label> - <rdfs:comment xml:lang="en">May be a chapter (or section or whatever) and/or a range of pages.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <!-- author OR editor (given in the Book description) ??? --> - <owl:onProperty rdf:resource="#author" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#pagesOrChapter" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#inMonography" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="InCollection"> - <rdfs:subClassOf rdf:resource="#BookPart" /> - <rdfs:label xml:lang="en">Incollection</rdfs:label> - <rdfs:comment xml:lang="en">A part of a book having its own title.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#author" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#inCollection" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="InProceedings"> - <rdfs:subClassOf rdf:resource="#Part" /> - <rdfs:label xml:lang="en">InProceedings</rdfs:label> - <rdfs:comment xml:lang="en">An article in a conference proceedings.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#author" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#inProceedings" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="LectureNotes"> - <rdfs:subClassOf rdf:resource="#Informal" /> - <rdfs:subClassOf rdf:resource="#Academic" /> - <rdfs:label xml:lang="en">LectureNotes</rdfs:label> - <rdfs:comment xml:lang="en">Lecture notes.</rdfs:comment> - </owl:Class> - - <owl:Class rdf:ID="Manual"> - <rdfs:subClassOf rdf:resource="#Informal" /> - <rdfs:label xml:lang="en">Manual</rdfs:label> - <rdfs:comment xml:lang="en">Technical documentation.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#organization" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#edition" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#title" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="Academic"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">Academic</rdfs:label> - <rdfs:comment xml:lang="en">A Master's or PhD thesis.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#author" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#title" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#school" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="Thesis"> - <rdfs:subClassOf rdf:resource="#Academic" /> - <rdfs:label xml:lang="en">Thesis</rdfs:label> - <rdfs:comment xml:lang="en">A thesis (either Master or PhD).</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#date" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#date" /> - <owl:allValuesFrom rdf:resource="#DateWithMonth" /> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="MastersThesis"> - <rdfs:subClassOf rdf:resource="#Thesis" /> - <rdfs:label xml:lang="en">MastersThesis</rdfs:label> - <rdfs:comment xml:lang="en">A Master's thesis.</rdfs:comment> - </owl:Class> - - <owl:Class rdf:ID="Misc"> - <rdfs:subClassOf rdf:resource="#Informal" /> - <rdfs:label xml:lang="en">Misc</rdfs:label> - <rdfs:comment xml:lang="en">Use this type when nothing else fits.</rdfs:comment> - </owl:Class> - - <owl:Class rdf:ID="PhdThesis"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">PhdThesis</rdfs:label> - <rdfs:comment xml:lang="en">A PhD thesis.</rdfs:comment> - </owl:Class> - - <owl:Class rdf:ID="Proceedings"> - <rdfs:subClassOf rdf:resource="#Composite" /> - <rdfs:label xml:lang="en">Proceedings</rdfs:label> - <rdfs:comment xml:lang="en">The proceedings of a conference.</rdfs:comment> - <rdfs:comment xml:lang="en">A proceedings may be implicitly defined with an inproceedings.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#publisher" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#editor" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#organization" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="TechReport"> - <rdfs:subClassOf rdf:resource="#Informal" /> - <rdfs:label xml:lang="en">TechReport</rdfs:label> - <rdfs:comment xml:lang="en">A report published by a school or other institution, usually numbered within a series.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#author" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#title" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#institution" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#date" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#date" /> - <owl:allValuesFrom rdf:resource="#DateWithMonth" /> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#number" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="Unpublished"> - <rdfs:subClassOf rdf:resource="#Informal" /> - <rdfs:label xml:lang="en">Unpublished</rdfs:label> - <rdfs:comment xml:lang="en">A document having an author and title, but not formally published.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#author" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#title" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#note" /> - <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="MotionPicture"> - <rdfs:subClassOf rdf:resource="#Entry" /> - <rdfs:label xml:lang="en">MotionPicture</rdfs:label> - <rdfs:comment xml:lang="en">A film/movie/motion picture.</rdfs:comment> - </owl:Class> - - - <!-- - ******** FIELDS ******** - - Fields can be considered the properties of a bibTeX entry. Each entry type (described above) has a different set of required and optional fields. The fields will all be datatype properties for the time being. - - Note: all rdfs:comment values for the entries come from http://newton.ex.ac.uk/tex/pack/bibtex/btxdoc/node7.html - --> - - <owl:DatatypeProperty rdf:ID="key"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">key</rdfs:label> - <rdfs:comment xml:lang="en">The key for a particular bibTeX entry. Note that the rdf:ID for each Entry instance could be the bibTeX key as well, possibly making this property redundant.</rdfs:comment> - </owl:DatatypeProperty> - -<!-- - -Les adresses seront indiqu̩es dans les descriptions des objets adequats - - <owl:DatatypeProperty rdf:ID="address"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">address</rdfs:label> - <rdfs:comment xml:lang="en">Usually the address of the publisher or other type of institution. For major publishing houses, van Leunen recommends omitting the information entirely. For small publishers, on the other hand, you can help the reader by giving the complete address.</rdfs:comment> - </owl:DatatypeProperty> ---> - - <owl:ObjectProperty rdf:ID="annote"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">annote</rdfs:label> - <rdfs:comment xml:lang="en">An annotation. It is not used by the standard bibliography styles, but may be used by others that produce an annotated bibliography.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="author"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#PersonList" /> - <rdfs:subPropertyOf rdf:resource="#humanCreator" /> - <rdfs:label xml:lang="en">author</rdfs:label> - <rdfs:comment xml:lang="en">The name(s) of the author(s), in the format described in the LaTeX book.</rdfs:comment> - <dc:description>This is tricky due to the fact that order is not (generally) preserved in RDF documents. The problem arises when you want to have an author list where the order is _extremely_ important. How shall we do that? Perhaps we want to define "hasPrimaryAuthor", "hasSecondaryAuthor", "hasTertiaryAuthor", and "hasRemainingAuthors", or something of that sort. This will be have to given more thought.</dc:description> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="chapter"> - <rdfs:domain rdf:resource="#BookPart" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:subPropertyOf rdf:resource="#pagesOrChapter" /> - <rdfs:label xml:lang="en">chapter</rdfs:label> - <rdfs:comment xml:lang="en">A chapter (or section or whatever) number.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="edition"> - <rdfs:domain> - <owl:Class> - <owl:unionOf rdf:parseType="Collection"> - <owl:Class rdf:about="#Book" /> - <owl:Class rdf:about="#Manual" /> - </owl:unionOf> - </owl:Class> - </rdfs:domain> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">edition</rdfs:label> - <rdfs:comment xml:lang="en">The edition of a book--for example, "Second". This should be an ordinal, and should have the first letter capitalized, as shown here; the standard styles convert to lower case when necessary.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="editor"> - <rdfs:domain rdf:resource="#Composite" /> - <rdfs:range rdf:resource="#PersonList" /> - <rdfs:subPropertyOf rdf:resource="#humanCreator" /> - <rdfs:label xml:lang="en">editor</rdfs:label> - <rdfs:comment xml:lang="en">Name(s) of editor(s), typed as indicated in the LaTeX book. If there is also an author field, then the editor field gives the editor of the book or collection in which the reference appears.</rdfs:comment> - <dc:description>Again, the same issues that arose with the "author" property apply here.</dc:description> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="howPublished"> - <rdfs:domain> - <owl:Class> - <owl:unionOf rdf:parseType="Collection"> - <owl:Class rdf:about="#Misc" /> - <owl:Class rdf:about="#Booklet" /> - </owl:unionOf> - </owl:Class> - </rdfs:domain> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">published</rdfs:label> - <rdfs:comment xml:lang="en">How something strange has been published. The first word should be capitalized.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="isPartOf"> - <rdfs:domain rdf:resource="#Part" /> - <rdfs:label xml:lang="en">is part of</rdfs:label> - <rdf:type rdf:resource="&owl;TransitiveProperty" /> - <rdfs:comment xml:lang="en">The document that contains a text or article.</rdfs:comment> - <dc:description>This is an object property that refers to another entry an external objects.</dc:description> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="institution"> - <rdfs:domain rdf:resource="#TechReport" /> - <!-- trouver une ontologie avec institution ??? --> - <rdfs:range rdf:resource="#Institution" /> - <rdfs:label xml:lang="en">institution</rdfs:label> - <rdfs:comment xml:lang="en">The sponsoring institution of a technical report.</rdfs:comment> - <dc:description>This could be an object property that refers to an external set of institution instances.</dc:description> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="inJournal"> - <rdfs:domain rdf:resource="#Article" /> - <!-- trouver une ontologie avec journal --> - <rdfs:range rdf:resource="#Journal" /> - <rdfs:subPropertyOf rdf:resource="#isPartOf" /> - <rdfs:label xml:lang="en">in journal</rdfs:label> - <rdfs:comment xml:lang="en">A journal name. Abbreviations are provided for many journals; see the Local Guide</rdfs:comment> - <dc:description>This could optionally be an object property, whereby the range would refer to an external set of journal instances, thus providing standardized abbreviations for different bibliographic styles.</dc:description> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="date"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Date" /> - <rdfs:label xml:lang="en">date</rdfs:label> - <rdfs:comment xml:lang="en">The date when the work was published or, for an unpublished work, in which it was written.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="note"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">note</rdfs:label> - <rdfs:comment xml:lang="en">Any additional information that can help the reader. The first word should be capitalized.</rdfs:comment> - </owl:ObjectProperty> - - <owl:DatatypeProperty rdf:ID="number"> - <rdfs:domain> - <owl:Class> - <owl:unionOf rdf:parseType="Collection"> - <owl:Class rdf:about="#Article" /> - <owl:Class rdf:about="#Composite" /> - </owl:unionOf> - </owl:Class> - </rdfs:domain> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:subPropertyOf rdf:resource="#numberOrVolume" /> - <rdfs:label xml:lang="en">number</rdfs:label> - <rdfs:comment xml:lang="en">The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.</rdfs:comment> - </owl:DatatypeProperty> - - <owl:ObjectProperty rdf:ID="organization"> - <rdfs:domain> - <owl:Class> - <owl:unionOf rdf:parseType="Collection"> - <owl:Class rdf:about="#Proceedings" /> - <owl:Class rdf:about="#Manual" /> - </owl:unionOf> - </owl:Class> - </rdfs:domain> - <rdfs:range rdf:resource="#Organization" /> - <rdfs:label xml:lang="en">organization</rdfs:label> - <rdfs:comment xml:lang="en">The organization that sponsors a conference or that publishes a manual.</rdfs:comment> - <dc:description>This could be an object property that refers to an external set of organization instances.</dc:description> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="pages"> - <rdfs:domain> - <owl:Class> - <owl:unionOf rdf:parseType="Collection"> - <owl:Class rdf:about="#Part" /> - </owl:unionOf> - </owl:Class> - </rdfs:domain> - <rdfs:range rdf:resource="#PageRange" /> - <rdfs:subPropertyOf rdf:resource="#pagesOrChapter" /> - <rdfs:label xml:lang="en">pages</rdfs:label> - <rdfs:comment xml:lang="en">A range of page, with an upper and lower limit.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="publisher"> - <rdfs:domain rdf:resource="#Composite" /> - <!-- trouver une ontologie avec Publisher ??? --> - <rdfs:range rdf:resource="#Publisher" /> - <rdfs:label xml:lang="en">publisher</rdfs:label> - <rdfs:comment xml:lang="en">The publisher's name.</rdfs:comment> - <dc:description>This is a case where an ObjectProperty might be a better choice, where the range is some set of publisher names defined in another ontology. That would allow all of the metadata for the publisher to be incorporated as needed.</dc:description> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="school"> - <rdfs:domain> - <owl:Class> - <owl:unionOf rdf:parseType="Collection"> - <owl:Class rdf:about="#Thesis" /> - <owl:Class rdf:about="#LectureNotes" /> - </owl:unionOf> - </owl:Class> - </rdfs:domain> - <!-- trouver une ontologie avec school ??? --> - <rdfs:range rdf:resource="#School" /> - <rdfs:label xml:lang="en">school</rdfs:label> - <rdfs:comment xml:lang="en">The name of the school where a thesis was written.</rdfs:comment> - <dc:description>As with "publisher", this could be an ObjectProperty that refers to an external set of school instances.</dc:description> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="series"> - <rdfs:domain rdf:resource="#Composite" /> - <rdfs:range rdf:resource="#Title" /> - <rdfs:label xml:lang="en">series</rdfs:label> - <rdfs:comment xml:lang="en">The name of a series or set of books. When citing an entire book, the the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="title"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Title" /> - <rdfs:label xml:lang="en">title</rdfs:label> - <rdfs:comment xml:lang="en">The work's title, typed as explained in the LaTeX book.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="type"> - <rdfs:domain> - <owl:Class> - <owl:unionOf rdf:parseType="Collection"> - <owl:Class rdf:about="#BookPart" /> - <owl:Class rdf:about="#Techreport" /> - <owl:Class rdf:about="#Thesis" /> - </owl:unionOf> - </owl:Class> - </rdfs:domain> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">type</rdfs:label> - <rdfs:comment xml:lang="en">The type of a technical report--for example, "Research Note".</rdfs:comment> - </owl:ObjectProperty> - - <owl:DatatypeProperty rdf:ID="volume"> - <rdfs:domain> - <owl:Class> - <owl:unionOf rdf:parseType="Collection"> - <owl:Class rdf:about="#Article" /> - <owl:Class rdf:about="#Composite" /> - </owl:unionOf> - </owl:Class> - </rdfs:domain> - <rdfs:range rdf:resource="&xsd;nonNegativeInteger" /> - <rdfs:label xml:lang="en">volume</rdfs:label> - <rdfs:comment xml:lang="en">The volume of a journal or multivolume book.</rdfs:comment> - </owl:DatatypeProperty> - - <owl:ObjectProperty rdf:ID="affiliation"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">affiliation</rdfs:label> - <rdfs:comment xml:lang="en">The authors affiliation.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="abstract"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">abstract</rdfs:label> - <rdfs:comment xml:lang="en">An abstract of the work.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="contents"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">ontents</rdfs:label> - <rdfs:comment xml:lang="en">A Table of Contents.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="copyright"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">copyright</rdfs:label> - <rdfs:comment xml:lang="en">Copyright information.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="isbn"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">ISBN</rdfs:label> - <rdfs:comment xml:lang="en">The International Standard Book Number.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="issn"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">ISSN</rdfs:label> - <rdfs:comment xml:lang="en">The International Standard Serial Number. Used to identify a journal.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="keywords"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">keywords</rdfs:label> - <rdfs:comment xml:lang="en">Key words used for searching or possibly for annotation.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="language"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">language</rdfs:label> - <rdfs:comment xml:lang="en">The language the document is in.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="location"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">location</rdfs:label> - <rdfs:comment xml:lang="en">A location associated with the entry, such as the city in which a conference took place.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="lccn"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">LCCN</rdfs:label> - <rdfs:comment xml:lang="en">The Library of Congress Call Number.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="mrNumber"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">MR number</rdfs:label> - <rdfs:comment xml:lang="en">The Mathematical Reviews number.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="price"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">price</rdfs:label> - <rdfs:comment xml:lang="en">The price of the document.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="size"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">size</rdfs:label> - <rdfs:comment xml:lang="en">The physical dimensions of a work.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="url"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#Text" /> - <rdfs:label xml:lang="en">URL</rdfs:label> - <rdfs:comment xml:lang="en">The WWW Universal Resource Locator that points to the item being referenced. This often is used for technical reports to point to the ftp or web site where the postscript source of the report is located.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="inMonography"> - <rdfs:domain rdf:resource="#InBook" /> - <rdfs:range rdf:resource="#Monography" /> - <rdfs:subPropertyOf rdf:resource="#isPartOf" /> - <rdfs:label xml:lang="en">inMonography</rdfs:label> - <rdfs:comment xml:lang="en">A reference to the book that contains the entry. The entry must be an InBook end the book a Monography.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="inCollection"> - <rdfs:domain rdf:resource="#InCollection" /> - <rdfs:range rdf:resource="#Collection" /> - <rdfs:subPropertyOf rdf:resource="#isPartOf" /> - <rdfs:label xml:lang="en">in collection</rdfs:label> - <rdfs:comment xml:lang="en">A reference to the book that contains the entry. The entry must be an Inbook or Incollection.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="inProceedings"> - <rdfs:domain rdf:resource="#InProceedings" /> - <rdfs:range rdf:resource="#Proceedings" /> - <rdfs:subPropertyOf rdf:resource="#isPartOf" /> - <rdfs:label xml:lang="en">in proceedings</rdfs:label> - <rdfs:comment xml:lang="en">A reference to the proceedings in which the entry appears. The entry must be an InProceedings.</rdfs:comment> - </owl:ObjectProperty> - - <!-- Properties for motion picture --> - <owl:ObjectProperty rdf:ID="directors"> - <rdfs:domain rdf:resource="#MotionPicture" /> - <rdfs:range rdf:resource="#PersonList" /> - <rdfs:label xml:lang="en">directors</rdfs:label> - <rdfs:comment xml:lang="en">The list of persons who directed the motion picture.</rdfs:comment> - </owl:ObjectProperty> - - <!-- - ******** "META" PROPERTIES ******** - - We define here some meta properties that the fields above may use as superproperties. This is necessary in order to define cardinality constraints properly. - --> - <owl:ObjectProperty rdf:ID="humanCreator"> - <rdfs:domain rdf:resource="#Entry" /> - <rdfs:range rdf:resource="#PersonList" /> - <rdfs:label xml:lang="en">human creator</rdfs:label> - <rdfs:comment xml:lang="en">A generic human creator category, necessary in order to contain both author and editor.</rdfs:comment> - </owl:ObjectProperty> - - <owl:ObjectProperty rdf:ID="pagesOrChapter"> - <rdfs:domain> - <owl:Class> - <owl:unionOf rdf:parseType="Collection"> - <owl:Class rdf:about="#Part" /> - </owl:unionOf> - </owl:Class> - </rdfs:domain> - <rdfs:label xml:lang="en">page and/or chapter data</rdfs:label> - <rdfs:comment xml:lang="en">A generic property to hold page and/or chapter data.</rdfs:comment> - </owl:ObjectProperty> - - <owl:DatatypeProperty rdf:ID="numberOrVolume"> - <rdfs:domain> - <owl:Class> - <owl:unionOf rdf:parseType="Collection"> - <owl:Class rdf:about="#Article" /> - <owl:Class rdf:about="#Composite" /> - </owl:unionOf> - </owl:Class> - </rdfs:domain> - <rdfs:label xml:lang="en">volume or number</rdfs:label> - <rdfs:comment xml:lang="en">The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.</rdfs:comment> - </owl:DatatypeProperty> - - <!-- - ********* OTHER CLASSES ******** - - Other useful classes. - --> - -<!-- trouver une ontologie pour ca --> - <owl:Class rdf:ID="Institution"> - <rdfs:label xml:lang="en">Institution</rdfs:label> - <rdfs:comment xml:lang="en">An institution.</rdfs:comment> - <!-- A COMPLETER - <owl:equivalentClass rdf:resource="" /> - --> - </owl:Class> - - <!-- trouver une ontologie pour ca --> - <owl:Class rdf:ID="School"> - <rdfs:label xml:lang="en">School</rdfs:label> - <rdfs:comment xml:lang="en">A school or university.</rdfs:comment> - <!-- A COMPLETER - <owl:equivalentClass rdf:resource="" /> - --> - </owl:Class> - - <!-- trouver une ontologie pour ca --> - <owl:Class rdf:ID="Journal"> - <rdfs:label xml:lang="en">Journal</rdfs:label> - <rdfs:comment xml:lang="en">A journal.</rdfs:comment> - <!-- A COMPLETER - <owl:equivalentClass rdf:resource="" /> - --> - </owl:Class> - - <!-- trouver une ontologie pour ca --> - <owl:Class rdf:ID="Organization"> - <rdfs:label xml:lang="en">Organization</rdfs:label> - <rdfs:comment xml:lang="en">An organization.</rdfs:comment> - <!-- A COMPLETER - <owl:equivalentClass rdf:resource="" /> - --> - </owl:Class> - - <!-- trouver une ontologie pour ca --> - <owl:Class rdf:ID="Publisher"> - <rdfs:label xml:lang="en">Publisher</rdfs:label> - <rdfs:comment xml:lang="en">A publisher.</rdfs:comment> - <!-- A COMPLETER - <owl:equivalentClass rdf:resource="" /> - --> - </owl:Class> - -<!-- Les personnes sont des foaf:Person --> - - <owl:Class rdf:ID="Person"> - <rdfs:label xml:lang="en">Person</rdfs:label> - <rdfs:comment xml:lang="en">A person.</rdfs:comment> -<!-- <owl:equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/Person" /> --> - </owl:Class> - -<!-- Temporaire - <owl:Class rdf:ID="PersonList"> - <rdfs:label xml:lang="en">PersonList</rdfs:label> - <rdfs:comment xml:lang="en">A person list.</rdfs:comment> - </owl:Class> ---> - - <owl:Class rdf:ID="PersonList"> - <rdfs:subClassOf rdf:resource="&rdf;List" /> - <rdfs:label xml:lang="en">Person list</rdfs:label> - <rdfs:comment xml:lang="en">A list of persons.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="&rdf;first" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="&rdf;first" /> - <owl:allValuesFrom rdf:resource="#Person" /> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="&rdf;rest" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="&rdf;rest" /> - <owl:allValuesFrom> - <owl:Class> - <owl:unionOf rdf:parseType="Collection"> - <owl:Class rdf:about="#PersonList" /> - <owl:Class> - <owl:oneOf rdf:parseType="Collection"> - <rdf:List rdf:about="&rdf;nil" /> - </owl:oneOf> - </owl:Class> - </owl:unionOf> - </owl:Class> - </owl:allValuesFrom> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - -<!-- redefinition des propretes de rdf:List (pour jena) --> - <owl:Class rdf:about="&rdf;List" /> - <owl:ObjectProperty rdf:about="&rdf;first"> - <rdfs:domain rdf:resource="&rdf;List" /> - </owl:ObjectProperty> - <owl:ObjectProperty rdf:about="&rdf;rest"> - <rdfs:domain rdf:resource="&rdf;List" /> - </owl:ObjectProperty> - - <owl:Class rdf:ID="PageRange"> - <rdfs:label xml:lang="en">PageRange</rdfs:label> - <rdfs:comment xml:lang="en">A range of pages.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#startPage" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#endPage" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:DatatypeProperty rdf:ID="startPage"> - <rdfs:domain rdf:resource="#PageRange" /> - <rdfs:range rdf:resource="&xsd;nonNegativeInteger" /> - <rdfs:label xml:lang="en">start page</rdfs:label> - <rdfs:comment xml:lang="en">The beginning of a range of pages.</rdfs:comment> - </owl:DatatypeProperty> - - <owl:DatatypeProperty rdf:ID="endPage"> - <rdfs:domain rdf:resource="#PageRange" /> - <rdfs:range rdf:resource="&xsd;nonNegativeInteger" /> - <rdfs:label xml:lang="en">end page</rdfs:label> - <rdfs:comment xml:lang="en">The end of a range of pages.</rdfs:comment> - </owl:DatatypeProperty> - - <owl:Class rdf:ID="Date"> - <rdfs:label xml:lang="en">Date</rdfs:label> - <rdfs:comment xml:lang="en">Date of a day, month or year.</rdfs:comment> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#year" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#month" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:Class rdf:ID="DateWithMonth"> - <rdfs:label xml:lang="en">Date</rdfs:label> - <rdfs:comment xml:lang="en">Date of a day, month or year.</rdfs:comment> - <rdfs:subClassOf rdf:resource="#Date"/> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#month" /> - <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality> - </owl:Restriction> - </rdfs:subClassOf> - <rdfs:subClassOf> - <owl:Restriction> - <owl:onProperty rdf:resource="#day" /> - <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality> - </owl:Restriction> - </rdfs:subClassOf> - </owl:Class> - - <owl:DatatypeProperty rdf:ID="year"> - <rdfs:domain rdf:resource="#Date" /> - <rdfs:range rdf:resource="&xsd;nonNegativeInteger" /> - <rdfs:label xml:lang="en">year</rdfs:label> - </owl:DatatypeProperty> - <owl:DatatypeProperty rdf:ID="month"> - <rdfs:domain rdf:resource="#Date" /> - <rdfs:range rdf:resource="&xsd;nonNegativeInteger" /> - <rdfs:label xml:lang="en">month</rdfs:label> - </owl:DatatypeProperty> - <owl:DatatypeProperty rdf:ID="day"> - <rdfs:domain rdf:resource="#DateWithMonth" /> - <rdfs:range rdf:resource="&xsd;nonNegativeInteger" /> - <rdfs:label xml:lang="en">day</rdfs:label> - </owl:DatatypeProperty> - -<!-- definir ces attributs comme des objets --> - <owl:Class rdf:ID="Text"> - <rdfs:label xml:lang="en">Text</rdfs:label> - <rdfs:comment xml:lang="en">A simple text with possibly other information such as language, etc.</rdfs:comment> - <rdfs:comment xml:lang="en">Domain for affiliation, type, edition, chapter, howpublished, number, copyright, contents, isbn, issn, langugage, lccn, price, size, location, url.</rdfs:comment> - </owl:Class> - <owl:DatatypeProperty rdf:ID="lang"> - <!-- peut etre utiliser simplement xml:lang ? --> - <rdfs:domain rdf:resource="#Text" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">lang</rdfs:label> - <rdfs:comment xml:lang="en">The language in which the words are written.</rdfs:comment> - </owl:DatatypeProperty> - <owl:Class rdf:ID="Title"> - <rdfs:label xml:lang="en">Title</rdfs:label> - <rdfs:comment xml:lang="en">A title.</rdfs:comment> - <rdfs:subClassOf rdf:resource="#Text" /> - </owl:Class> - <owl:DatatypeProperty rdf:ID="short"> - <rdfs:domain rdf:resource="#Title" /> - <rdfs:range rdf:resource="&xsd;string" /> - <rdfs:label xml:lang="en">short</rdfs:label> - <rdfs:comment xml:lang="en">A shorten version of the title.</rdfs:comment> - </owl:DatatypeProperty> - -<!-- - -A FAIRE: - - - ecrire les criteres d'unfification en un pseudo langage formel - - mettre a jour BibTeX2RDF **rapidement** - ---> - -</rdf:RDF> diff --git a/rdf/onto1.owl b/rdf/onto1.owl deleted file mode 100644 index f87cb252b039b83f655e73ee3666e637c4db74d0..0000000000000000000000000000000000000000 --- a/rdf/onto1.owl +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:owl="http://www.w3.org/2002/07/owl#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" - xmlns:xsd="http://www.w3.org/2001/XMLSchema#" - xml:base="http://www.example.org/ontology1" - xmlns="http://www.example.org/ontology1#"> - -<owl:Ontology rdf:about=""> - <rdfs:comment>The most basic alignment test</rdfs:comment> -</owl:Ontology> - -<owl:Class rdf:ID="publication"> -</owl:Class> - -<owl:Class rdf:ID="reviewedarticle"> - <rdfs:subClassOf rdf:resource="#publication"/> -</owl:Class> - -<owl:Class rdf:ID="journalarticle"> - <rdfs:subClassOf rdf:resource="#reviewedarticle"/> -</owl:Class> - -</rdf:RDF> diff --git a/rdf/onto2.owl b/rdf/onto2.owl deleted file mode 100644 index ebecf0d4c2fe6e035d5f7abac555bcdfa2f16e5f..0000000000000000000000000000000000000000 --- a/rdf/onto2.owl +++ /dev/null @@ -1,29 +0,0 @@ -<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:owl="http://www.w3.org/2002/07/owl#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" - xmlns:xsd="http://www.w3.org/2001/XMLSchema#" - xml:base="http://www.example.org/ontology2" - xmlns="http://www.example.org/ontology2#"> - -<owl:Ontology rdf:about=""> - <rdfs:comment>The second part of this basic alignment test</rdfs:comment> -</owl:Ontology> - -<owl:Class rdf:ID="reference"> -</owl:Class> - -<owl:Class rdf:ID="article"> - <rdfs:subClassOf rdf:resource="#reference"/> -</owl:Class> - -<owl:Class rdf:ID="journalarticle"> - <rdfs:subClassOf rdf:resource="#article"/> -</owl:Class> - -<owl:Class rdf:ID="journalarticledgfg"> - <rdfs:subClassOf rdf:resource="#article"/> -</owl:Class> - - -</rdf:RDF> diff --git a/rdf/srcalign.owl b/rdf/srcalign.owl deleted file mode 100644 index 5c4bbea031e76ced1c3586159d6bdf8954b47fc9..0000000000000000000000000000000000000000 --- a/rdf/srcalign.owl +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version='1.0' encoding='utf-8' standalone='no'?> -<!DOCTYPE rdf:RDF SYSTEM "../dtd/align.dtd"> - -<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment' - xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' - xmlns:xsd='http://www.w3.org/2001/XMLSchema#'> -<Alignment> - <xml>yes</xml> - <type>11</type> - <uri1>http://www.example.org/ontology1</uri1> - <uri2>http://www.example.org/ontology2</uri2> - <onto1>file://localhost/Volumes/Phata/JAVA/alignapi/rdf/onto1.owl</onto1> - <onto2>file://localhost/Volumes/Phata/JAVA/alignapi/rdf/onto2.owl</onto2> - <map> - <Cell> - <entity1 rdf:resource='http://www.example.org/ontology1#journalarticle'/> - <entity2 rdf:resource='http://www.example.org/ontology2#journalarticle'/> - <measure rdf:datatype='xsd:float'>1.0</measure> - <relation>=</relation> - </Cell> - </map> -</Alignment> -</rdf:RDF>