Linked Open Vocabularies
  • Vocabs
  • Terms
  • Agents
  • SPARQL/Dump
  • Patterns
×

How to


  1. Select the ontologies from which you want to extract patterns.
  2. Select patterns options:
    • Name, Type or both:
      1. Name: Ontology elements in the patterns represent specific classes and properties names.

        For example:

        # INPUT
        s4bldg:BuildingSpace rdfs:subClassOf [
          rdf:type owl:Restriction ;
          owl:onProperty s4bldg:isSpaceOf ;
          owl:allValuesFrom [
            rdf:type owl:Class ;
            owl:unionOf (
              s4bldg:Building
              s4bldg:BuildingSpace
            )
          ]
        ]

        # OUTPUT
        Pattern 16
        owl:Class
        |rdfs:subClassOf
        | |owl:Restriction
        | | |owl:allValuesFrom
        | | | |owl:Class
        | | | | |owl:unionOf
        | | | | | |rdf:List
        | | | | | | |rdf:first
        | | | | | | | |owl:Class
        | | | | | | |rdf:rest
        | | | | | | | |rdf:List
        | | | | | | | | |rdf:first
        | | | | | | | | | |owl:Class
        | | | | | | | | |rdf:rest
        | | | | | | | | | |rdf:nil
        | | |owl:onProperty

        # INPUT
        s4bldg:BuildingSpace rdfs:subClassOf [
          rdf:type owl:Restriction ;
          owl:onProperty s4bldg:isSpaceOf ;
          owl:allValuesFrom [
            rdf:type owl:Class ;
            owl:unionOf (
              s4bldg:Building
              s4bldg:BuildingSpace
            )
          ]
        ]

        # OUTPUT
        Pattern 16
        owl:Class
        |rdfs:subClassOf
        | |owl:Restriction
        | | |owl:allValuesFrom
        | | | |owl:Class
        | | | | |owl:unionOf
        | | |owl:onProperty
        
      2. Type: Ontology elements in the patterns are generalized according to the OWL elements used.

        No specific classes or properties are used, but OWL skeletons like:

        owl:Class
          |rdfs:subClassOf
          |  |owl:Restriction
          |  |  |owl:onProperty
          |  |  |  |owl:DatatypeProperty, owl:FunctionalProperty
          |  |  |owl:someValuesFrom
          |  |  |  |rdfs:Datatype
    • Flatten or not:
      1. Flatten: If there are collections of classes or individuals in the pattern, the full collection is not included.

        ¿SERGIO esto aplica a los named? O solo a los que se generalizan como Type?

        Otra cosa es que estaría bien indicar algunos ejemplos, pensaba que se incluían 3.

        owl:Class
          |owl:equivalentClass
          |  |owl:Class
          |  |  |owl:oneOf
  3. Output: Tengo que ver el output final y definir esto en detalle

    The retrieved .zip file contains the following folders and documents:

    • “Data” folder. This folder contains the files:
      • A
      • B
      • C
    • “flatten” folder (if selected): This folder contains the files:
      • A
      • B
      • C
    • “not_flatten” folder (if selected): This folder contains the files:
      • A
      • B
      • C
    • HTML folder. This folder contains the files:
      • A
      • B
      • C

Linked Open Vocabularies

Documentation
  • About
  • API documentation
  • Contact
Este trabajo ha recibido financiación del proyecto PIONERA (Potenciando la interoperabilidad en espacios de datos mediante inteligencia artificial), un proyecto financiado en el contexto de la convocatoria Productos y Servicios tecnológicos para Espacio de Datos del Ministerio para la Transformación Digital y de la Función Pública en el marco del PRTR financiado por Unión Europea (NextGenerationEU)
Creative Commons License