Skip to content
Snippets Groups Projects
Select Git revision
  • 35ba1366af50890c02d4e0c3eec0914593ac056d
  • master default protected
  • multiprocessing
  • experiment/clara
  • experiment/spec2B-poc
  • experiment/qivalio-poc
  • experiment/ertms
  • MAY-2023
  • FEB-2023
  • EGC-2023
  • 0.2.1
  • v0.2.0
  • v0.1.2
13 results

semantic-net.ttl

Blame
  • semantic-net.ttl 4.79 KiB
    # baseURI: https://unsel.tetras-libre.fr/tenet/semantic-net
    # prefix: net
    
    @prefix net: <https://unsel.tetras-libre.fr/tenet/semantic-net#> .
    @prefix owl: <http://www.w3.org/2002/07/owl#> .
    @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
    @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
    @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
    
    <https://unsel.tetras-libre.fr/tenet/semantic-net>
      rdf:type owl:Ontology ;
    .
    net:Instance
      rdf:type owl:Class ;
      rdfs:label "Semantic Net Instance" ;
      rdfs:subClassOf net:Structure ;
    .
    net:Object
      rdf:type owl:Class ;
      rdfs:label "Object using in semantic net instance" ;
      rdfs:subClassOf net:Structure ;
    .
    net:Structure
      rdf:type owl:Class ;
      rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." ;
      rdfs:label "Semantic Net Structure" ;
    .
    net:Type
      rdf:type owl:Class ;
      rdfs:label "Semantic Net Type" ;
      rdfs:subClassOf net:Structure ;
    .
    net:abstraction
      rdf:type owl:Class ;
      rdfs:label "abstraction" ;
      rdfs:subClassOf net:Type ;
    .
    net:abstractionClass
      rdf:type rdf:Property ;
      rdfs:label "abstraction class" ;
      rdfs:subPropertyOf net:objectValue ;
    .
    net:class
      rdf:type owl:Class ;
      rdfs:label "class" ;
      rdfs:subClassOf net:Type ;
    .
    net:class_list
      rdf:type owl:Class ;
      rdfs:label "classList" ;
      rdfs:subClassOf net:Type ;
    .
    net:complement
      rdf:type owl:Class ;
      rdfs:label "complement" ;
      rdfs:subClassOf net:Type ;
    .
    net:complement_mod_list
      rdf:type owl:Class ;
      rdfs:label "complement mod list" ;
      rdfs:subClassOf net:mod_list ;
    .
    net:concept
      rdf:type rdf:Property ;
      rdfs:label "concept "@fr ;
      rdfs:subPropertyOf net:objectValue ;
    .
    net:entity
      rdf:type owl:Class ;
      rdfs:label "entity" ;
      rdfs:subClassOf net:Type ;
    .
    net:entityClass
      rdf:type rdf:Property ;
      rdfs:label "entity class" ;
      rdfs:subPropertyOf net:objectValue ;
    .
    net:entityInstance
      rdf:type rdf:Property ;
      rdfs:label "entity instance" ;
      rdfs:subPropertyOf net:objectValue ;
    .
    net:entity_class_list
      rdf:type owl:Class ;
      rdfs:label "entityClassList" ;
      rdfs:subClassOf net:class_list ;
    .
    net:entity_mod_list
      rdf:type owl:Class ;
      rdfs:label "entity mod list" ;
      rdfs:subClassOf net:mod_list ;
    .
    net:event
      rdf:type owl:Class ;
      rdfs:label "event" ;
      rdfs:subClassOf net:Type ;
    .
    net:feature
      rdf:type owl:Class ;
      rdfs:label "feature" ;
      rdfs:subClassOf net:Type ;
    .
    net:featureClass
      rdf:type rdf:Property ;
      rdfs:label "feature class" ;
      rdfs:subPropertyOf net:objectValue ;
    .
    net:has_actor
      rdf:type rdf:Property ;
      rdfs:label "has verb" ;
      rdfs:subPropertyOf net:has_object ;
    .
    net:has_entity
      rdf:type rdf:Property ;
      rdfs:label "has entity" ;
      rdfs:subPropertyOf net:has_object ;
    .
    net:has_feature
      rdf:type rdf:Property ;
      rdfs:label "has feature" ;
      rdfs:subPropertyOf net:has_object ;
    .
    net:has_mainClass
      rdf:type rdf:Property ;
      rdfs:label "has main class" ;
      rdfs:subPropertyOf net:has_object ;
    .
    net:has_node
      rdf:type rdf:Property ;
      rdfs:label "UNL Node" ;
      rdfs:subPropertyOf net:property ;
    .
    net:has_object
      rdf:type rdf:Property ;
      rdfs:label "relation" ;
      rdfs:subPropertyOf net:property ;
    .
    net:has_structure
      rdf:type rdf:Property ;
      rdfs:label "Linguistic Structure (in UNL Document)" ;
      rdfs:subPropertyOf net:property ;
    .
    net:has_subClass
      rdf:type rdf:Property ;
      rdfs:label "has sub class" ;
      rdfs:subPropertyOf net:has_object ;
    .
    net:has_target
      rdf:type rdf:Property ;
      rdfs:label "has verb" ;
      rdfs:subPropertyOf net:has_object ;
    .
    net:has_verb
      rdf:type rdf:Property ;
      rdfs:label "has verb" ;
      rdfs:subPropertyOf net:has_object ;
    .
    net:listGuiding
      rdf:type rdf:Property ;
      rdfs:label "Guiding connector of a list (or, and)" ;
      rdfs:subPropertyOf net:objectValue ;
    .
    net:modCat1
      rdf:type rdf:Property ;
      rdfs:label "Modality Category (level 1)" ;
      rdfs:subPropertyOf net:objectValue ;
    .
    net:modCat2
      rdf:type rdf:Property ;
      rdfs:label "Modality Category (level 2)" ;
      rdfs:subPropertyOf net:objectValue ;
    .
    net:mod_list
      rdf:type owl:Class ;
      rdfs:label "modList" ;
      rdfs:subClassOf net:Type ;
    .
    net:objectAttribute
      rdf:type rdf:Property ;
      rdfs:label "object attribute" ;
    .
    net:objectType
      rdf:type rdf:Property ;
      rdfs:label "object type" ;
      rdfs:subPropertyOf net:objectAttribute ;
    .
    net:objectValue
      rdf:type rdf:Property ;
      rdfs:label "valuations"@fr ;
      rdfs:subPropertyOf net:objectAttribute ;
    .
    net:property
      rdf:type rdf:Property ;
      rdfs:label "netProperty" ;
    .
    net:state_property
      rdf:type owl:Class ;
      rdfs:label "stateProperty" ;
      rdfs:subClassOf net:Type ;
    .
    net:type
      rdf:type rdf:Property ;
      rdfs:label "type "@fr ;
      rdfs:subPropertyOf net:property ;
    .
    net:verb
      rdf:type owl:Class ;
      rdfs:label "verb" ;
      rdfs:subClassOf net:Type ;
    .
    net:verbClass
      rdf:type rdf:Property ;
      rdfs:label "verb class" ;
      rdfs:subPropertyOf net:objectValue ;
    .