Ekp/Book

From STLab

Jump to: navigation, search

The Book EKP locally defines the following ontology elements:

Classes

  • AdministrativeRegion: administrative region
  • Writer: writer
  • City: city
  • Book: book
  • Language: has Language
  • Genaral relation between Book and Language language
  • Country: country

Object Properties

  • hasCountry:
    • Local relation between Book and Country
    • has Country
  • hasBook:
    • Local relation between Book and Book
    • has Book
  • Place:
    • has City
    • Genaral relation between Book and Administrative Region
    • has Country
    • has Administrative Region
    • Genaral relation between Book and Country
    • Genaral relation between Book and City
  • hasAdministrativeRegion:
    • Local relation between Book and Administrative Region
    • has Administrative Region
  • hasWriter:
    • Local relation between Book and Writer
    • has Writer
  • Language:
    • has Language
    • Genaral relation between Book and Language
    • language
  • Person:
    • has Writer
    • Genaral relation between Book and Writer
  • hasLanguage:
    • has Language
    • Local relation between Book and Language
  • Work:
    • Genaral relation between Book and Book
    • has Book
  • hasCity:
    • has City
    • Local relation between Book and City

Manchester syntax snippet

Prefix: xsd: <http://www.w3.org/2001/XMLSchema#>
Prefix: owl: <http://www.w3.org/2002/07/owl#>
Prefix: xml: <http://www.w3.org/XML/1998/namespace>
Prefix: rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
Prefix: rdfs: <http://www.w3.org/2000/01/rdf-schema#>
Prefix: skos: <http://www.w3.org/2004/02/skos/core#>



Ontology: 

AnnotationProperty: rdfs:label

    
AnnotationProperty: rdfs:comment

    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Book.owl#hasCountry>

    Annotations: 
        rdfs:comment "Local relation between Book and Country"@en,
        rdfs:comment "Relazione locale tra Book e Country"@it,
        rdfs:label "has Country"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Place>
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Book.owl#hasBook>

    Annotations: 
        rdfs:comment "Local relation between Book and Book"@en,
        rdfs:comment "Relazione locale tra Book e Book"@it,
        rdfs:label "has Book"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Work>
    
    
ObjectProperty: <http://dbpedia.org/ontology/Place>

    Annotations: 
        rdfs:comment "Genaral relation between Book and Administrative Region"@en,
        rdfs:comment "Genaral relation between Book and City"@en,
        rdfs:comment "Genaral relation between Book and Country"@en,
        rdfs:comment "Relazione generale tra Book e Administrative Region"@it,
        rdfs:comment "Relazione generale tra Book e City"@it,
        rdfs:comment "Relazione generale tra Book e Country"@it,
        rdfs:label "has Administrative Region"@en,
        rdfs:label "has City"@en,
        rdfs:label "has Country"@en
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Book.owl#hasAdministrativeRegion>

    Annotations: 
        rdfs:comment "Local relation between Book and Administrative Region"@en,
        rdfs:comment "Relazione locale tra Book e Administrative Region"@it,
        rdfs:label "has Administrative Region"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Place>
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Book.owl#hasWriter>

    Annotations: 
        rdfs:comment "Local relation between Book and Writer"@en,
        rdfs:comment "Relazione locale tra Book e Writer"@it,
        rdfs:label "has Writer"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Person>
    
    
ObjectProperty: <http://dbpedia.org/ontology/Language>

    Annotations: 
        rdfs:comment "Genaral relation between Book and Language"@en,
        rdfs:comment "Relazione generale tra Book e Language"@it,
        rdfs:label "has Language"@en,
        rdfs:label "langage"@fr,
        rdfs:label "language"@en
    
    
ObjectProperty: <http://dbpedia.org/ontology/Person>

    Annotations: 
        rdfs:comment "Genaral relation between Book and Writer"@en,
        rdfs:comment "Relazione generale tra Book e Writer"@it,
        rdfs:label "has Writer"@en
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Book.owl#hasLanguage>

    Annotations: 
        rdfs:comment "Local relation between Book and Language"@en,
        rdfs:comment "Relazione locale tra Book e Language"@it,
        rdfs:label "has Language"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Language>
    
    
ObjectProperty: <http://dbpedia.org/ontology/Work>

    Annotations: 
        rdfs:comment "Genaral relation between Book and Book"@en,
        rdfs:comment "Relazione generale tra Book e Book"@it,
        rdfs:label "has Book"@en
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Book.owl#hasCity>

    Annotations: 
        rdfs:comment "Local relation between Book and City"@en,
        rdfs:comment "Relazione locale tra Book e City"@it,
        rdfs:label "has City"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Place>
    
    
Class: <http://dbpedia.org/ontology/AdministrativeRegion>

    Annotations: 
        rdfs:label "administrative region"@en,
        rdfs:label "région administrative"@fr
    
    
Class: <http://dbpedia.org/ontology/Writer>

    Annotations: 
        rdfs:label "writer"@en,
        rdfs:label "écrivain"@fr
    
    
Class: <http://dbpedia.org/ontology/City>

    Annotations: 
        rdfs:label "city"@en,
        rdfs:label "cité"@fr
    
    
Class: <http://dbpedia.org/ontology/Book>

    Annotations: 
        rdfs:label "??????"@el,
        rdfs:label "book"@en,
        rdfs:label "ksi??ka"@pl,
        rdfs:label "livre"@fr,
        rdfs:label "llibre"@ca
    
    SubClassOf: 
        <http://www.ontologydesignpatterns.org/ekp/Book.owl#hasAdministrativeRegion> only <http://dbpedia.org/ontology/AdministrativeRegion>,
        <http://www.ontologydesignpatterns.org/ekp/Book.owl#hasBook> only <http://dbpedia.org/ontology/Book>,
        <http://www.ontologydesignpatterns.org/ekp/Book.owl#hasCity> only <http://dbpedia.org/ontology/City>,
        <http://www.ontologydesignpatterns.org/ekp/Book.owl#hasCountry> only <http://dbpedia.org/ontology/Country>,
        <http://www.ontologydesignpatterns.org/ekp/Book.owl#hasLanguage> only <http://dbpedia.org/ontology/Language>,
        <http://www.ontologydesignpatterns.org/ekp/Book.owl#hasWriter> only <http://dbpedia.org/ontology/Writer>
    
    
Class: <http://dbpedia.org/ontology/Language>

    Annotations: 
        rdfs:comment "Genaral relation between Book and Language"@en,
        rdfs:comment "Relazione generale tra Book e Language"@it,
        rdfs:label "has Language"@en,
        rdfs:label "langage"@fr,
        rdfs:label "language"@en
    
    
Class: <http://dbpedia.org/ontology/Country>

    Annotations: 
        rdfs:label "????"@el,
        rdfs:label "Staat"@de,
        rdfs:label "country"@en,
        rdfs:label "pays"@fr
    
    
Link to EKP: Book
Personal tools