Skip to content
Snippets Groups Projects
Select Git revision
  • 8c4f6ead64f6b20c391ec4fefe160e6548b5caf1
  • annotation-on-video default protected
  • demo_ci
  • 3-upstream-01022023
  • master
  • gh3538-captions
  • 16-adapt-for-images-annot
  • 15-api-for-annotations-on-video
  • 15-annotations-on-videos
  • video_for_annotations
  • wip-1-annotations-on-videos
  • 9-videoviewer-tests
  • 9_wip_videotests
  • 6-fix-tests-and-ci
  • _fix_ci
  • wip-webpack-from-git
16 results

webpack.config.js

Blame
  • SolarSystemSample_preprocessing.ttl 34.98 KiB
    @base <http://SolarSystemSample/preprocessing> .
    @prefix : <https://amr.tetras-libre.fr/rdf/schema#> .
    @prefix cprm: <https://tenet.tetras-libre.fr/config/parameters#> .
    @prefix net: <https://tenet.tetras-libre.fr/semantic-net#> .
    @prefix ns11: <http://amr.isi.edu/frames/ld/v1.2.2/> .
    @prefix ns2: <http://amr.isi.edu/rdf/amr-terms#> .
    @prefix ns3: <http://amr.isi.edu/rdf/core-amr#> .
    @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 sys: <https://tenet.tetras-libre.fr/base-ontology#> .
    @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
    
    ns3:Concept a rdfs:Class,
            owl:Class ;
        rdfs:label "AMR-Concept" ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns3:Role a rdfs:Class,
            owl:Class ;
        rdfs:label "AMR-Role" ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/test-1#root01> ns3:hasID "test-1" ;
        ns3:hasSentence "The sun is a star." ;
        ns3:root <http://amr.isi.edu/amr_data/test-1#s> .
    
    <http://amr.isi.edu/amr_data/test-2#root01> ns3:hasID "test-2" ;
        ns3:hasSentence "Earth is a planet." ;
        ns3:root <http://amr.isi.edu/amr_data/test-2#p> .
    
    ns11:direct-02.ARG1 a ns11:FrameRole .
    
    ns11:have-degree-91.ARG1 a ns11:FrameRole .
    
    ns11:have-degree-91.ARG2 a ns11:FrameRole .
    
    ns11:have-degree-91.ARG3 a ns11:FrameRole .
    
    ns11:have-degree-91.ARG5 a ns11:FrameRole .
    
    ns11:orbit-01.ARG0 a ns11:FrameRole .
    
    ns11:orbit-01.ARG1 a ns11:FrameRole .
    
    ns11:remain-01.ARG1 a ns11:FrameRole .
    
    ns2:domain a ns3:Role,
            owl:AnnotationProperty,
            owl:NamedIndividual .
    
    ns2:mod a ns3:Role .
    
    ns2:op1 a ns3:Role .
    
    ns2:op2 a ns3:Role .
    
    ns2:op3 a ns3:Role .
    
    ns3:hasID a owl:AnnotationProperty .
    
    ns3:hasSentence a owl:AnnotationProperty .
    
    ns3:root a owl:AnnotationProperty .
    
    <https://amr.tetras-libre.fr/rdf/schema> a owl:Ontology ;
        owl:versionIRI :0.1 .
    
    :AMR_DataProperty a owl:DatatypeProperty .
    
    :AMR_Prep_Role a owl:Class ;
        rdfs:subClassOf :AMR_Role .
    
    :edge_a2_op1_o3 a :AMR_Edge ;
        :hasAmrRole :role_op1 ;
        :hasRoleID "op1" .
    
    :edge_a2_op2_p2 a :AMR_Edge ;
        :hasAmrRole :role_op2 ;
        :hasRoleID "op2" .
    
    :edge_a2_op3_b a :AMR_Edge ;
        :hasAmrRole :role_op3 ;
        :hasRoleID "op3" .
    
    :edge_a_op1_h a :AMR_Edge ;
        :hasAmrRole :role_op1 ;
        :hasRoleID "op1" .
    
    :edge_a_op2_r a :AMR_Edge ;
        :hasAmrRole :role_op2 ;
        :hasRoleID "op2" .
    
    :edge_b_mod_s3 a :AMR_Edge ;
        :hasAmrRole :role_mod ;
        :hasRoleID "mod" .
    
    :edge_d_ARG1_o2 a :AMR_Edge ;
        :hasAmrRole :role_ARG1 ;
        :hasRoleID "ARG1" .
    
    :edge_h2_ARG1_o3 a :AMR_Edge ;
        :hasAmrRole :role_ARG1 ;
        :hasRoleID "ARG1" .
    
    :edge_h2_ARG2_s2 a :AMR_Edge ;
        :hasAmrRole :role_ARG2 ;
        :hasRoleID "ARG2" .
    
    :edge_h2_ARG3_m2 a :AMR_Edge ;
        :hasAmrRole :role_ARG3 ;
        :hasRoleID "ARG3" .
    
    :edge_h_ARG1_p a :AMR_Edge ;
        :hasAmrRole :role_ARG1 ;
        :hasRoleID "ARG1" .
    
    :edge_h_ARG2_l a :AMR_Edge ;
        :hasAmrRole :role_ARG2 ;
        :hasRoleID "ARG2" .
    
    :edge_h_ARG3_m a :AMR_Edge ;
        :hasAmrRole :role_ARG3 ;
        :hasRoleID "ARG3" .
    
    :edge_h_ARG5_o a :AMR_Edge ;
        :hasAmrRole :role_ARG5 ;
        :hasRoleID "ARG5" .
    
    :edge_o2_ARG0_o a :AMR_Edge ;
        :hasAmrRole :role_ARG0 ;
        :hasRoleID "ARG0" .
    
    :edge_o2_ARG1_s a :AMR_Edge ;
        :hasAmrRole :role_ARG1 ;
        :hasRoleID "ARG1" .
    
    :edge_p2_mod_d2 a :AMR_Edge ;
        :hasAmrRole :role_mod ;
        :hasRoleID "mod" .
    
    :edge_p9_ARG0_s4 a :AMR_Edge ;
        :hasAmrRole :role_ARG0 ;
        :hasRoleID "ARG0" .
    
    :edge_p9_ARG1_b a :AMR_Edge ;
        :hasAmrRole :role_ARG1 ;
        :hasRoleID "ARG1" .
    
    :edge_p_quant_8 a :AMR_Edge ;
        :hasAmrRole :role_quant ;
        :hasRoleID "quant" .
    
    :edge_r_ARG1_a2 a :AMR_Edge ;
        :hasAmrRole :role_ARG1 ;
        :hasRoleID "ARG1" .
    
    :edge_s4_name_SolarSystem a :AMR_Edge ;
        :hasAmrRole :role_name ;
        :hasRoleID "name" .
    
    :fromAmrLkFramerole a owl:AnnotationProperty ;
        rdfs:subPropertyOf :fromAmrLk .
    
    :fromAmrLkRole a owl:AnnotationProperty ;
        rdfs:subPropertyOf :fromAmrLk .
    
    :fromAmrLkRoot a owl:AnnotationProperty ;
        rdfs:subPropertyOf :fromAmrLk .
    
    :getDirectPropertyName a owl:AnnotationProperty ;
        rdfs:subPropertyOf :getProperty .
    
    :getInversePropertyName a owl:AnnotationProperty ;
        rdfs:subPropertyOf :getProperty .
    
    :getPropertyType a owl:AnnotationProperty ;
        rdfs:subPropertyOf :getProperty .
    
    :hasConcept a owl:ObjectProperty ;
        rdfs:domain :AMR_Leaf ;
        rdfs:subPropertyOf :AMR_ObjectProperty .
    
    :hasConceptLink a owl:AnnotationProperty ;
        rdfs:subPropertyOf :hasLink .
    
    :hasEdgeLink a owl:AnnotationProperty ;
        rdfs:subPropertyOf :hasLink .
    
    :hasReification a owl:AnnotationProperty ;
        rdfs:range xsd:boolean ;
        rdfs:subPropertyOf :AMR_AnnotationProperty .
    
    :hasReificationConcept a owl:AnnotationProperty ;
        rdfs:subPropertyOf :hasReificationDefinition .
    
    :hasReificationDomain a owl:AnnotationProperty ;
        rdfs:subPropertyOf :hasReificationDefinition .
    
    :hasReificationRange a owl:AnnotationProperty ;
        rdfs:subPropertyOf :hasReificationDefinition .
    
    :hasRelationName a owl:AnnotationProperty ;
        rdfs:subPropertyOf :AMR_AnnotationProperty .
    
    :hasRoleID a owl:ObjectProperty ;
        rdfs:domain :AMR_Edge ;
        rdfs:subPropertyOf :AMR_ObjectProperty .
    
    :hasRoleTag a owl:ObjectProperty ;
        rdfs:domain :AMR_Edge ;
        rdfs:subPropertyOf :AMR_ObjectProperty .
    
    :hasRolesetID a owl:ObjectProperty ;
        rdfs:domain :AMR_Edge ;
        rdfs:subPropertyOf :AMR_ObjectProperty .
    
    :hasRootLeaf a owl:ObjectProperty ;
        rdfs:subPropertyOf :AMR_ObjectProperty .
    
    :hasSentenceID a owl:AnnotationProperty ;
        rdfs:subPropertyOf :AMR_AnnotationProperty .
    
    :hasSentenceStatement a owl:AnnotationProperty ;
        rdfs:subPropertyOf :AMR_AnnotationProperty .
    
    :hasVariable a owl:ObjectProperty ;
        rdfs:domain :AMR_Leaf ;
        rdfs:subPropertyOf :AMR_ObjectProperty .
    
    :label a owl:AnnotationProperty ;
        rdfs:subPropertyOf :AMR_AnnotationProperty .
    
    :leaf_direct-02_d a :AMR_Leaf ;
        :edge_d_ARG1_o2 :leaf_orbit-01_o2 ;
        :hasConcept :concept_direct-02 ;
        :hasVariable :variable_d .
    
    :leaf_hasPart_p9 a :AMR_Leaf ;
        :edge_p9_ARG0_s4 :leaf_system_s4 ;
        :edge_p9_ARG1_b :leaf_body_b ;
        :hasConcept :concept_part ;
        :hasVariable :variable_p9 ;
        :isReifiedLeaf true .
    
    :leaf_have-degree-91_h2 a :AMR_Leaf ;
        :edge_h2_ARG1_o3 :leaf_object_o3 ;
        :edge_h2_ARG2_s2 :leaf_small_s2 ;
        :edge_h2_ARG3_m2 :leaf_more_m2 ;
        :hasConcept :concept_have-degree-91 ;
        :hasVariable :variable_h2 .
    
    :phenomena_conjunction_or a owl:Class ;
        rdfs:subClassOf :phenomena_conjunction ;
        :hasConceptLink "or" ;
        :label "conjunction-OR" .
    
    :relation_domain a owl:Class ;
        rdfs:subClassOf :AMR_Relation ;
        :hasReification false ;
        :hasRelationName "domain" .
    
    :relation_manner a owl:Class ;
        rdfs:subClassOf :AMR_Relation ;
        :hasReification true ;
        :hasReificationConcept "hasManner" ;
        :hasReificationDomain "ARG1" ;
        :hasReificationRange "ARG2" ;
        :hasRelationName "manner" .
    
    :relation_mod a owl:Class ;
        rdfs:subClassOf :AMR_Relation ;
        :hasReification false ;
        :hasRelationName "mod" .
    
    :relation_name a owl:Class ;
        rdfs:subClassOf :AMR_Relation ;
        :hasReification false ;
        :hasRelationName "name" .
    
    :relation_part a owl:Class ;
        rdfs:subClassOf :AMR_Relation ;
        :hasReification true ;
        :hasReificationConcept "hasPart" ;
        :hasReificationDomain "ARG1" ;
        :hasReificationRange "ARG2" ;
        :hasRelationName "part" .
    
    :relation_polarity a owl:Class ;
        rdfs:subClassOf :AMR_Relation ;
        :hasReification false ;
        :hasRelationName "polarity" .
    
    :relation_quant a owl:Class ;
        rdfs:subClassOf :AMR_Relation ;
        :hasReification false ;
        :hasRelationName "quant" .
    
    :role_ARG4 a owl:Class ;
        rdfs:subClassOf :AMR_Core_Role ;
        :label "ARG4" .
    
    :role_ARG6 a owl:Class ;
        rdfs:subClassOf :AMR_Core_Role ;
        :label "ARG6" .
    
    :role_ARG7 a owl:Class ;
        rdfs:subClassOf :AMR_Core_Role ;
        :label "ARG7" .
    
    :role_ARG8 a owl:Class ;
        rdfs:subClassOf :AMR_Core_Role ;
        :label "ARG8" .
    
    :role_ARG9 a owl:Class ;
        rdfs:subClassOf :AMR_Core_Role ;
        :label "ARG9" .
    
    :role_domain a owl:Class ;
        rdfs:subClassOf :AMR_NonCore_Role ;
        :hasRelationName "domain" ;
        :label "domain" ;
        :toReifyAsConcept "domain" ;
        :toReifyWithBaseEdge "ARG0" ;
        :toReifyWithHeadEdge "ARG1" .
    
    :role_have-degree-91 a owl:Class ;
        rdfs:subClassOf :AMR_Specific_Role ;
        :getPropertyType <net:specificProperty> .
    
    :role_manner a owl:Class ;
        rdfs:subClassOf :AMR_NonCore_Role ;
        :getDirectPropertyName "manner" ;
        :getPropertyType owl:DataProperty ;
        :label "manner" ;
        :toReifyAsConcept "manner" ;
        :toReifyWithBaseEdge "ARG0" ;
        :toReifyWithHeadEdge "ARG1" .
    
    :role_op4 a owl:Class ;
        rdfs:subClassOf :AMR_Op_Role ;
        :label "op4" .
    
    :role_op5 a owl:Class ;
        rdfs:subClassOf :AMR_Op_Role ;
        :label "op5" .
    
    :role_op6 a owl:Class ;
        rdfs:subClassOf :AMR_Op_Role ;
        :label "op6" .
    
    :role_op7 a owl:Class ;
        rdfs:subClassOf :AMR_Op_Role ;
        :label "op7" .
    
    :role_op8 a owl:Class ;
        rdfs:subClassOf :AMR_Op_Role ;
        :label "op8" .
    
    :role_op9 a owl:Class ;
        rdfs:subClassOf :AMR_Op_Role ;
        :label "op9" .
    
    :role_part a owl:Class ;
        rdfs:subClassOf :AMR_NonCore_Role ;
        :getDirectPropertyName "hasPart"^^xsd:string ;
        :getInversePropertyName "partOf"^^xsd:string ;
        :getPropertyType owl:ObjectProperty ;
        :toReifyAsConcept "part" ;
        :toReifyWithBaseEdge "ARG0" ;
        :toReifyWithHeadEdge "ARG1" .
    
    :role_polarity a owl:Class ;
        rdfs:subClassOf :AMR_Specific_Role ;
        :label "polarity" .
    
    :root_SSC-02-01 a :AMR_Root ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#root01> ;
        :hasRootLeaf :leaf_and_a ;
        :hasSentenceID "SSC-02-01" ;
        :hasSentenceStatement "Of the objects that orbit the Sun directly, the largest are the eight planets, with the remainder being smaller objects, the dwarf planets and small Solar System bodies." .
    
    :toReifyAsConcept a owl:AnnotationProperty ;
        rdfs:subPropertyOf :toReify .
    
    :toReifyWithBaseEdge a owl:AnnotationProperty ;
        rdfs:subPropertyOf :toReify .
    
    :toReifyWithHeadEdge a owl:AnnotationProperty ;
        rdfs:subPropertyOf :toReify .
    
    <https://tenet.tetras-libre.fr/base-ontology> a owl:Ontology .
    
    sys:Event a owl:Class ;
        rdfs:subClassOf sys:Out_Structure .
    
    sys:Undetermined_Thing a owl:Class ;
        rdfs:subClassOf sys:Out_Structure .
    
    sys:fromStructure a owl:AnnotationProperty ;
        rdfs:subPropertyOf sys:Out_AnnotationProperty .
    
    sys:hasDegree a owl:ObjectProperty ;
        rdfs:subPropertyOf sys:Out_ObjectProperty .
    
    sys:hasFeature a owl:ObjectProperty ;
        rdfs:subPropertyOf sys:Out_ObjectProperty .
    
    <https://tenet.tetras-libre.fr/config/parameters> a owl:Ontology .
    
    cprm:Config_Parameters a owl:Class ;
        cprm:baseURI "https://tenet.tetras-libre.fr/" ;
        cprm:netURI "https://tenet.tetras-libre.fr/semantic-net#" ;
        cprm:newClassRef "new-class#" ;
        cprm:newPropertyRef "new-relation#" ;
        cprm:objectRef "object_" ;
        cprm:targetOntologyURI "https://tenet.tetras-libre.fr/base-ontology/" .
    
    cprm:baseURI a rdf:Property ;
        rdfs:label "Base URI" ;
        rdfs:domain cprm:Frame ;
        rdfs:range xsd:string ;
        rdfs:subPropertyOf cprm:configParamProperty .
    
    cprm:netURI a rdf:Property ;
        rdfs:label "Net URI" ;
        rdfs:domain cprm:Frame ;
        rdfs:range xsd:string ;
        rdfs:subPropertyOf cprm:configParamProperty .
    
    cprm:newClassRef a rdf:Property ;
        rdfs:label "Reference for a new class" ;
        rdfs:subPropertyOf cprm:configParamProperty .
    
    cprm:newPropertyRef a rdf:Property ;
        rdfs:label "Reference for a new property" ;
        rdfs:subPropertyOf cprm:configParamProperty .
    
    cprm:objectRef a rdf:Property ;
        rdfs:label "Object Reference" ;
        rdfs:subPropertyOf cprm:configParamProperty .
    
    cprm:targetOntologyURI a rdf:Property ;
        rdfs:label "URI of classes in target ontology" ;
        rdfs:domain cprm:Frame ;
        rdfs:range xsd:string ;
        rdfs:subPropertyOf cprm:configParamProperty .
    
    <https://tenet.tetras-libre.fr/semantic-net> a owl:Ontology .
    
    net:Atom_Class_Net a owl:Class ;
        rdfs:subClassOf net:Class_Net .
    
    net:Atom_Property_Net a owl:Class ;
        rdfs:subClassOf net:Property_Net .
    
    net:Composite_Class_Net a owl:Class ;
        rdfs:subClassOf net:Class_Net .
    
    net:Composite_Property_Net a owl:Class ;
        rdfs:subClassOf net:Property_Net .
    
    net:Deprecated_Net a owl:Class ;
        rdfs:subClassOf net:Net .
    
    net:Individual_Net a owl:Class ;
        rdfs:subClassOf net:Net .
    
    net:Instance a owl:Class ;
        rdfs:label "Semantic Net Instance" ;
        rdfs:subClassOf net:Net_Structure .
    
    net:Logical_Set_Net a owl:Class ;
        rdfs:subClassOf net:Net .
    
    net:Object a owl:Class ;
        rdfs:label "Object using in semantic net instance" ;
        rdfs:subClassOf net:Net_Structure .
    
    net:Phenomena_Net a owl:Class ;
        rdfs:subClassOf net:Net .
    
    net:Property_Direction a owl:Class ;
        rdfs:subClassOf net:Feature .
    
    net:Relation a owl:Class ;
        rdfs:subClassOf net:Net_Structure .
    
    net:Restriction_Net a owl:Class ;
        rdfs:subClassOf net:Net .
    
    net:Value_Net a owl:Class ;
        rdfs:subClassOf net:Net .
    
    net:abstractionClass a owl:AnnotationProperty ;
        rdfs:label "abstraction class" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:atom a owl:Class ;
        rdfs:label "atom" ;
        rdfs:subClassOf net:Type .
    
    net:atomOf a owl:AnnotationProperty ;
        rdfs:label "atom of" ;
        rdfs:subPropertyOf net:typeProperty .
    
    net:atomType a owl:AnnotationProperty ;
        rdfs:label "atom type" ;
        rdfs:subPropertyOf net:objectType .
    
    net:class a owl:Class ;
        rdfs:label "class" ;
        rdfs:subClassOf net:Type .
    
    net:composite a owl:Class ;
        rdfs:label "composite" ;
        rdfs:subClassOf net:Type .
    
    net:conjunctive_list a owl:Class ;
        rdfs:label "conjunctive-list" ;
        rdfs:subClassOf net:list .
    
    net:disjunctive_list a owl:Class ;
        rdfs:label "disjunctive-list" ;
        rdfs:subClassOf net:list .
    
    net:entityClass a owl:AnnotationProperty ;
        rdfs:label "entity class" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:entity_class_list a owl:Class ;
        rdfs:label "entityClassList" ;
        rdfs:subClassOf net:class_list .
    
    net:event a owl:Class ;
        rdfs:label "event" ;
        rdfs:subClassOf net:Type .
    
    net:featureClass a owl:AnnotationProperty ;
        rdfs:label "feature class" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:has_atom a owl:AnnotationProperty ;
        rdfs:label "has atom" ;
        rdfs:subPropertyOf net:has_object .
    
    net:has_class a owl:AnnotationProperty ;
        rdfs:label "is class" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:has_class_name a owl:AnnotationProperty ;
        rdfs:subPropertyOf net:has_value .
    
    net:has_class_uri a owl:AnnotationProperty ;
        rdfs:label "class uri" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:has_concept a owl:AnnotationProperty ;
        rdfs:label "concept "@fr ;
        rdfs:subPropertyOf net:objectValue .
    
    net:has_entity a owl:AnnotationProperty ;
        rdfs:label "has entity" ;
        rdfs:subPropertyOf net:has_object .
    
    net:has_feature a owl:AnnotationProperty ;
        rdfs:label "has feature" ;
        rdfs:subPropertyOf net:has_object .
    
    net:has_instance a owl:AnnotationProperty ;
        rdfs:label "entity instance" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:has_instance_uri a owl:AnnotationProperty ;
        rdfs:label "instance uri" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:has_item a owl:AnnotationProperty ;
        rdfs:label "has item" ;
        rdfs:subPropertyOf net:has_object .
    
    net:has_mother_class a owl:AnnotationProperty ;
        rdfs:label "has mother class" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:has_mother_class_uri a owl:AnnotationProperty ;
        rdfs:label "parent class uri" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:has_node a owl:AnnotationProperty ;
        rdfs:label "UNL Node" ;
        rdfs:subPropertyOf net:netProperty .
    
    net:has_parent a owl:AnnotationProperty ;
        rdfs:label "has parent" ;
        rdfs:subPropertyOf net:has_object .
    
    net:has_parent_class a owl:AnnotationProperty ;
        rdfs:label "parent class" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:has_parent_class_uri a owl:AnnotationProperty ;
        rdfs:label "parent class uri" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:has_possible_domain a owl:AnnotationProperty ;
        rdfs:label "has possible domain" ;
        rdfs:subPropertyOf net:has_object .
    
    net:has_possible_range a owl:AnnotationProperty ;
        rdfs:label "has possible range" ;
        rdfs:subPropertyOf net:has_object .
    
    net:has_relation a owl:AnnotationProperty ;
        rdfs:label "has relation" ;
        rdfs:subPropertyOf net:has_relation_value .
    
    net:has_source a owl:AnnotationProperty ;
        rdfs:label "has source" ;
        rdfs:subPropertyOf net:has_relation_value .
    
    net:has_structure a owl:AnnotationProperty ;
        rdfs:label "Linguistic Structure (in UNL Document)" ;
        rdfs:subPropertyOf net:netProperty .
    
    net:has_target a owl:AnnotationProperty ;
        rdfs:label "has target" ;
        rdfs:subPropertyOf net:has_relation_value .
    
    net:inverse_direction a owl:NamedIndividual .
    
    net:listBy a owl:AnnotationProperty ;
        rdfs:label "list by" ;
        rdfs:subPropertyOf net:typeProperty .
    
    net:listGuiding a owl:AnnotationProperty ;
        rdfs:label "Guiding connector of a list (or, and)" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:listOf a owl:AnnotationProperty ;
        rdfs:label "list of" ;
        rdfs:subPropertyOf net:typeProperty .
    
    net:modCat1 a owl:AnnotationProperty ;
        rdfs:label "Modality Category (level 1)" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:modCat2 a owl:AnnotationProperty ;
        rdfs:label "Modality Category (level 2)" ;
        rdfs:subPropertyOf net:objectValue .
    
    net:normal_direction a owl:NamedIndividual .
    
    net:relation a owl:Class ;
        rdfs:label "relation" ;
        rdfs:subClassOf net:Type .
    
    net:relationOf a owl:AnnotationProperty ;
        rdfs:label "relation of" ;
        rdfs:subPropertyOf net:typeProperty .
    
    net:state_property a owl:Class ;
        rdfs:label "stateProperty" ;
        rdfs:subClassOf net:Type .
    
    net:type a owl:AnnotationProperty ;
        rdfs:label "type "@fr ;
        rdfs:subPropertyOf net:netProperty .
    
    net:unary_list a owl:Class ;
        rdfs:label "unary-list" ;
        rdfs:subClassOf net:list .
    
    net:verbClass a owl:AnnotationProperty ;
        rdfs:label "verb class" ;
        rdfs:subPropertyOf net:objectValue .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#d> a ns11:direct-02 ;
        ns11:direct-02.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#o2> ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#h2> a ns11:have-degree-91 ;
        ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#o3> ;
        ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-02-01#s2> ;
        ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-02-01#m2> ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#root01> a ns3:AMR ;
        ns3:has-id "SSC-02-01" ;
        ns3:has-sentence "Of the objects that orbit the Sun directly, the largest are the eight planets, with the remainder being smaller objects, the dwarf planets and small Solar System bodies." ;
        ns3:root <http://amr.isi.edu/amr_data/SSC-02-01#a> .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#s4> a ns2:system ;
        rdfs:label "Solar System" ;
        ns2:part <http://amr.isi.edu/amr_data/SSC-02-01#b> ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/test-1#s> ns2:domain <http://amr.isi.edu/amr_data/test-1#s2> .
    
    <http://amr.isi.edu/amr_data/test-2#p> rdfs:label "Earth" .
    
    ns3:AMR a owl:Class ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns3:NamedEntity a ns3:Concept,
            owl:Class,
            owl:NamedIndividual ;
        rdfs:label "AMR-EntityType",
            "AMR-Term" ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    :AMR_Root a owl:Class ;
        rdfs:subClassOf :AMR_Structure .
    
    :concept_body rdfs:subClassOf :AMR_Term_Concept ;
        :fromAmrLk ns2:body ;
        :label "body" .
    
    :concept_direct-02 rdfs:subClassOf :AMR_Predicat_Concept ;
        :fromAmrLk ns11:direct-02 ;
        :label "direct-02" .
    
    :concept_dwarf rdfs:subClassOf :AMR_Term_Concept ;
        :fromAmrLk ns2:dwarf ;
        :label "dwarf" .
    
    :concept_large rdfs:subClassOf :AMR_Term_Concept ;
        :fromAmrLk ns2:large ;
        :label "large" .
    
    :concept_more rdfs:subClassOf :AMR_Predicat_Concept ;
        :fromAmrLk ns3:more ;
        :label "more" .
    
    :concept_most rdfs:subClassOf :AMR_Predicat_Concept ;
        :fromAmrLk ns3:most ;
        :label "most" .
    
    :concept_orbit-01 rdfs:subClassOf :AMR_Predicat_Concept ;
        :fromAmrLk ns11:orbit-01 ;
        :label "orbit-01" .
    
    :concept_part rdfs:subClassOf :AMR_Predicat_Concept ;
        :fromAmrLk ns2:part ;
        :isReifiedConcept true ;
        :label "hasPart" .
    
    :concept_remain-01 rdfs:subClassOf :AMR_Predicat_Concept ;
        :fromAmrLk ns11:remain-01 ;
        :label "remain-01" .
    
    :concept_sun rdfs:subClassOf :AMR_Term_Concept ;
        :fromAmrLk ns2:sun ;
        :label "sun" .
    
    :concept_system rdfs:subClassOf :AMR_Term_Concept ;
        :fromAmrLk ns2:system ;
        :label "system" .
    
    :leaf_and_a a :AMR_Leaf ;
        :edge_a_op1_h :leaf_have-degree-91_h ;
        :edge_a_op2_r :leaf_remain-01_r ;
        :hasConcept :concept_and ;
        :hasVariable :variable_a .
    
    :leaf_and_a2 a :AMR_Leaf ;
        :edge_a2_op1_o3 :leaf_object_o3 ;
        :edge_a2_op2_p2 :leaf_planet_p2 ;
        :edge_a2_op3_b :leaf_body_b ;
        :hasConcept :concept_and ;
        :hasVariable :variable_a2 .
    
    :leaf_dwarf_d2 a :AMR_Leaf ;
        :hasConcept :concept_dwarf ;
        :hasVariable :variable_d2 .
    
    :leaf_have-degree-91_h a :AMR_Leaf ;
        :edge_h_ARG1_p :leaf_planet_p ;
        :edge_h_ARG2_l :leaf_large_l ;
        :edge_h_ARG3_m :leaf_most_m ;
        :edge_h_ARG5_o :leaf_object_o ;
        :hasConcept :concept_have-degree-91 ;
        :hasVariable :variable_h .
    
    :leaf_large_l a :AMR_Leaf ;
        :hasConcept :concept_large ;
        :hasVariable :variable_l .
    
    :leaf_more_m2 a :AMR_Leaf ;
        :hasConcept :concept_more ;
        :hasVariable :variable_m2 .
    
    :leaf_most_m a :AMR_Leaf ;
        :hasConcept :concept_most ;
        :hasVariable :variable_m .
    
    :leaf_orbit-01_o2 a :AMR_Leaf ;
        :edge_o2_ARG0_o :leaf_object_o ;
        :edge_o2_ARG1_s :leaf_sun_s ;
        :hasConcept :concept_orbit-01 ;
        :hasVariable :variable_o2 .
    
    :leaf_planet_p a :AMR_Leaf ;
        :edge_p_quant_8 :value_8 ;
        :hasConcept :concept_planet ;
        :hasVariable :variable_p .
    
    :leaf_planet_p2 a :AMR_Leaf ;
        :edge_p2_mod_d2 :leaf_dwarf_d2 ;
        :hasConcept :concept_planet ;
        :hasVariable :variable_p2 .
    
    :leaf_remain-01_r a :AMR_Leaf ;
        :edge_r_ARG1_a2 :leaf_and_a2 ;
        :hasConcept :concept_remain-01 ;
        :hasVariable :variable_r .
    
    :leaf_small_s2 a :AMR_Leaf ;
        :hasConcept :concept_small ;
        :hasVariable :variable_s2 .
    
    :leaf_small_s3 a :AMR_Leaf ;
        :hasConcept :concept_small ;
        :hasVariable :variable_s3 .
    
    :leaf_sun_s a :AMR_Leaf ;
        :hasConcept :concept_sun ;
        :hasVariable :variable_s .
    
    :leaf_system_s4 a :AMR_Leaf ;
        :edge_s4_name_SolarSystem :value_SolarSystem ;
        :hasConcept :concept_system ;
        :hasVariable :variable_s4 .
    
    :phenomena_conjunction_and a owl:Class ;
        rdfs:subClassOf :phenomena_conjunction ;
        :hasConceptLink "and" ;
        :label "conjunction-AND" .
    
    :phenomena_degree a owl:Class ;
        rdfs:subClassOf :AMR_Phenomena ;
        :hasConceptLink "have-degree-91" ;
        :label "degree" .
    
    :role_ARG5 a owl:Class ;
        rdfs:subClassOf :AMR_Core_Role ;
        :label "ARG5" .
    
    :role_name a owl:Class ;
        rdfs:subClassOf :AMR_NonCore_Role ;
        :label "name" .
    
    :role_op3 a owl:Class ;
        rdfs:subClassOf :AMR_Op_Role ;
        :label "op3" .
    
    :role_quant a owl:Class ;
        rdfs:subClassOf :AMR_Specific_Role ;
        :label "quant" .
    
    :value_8 a :AMR_Value ;
        rdfs:label "p" .
    
    :value_SolarSystem a :AMR_Value ;
        rdfs:label "Solar System" .
    
    :variable_a a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#a> ;
        :label "a" .
    
    :variable_a2 a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#a2> ;
        :label "a2" .
    
    :variable_b a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#b> ;
        :label "b" .
    
    :variable_d a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#d> ;
        :label "d" .
    
    :variable_d2 a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#d2> ;
        :label "d2" .
    
    :variable_h a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#h> ;
        :label "h" .
    
    :variable_h2 a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#h2> ;
        :label "h2" .
    
    :variable_l a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#l> ;
        :label "l" .
    
    :variable_m a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#m> ;
        :label "m" .
    
    :variable_m2 a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#m2> ;
        :label "m2" .
    
    :variable_o a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#o> ;
        :label "o" .
    
    :variable_o2 a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#o2> ;
        :label "o2" .
    
    :variable_o3 a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#o3> ;
        :label "o3" .
    
    :variable_p a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#p> ;
        :label "p" .
    
    :variable_p2 a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#p2> ;
        :label "p2" .
    
    :variable_p9 a ns2:part,
            :AMR_Variable ;
        :isReifiedVariable true ;
        :label "p9" .
    
    :variable_r a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#r> ;
        :label "r" .
    
    :variable_s a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s> ;
        :label "s" .
    
    :variable_s2 a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s2> ;
        :label "s2" .
    
    :variable_s3 a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s3> ;
        :label "s3" .
    
    :variable_s4 a :AMR_Variable ;
        :fromAmrLk <http://amr.isi.edu/amr_data/SSC-02-01#s4> ;
        :label "s4" ;
        :name "Solar System" .
    
    sys:Degree a owl:Class ;
        rdfs:subClassOf sys:Out_Structure .
    
    sys:Entity a owl:Class ;
        rdfs:subClassOf sys:Out_Structure .
    
    sys:Feature a owl:Class ;
        rdfs:subClassOf sys:Out_Structure .
    
    sys:Out_AnnotationProperty a owl:AnnotationProperty .
    
    net:Feature a owl:Class ;
        rdfs:subClassOf net:Net_Structure .
    
    net:class_list a owl:Class ;
        rdfs:label "classList" ;
        rdfs:subClassOf net:Type .
    
    net:has_value a owl:AnnotationProperty ;
        rdfs:subPropertyOf net:netProperty .
    
    net:objectType a owl:AnnotationProperty ;
        rdfs:label "object type" ;
        rdfs:subPropertyOf net:objectProperty .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#a> a ns3:and ;
        ns2:op1 <http://amr.isi.edu/amr_data/SSC-02-01#h> ;
        ns2:op2 <http://amr.isi.edu/amr_data/SSC-02-01#r> ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#a2> a ns3:and ;
        ns2:op1 <http://amr.isi.edu/amr_data/SSC-02-01#o3> ;
        ns2:op2 <http://amr.isi.edu/amr_data/SSC-02-01#p2> ;
        ns2:op3 <http://amr.isi.edu/amr_data/SSC-02-01#b> ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#d2> a ns2:dwarf ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#h> a ns11:have-degree-91 ;
        ns11:have-degree-91.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#p> ;
        ns11:have-degree-91.ARG2 <http://amr.isi.edu/amr_data/SSC-02-01#l> ;
        ns11:have-degree-91.ARG3 <http://amr.isi.edu/amr_data/SSC-02-01#m> ;
        ns11:have-degree-91.ARG5 <http://amr.isi.edu/amr_data/SSC-02-01#o> ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#l> a ns2:large ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#m> a ns3:most ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#m2> a ns3:more ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#o2> a ns11:orbit-01 ;
        ns11:orbit-01.ARG0 <http://amr.isi.edu/amr_data/SSC-02-01#o> ;
        ns11:orbit-01.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#s> ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#p> a <http://amr.isi.edu/entity-types#planet> ;
        ns2:quant "8" ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#p2> a <http://amr.isi.edu/entity-types#planet> ;
        ns2:mod <http://amr.isi.edu/amr_data/SSC-02-01#d2> ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#r> a ns11:remain-01 ;
        ns11:remain-01.ARG1 <http://amr.isi.edu/amr_data/SSC-02-01#a2> ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#s> a ns2:sun ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#s2> a ns2:small ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#s3> a ns2:small ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns11:direct-02 a ns3:Frame ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns11:orbit-01 a ns3:Frame ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns11:remain-01 a ns3:Frame ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns2:body a ns3:Concept ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns2:dwarf a ns3:Concept ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns2:large a ns3:Concept ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns2:part a ns3:Role ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns2:sun a ns3:Concept ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns2:system a ns3:Concept ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns3:more a ns3:Concept ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns3:most a ns3:Concept ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    :AMR_Phenomena a owl:Class ;
        rdfs:subClassOf :AMR_Structure .
    
    :AMR_Relation_Concept a owl:Class ;
        rdfs:subClassOf :AMR_Concept .
    
    :AMR_Value a owl:Class ;
        rdfs:subClassOf :AMR_Element .
    
    :concept_and rdfs:subClassOf :AMR_Relation_Concept ;
        :fromAmrLk ns3:and ;
        :hasPhenomenaLink :phenomena_conjunction_and ;
        :label "and" .
    
    :concept_have-degree-91 rdfs:subClassOf :AMR_Relation_Concept ;
        :fromAmrLk ns11:have-degree-91 ;
        :hasPhenomenaLink :phenomena_degree ;
        :label "have-degree-91" .
    
    :concept_object rdfs:subClassOf :AMR_Term_Concept ;
        :fromAmrLk ns2:object ;
        :label "object" .
    
    :concept_planet rdfs:subClassOf :AMR_Term_Concept ;
        :fromAmrLk <http://amr.isi.edu/entity-types#planet> ;
        :label "planet" .
    
    :concept_small rdfs:subClassOf :AMR_Term_Concept ;
        :fromAmrLk ns2:small ;
        :label "small" .
    
    :hasLink a owl:AnnotationProperty ;
        rdfs:subPropertyOf :AMR_AnnotationProperty .
    
    :leaf_body_b a :AMR_Leaf ;
        :edge_b_mod_s3 :leaf_small_s3 ;
        :hasConcept :concept_body ;
        :hasVariable :variable_b .
    
    :leaf_object_o a :AMR_Leaf ;
        :hasConcept :concept_object ;
        :hasVariable :variable_o .
    
    :leaf_object_o3 a :AMR_Leaf ;
        :hasConcept :concept_object ;
        :hasVariable :variable_o3 .
    
    :phenomena_conjunction a owl:Class ;
        rdfs:subClassOf :AMR_Phenomena ;
        :hasConceptLink "contrast-01",
            "either",
            "neither" ;
        :label "conjunction" .
    
    :role_ARG0 a owl:Class ;
        rdfs:subClassOf :AMR_Core_Role ;
        :label "ARG0" .
    
    :role_ARG2 a owl:Class ;
        rdfs:subClassOf :AMR_Core_Role ;
        :label "ARG2" .
    
    :role_ARG3 a owl:Class ;
        rdfs:subClassOf :AMR_Core_Role ;
        :label "ARG3" .
    
    :role_mod a owl:Class ;
        rdfs:subClassOf :AMR_NonCore_Role ;
        :getDirectPropertyName "hasFeature"^^xsd:string ;
        :getPropertyType rdfs:subClassOf,
            owl:ObjectProperty ;
        :label "mod" ;
        :toReifyAsConcept "mod" ;
        :toReifyWithBaseEdge "ARG0" ;
        :toReifyWithHeadEdge "ARG1" .
    
    :role_op1 a owl:Class ;
        rdfs:subClassOf :AMR_Op_Role ;
        :label "op1" .
    
    :role_op2 a owl:Class ;
        rdfs:subClassOf :AMR_Op_Role ;
        :label "op2" .
    
    sys:Out_ObjectProperty a owl:ObjectProperty .
    
    net:Class_Net a owl:Class ;
        rdfs:subClassOf net:Net .
    
    net:Property_Net a owl:Class ;
        rdfs:subClassOf net:Net .
    
    net:objectProperty a owl:AnnotationProperty ;
        rdfs:label "object attribute" .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#b> a ns2:body ;
        ns2:mod <http://amr.isi.edu/amr_data/SSC-02-01#s3> ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#o> a ns2:object ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/amr_data/SSC-02-01#o3> a ns2:object ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    <http://amr.isi.edu/entity-types#planet> a ns3:NamedEntity ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns11:have-degree-91 a ns3:Frame ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns2:object a ns3:Concept ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns2:small a ns3:Concept ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    ns3:and a ns3:Concept ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    :AMR_Concept a owl:Class ;
        rdfs:subClassOf :AMR_Element .
    
    :AMR_Specific_Role a owl:Class ;
        rdfs:subClassOf :AMR_Role .
    
    :fromAmrLk a owl:AnnotationProperty ;
        rdfs:subPropertyOf :AMR_AnnotationProperty .
    
    :getProperty a owl:AnnotationProperty ;
        rdfs:subPropertyOf :AMR_AnnotationProperty .
    
    :hasReificationDefinition a owl:AnnotationProperty ;
        rdfs:range rdfs:Literal ;
        rdfs:subPropertyOf :AMR_AnnotationProperty .
    
    :toReify a owl:AnnotationProperty ;
        rdfs:subPropertyOf :AMR_AnnotationProperty .
    
    net:has_relation_value a owl:AnnotationProperty ;
        rdfs:label "has relation value" ;
        rdfs:subPropertyOf net:has_object .
    
    net:list a owl:Class ;
        rdfs:label "list" ;
        rdfs:subClassOf net:Type .
    
    ns3:Frame a ns3:Concept,
            owl:Class,
            owl:NamedIndividual ;
        rdfs:label "AMR-PropBank-Frame" ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    :AMR_Element a owl:Class ;
        rdfs:subClassOf :AMR_Structure .
    
    net:typeProperty a owl:AnnotationProperty ;
        rdfs:label "type property" .
    
    :AMR_NonCore_Role a owl:Class ;
        rdfs:subClassOf :AMR_Role .
    
    :AMR_Role a owl:Class ;
        rdfs:subClassOf :AMR_Element .
    
    sys:Out_Structure a owl:Class ;
        rdfs:label "Output Ontology Structure" .
    
    net:netProperty a owl:AnnotationProperty ;
        rdfs:label "netProperty" .
    
    :AMR_ObjectProperty a owl:ObjectProperty ;
        rdfs:subPropertyOf owl:topObjectProperty .
    
    :AMR_Predicat_Concept a owl:Class ;
        rdfs:subClassOf :AMR_Concept .
    
    :AMR_Structure a owl:Class .
    
    :role_ARG1 a owl:Class ;
        rdfs:subClassOf :AMR_Core_Role ;
        :label "ARG1" .
    
    cprm:configParamProperty a rdf:Property ;
        rdfs:label "Config Parameter Property" .
    
    net:Net_Structure a owl:Class ;
        rdfs:label "Semantic Net Structure" ;
        rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." .
    
    rdf:Property a owl:Class .
    
    :AMR_Relation a owl:Class ;
        rdfs:subClassOf :AMR_Structure .
    
    ns11:FrameRole a ns3:Role,
            owl:Class,
            owl:NamedIndividual ;
        rdfs:label "AMR-PropBank-Role" ;
        rdfs:subClassOf :AMR_Linked_Data .
    
    :AMR_Term_Concept a owl:Class ;
        rdfs:subClassOf :AMR_Concept .
    
    net:Net a owl:Class ;
        rdfs:subClassOf net:Net_Structure .
    
    net:Type a owl:Class ;
        rdfs:label "Semantic Net Type" ;
        rdfs:subClassOf net:Net_Structure .
    
    net:has_object a owl:AnnotationProperty ;
        rdfs:label "relation" ;
        rdfs:subPropertyOf net:netProperty .
    
    :AMR_Op_Role a owl:Class ;
        rdfs:subClassOf :AMR_Role .
    
    :AMR_AnnotationProperty a owl:AnnotationProperty .
    
    :AMR_Core_Role a owl:Class ;
        rdfs:subClassOf :AMR_Role .
    
    net:objectValue a owl:AnnotationProperty ;
        rdfs:label "valuations"@fr ;
        rdfs:subPropertyOf net:objectProperty .
    
    :AMR_Variable a owl:Class ;
        rdfs:subClassOf :AMR_Element .
    
    :AMR_Leaf a owl:Class ;
        rdfs:subClassOf :AMR_Structure .
    
    :AMR_Edge a owl:Class ;
        rdfs:subClassOf :AMR_Structure .
    
    :AMR_Linked_Data a owl:Class .
    
    [] a owl:AllDisjointClasses ;
        owl:members ( sys:Degree sys:Entity sys:Feature ) .