dracor-org / dracor-schema

ODD and schemas for dracor.org files
https://dracor.org/doc/odd
5 stars 2 forks source link

add additional metrics to Dracor-Ontology #29

Open ingoboerner opened 3 years ago

ingoboerner commented 3 years ago

Since the last update of the ontology, there are new metrics implemented in the API, which have to be added to the ontology as well:

ingoboerner commented 3 years ago

<dracon:networkSize xmlns:dracon="http://dracor.org/ontology#" rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">49</dracon:networkSize>

ingoboerner commented 3 years ago
    <dracon:has_numOfSpeechActs xmlns:dracon="http://dracor.org/ontology#" rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">68</dracon:has_numOfSpeechActs>
ingoboerner commented 3 years ago

counting number of speakers per gender:

<dracon:numOfActs rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">5</dracon:numOfActs>
        <dracon:numOfSpeakers rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">49</dracon:numOfSpeakers>
        <dracon:numOfSpeakersMale rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">24</dracon:numOfSpeakersMale>
        <dracon:numOfSpeakersFemale rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">7</dracon:numOfSpeakersFemale>
        <dracon:numOfSpeakersUnknown rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">18</dracon:numOfSpeakersUnknown>
        <dracon:numOfSpeakerGroups rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">21</dracon:numOfSpeakerGroups>