Skip to content
View danielhmills's full-sized avatar

Block or report danielhmills

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
danielhmills/README.md
## JSON-LD Start ##

{
  "@context": {
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "schema": "http://schema.org/",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "cert": "http://www.w3.org/ns/auth/cert#"
  },
  "@graph": [
    {
      "@id": "",
      "@type": "foaf:PersonalProfileDocument",
      "foaf:maker": {
        "@id": "#i"
      },
      "foaf:primaryTopic": {
        "@id": "#i"
      }
    },
    {
      "@id": "#i",
      "@type": [
        "schema:Person",
        "foaf:Person"
      ],
      "schema:mainEntityOf": [
        {
          "@id": ""
        },
        {
          "@id": "https://www.linkedin.com/in/daniel-heward-mills-a0940465#"
        },
        {
          "@id": "https://www.twitter.com/dan_hmills#"
        }
      ],
      "schema:name": {
        "@type": "rdf:langString",
        "@value": "Daniel Heward-Mills"
      },
      "owl:sameAs": [
               {
          "@id": "https://www.linkedin.com/in/daniel-heward-mills-a0940465#"
        },
        {
          "@id": "https://www.twitter.com/dan_hmills#"
        }
      ]
    },
    {
      "@id": "https://raw.githubusercontent.com/danielhmills/danielhmills/master/README.md#this",
      "@type": [
        "foaf:Document",
        "schema:WebPage"
      ],
      "dcterms:created": {
        "@type": "xsd:dateTime",
        "@value": "2020-07-13"
      },
      "dcterms:creator": {
        "@id": "#i"
      },
      "schema:mainEntity": {
        "@id": "#i"
      },
      "rdfs:name": {
        "@type": "rdf:langString",
        "@value": "Daniel Heward-Mills's Profile Document"
      },
      "foaf:primaryTopic": {
        "@id": "#i"
      }
    }
  ]
}

## JSON-LD End ##

Here is the same Profile Information using RDF-Turtle Notation.

## Turtle Start ##

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cert: <http://www.w3.org/ns/auth/cert#> . 
@prefix : <#> . 

# Profile Document Metadata
<> rdf:type foaf:Document, foaf:PersonalProfileDocument, schema:WebPage, schema:CreativeWork .
<> foaf:maker :i .
<> foaf:primaryTopic :i .
<> schema:mainEntity :i .
<> schema:dateCreated "2020-07-13"^^xsd:dateTime .
<> schema:creator :i .
<> schema:name "Daniel Heward-Mills's Profile Document" .

# Personal Information 
:i schema:mainEntityOf <> .
:i schema:mainEntityOf <https://www.linkedin.com/in/daniel-heward-mills-a0940465#> .
:i schema:mainEntityOf <https://www.twitter.com/dan_hmills#> .
:i rdf:type schema:Person, foaf:Person .
:i schema:name "Daniel Hewawrd-Mills" .
:i owl:sameAs <https://www.linkedin.com/in/daniel-heward-mills-a0940465#this> .
:i owl:sameAs <https://www.twitter.com/dan_hmills#this> .

## Turtle End ##

Popular repositories Loading

  1. sparqlworks sparqlworks Public

    A Modern and Open Source SPARQL Visualization Platform

    HTML 7

  2. virtuoso-to-neo4j-handler virtuoso-to-neo4j-handler Public

    Java 3

  3. world_cup_2022_kg world_cup_2022_kg Public

    1

  4. GraphGPT GraphGPT Public

    Forked from varunshenoy/GraphGPT

    Extrapolating knowledge graphs from unstructured text using GPT-3 🕵️‍♂️

    JavaScript 1

  5. ld ld Public

    Repository for linked data content

  6. linked_data linked_data Public

    Linked Data Content

    HTML